.banner {
    overflow: hidden;
}

.pcbanner {
    display: none;
}

.h5banner {
    display: block;
}

.wrap {
    width: 100%;
    padding: 10px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.nav-icon {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 11111;
    width: 30px;
    height: 30px;
    background: url("../images/menu.png") no-repeat center/cover;
    background-size: 100% 100%;
}

.nav ul {
    width: 70%;
    height: 100%;
    padding: 40px 0;
    overflow-y: auto;
    background: #fff;
    margin: inherit;
}

.nav li {
    width: 100%;
    white-space: nowrap;
    min-width: auto;
    border-bottom: 1px solid #979797;
}

.nav li:last-child {
    border-bottom: none;
}

.nav li .second-icon {
    display: inline-block;
    width: 40px;
    height: 44px;
    background: url("../images/arrow.png") no-repeat center;
    vertical-align: middle;
}

.nav li .second-icon.open {
    transform: rotate(180deg);
}

.nav li a {
    display: inline-block;
    width: 80%;
    padding:22px 30px;
    line-height: 16px;
    text-align: left;
    font-size: 18px;
}

.nav li a.newslist_active {
    background: #fff;
    color: #1890FF !important;
    font-weight: bold;
}

.nav .second-level {
    width: 100%;
    display: none;
    position: inherit;
    top: 0;
    /*border-top: 1px solid #979797;*/
    padding: 0 30px;
}

.nav .second-level li a {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #979797;
}

.nav .second-level li a:last-child {
    border-bottom: none;
}

.ml {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.ml .title {
    margin: 10px 0;
    padding-bottom: 0;
}

.ml .title h2, .zx_h2, .ml-b-title .active {
    font-size: 16px;
    padding-left: 10px;
    text-indent: 0;
    border-width: 5px;
}

.mt_40 {
    margin-top: 20px;
}

.mt_50 {
    margin-top: 25px;
}

.ml .ml-a, .ml .ml-b {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
}

.ml-b-title {
    margin-bottom: 10px;
}

.ml-b-title li {
    padding: 0 15px;
    padding-bottom: 10px;
}

.meetingBgs {
    width: 100% !important;
    padding: 10px !important;
}

.main p.m_tips {
    line-height: 26px;
}

.ml .title a {
    right: 10px;
    bottom: 5px;
}

.ml-a1-a, .ml-a1-b {
    width: 100%;
}

.meeting_content table {
    width: 100% !important;
}

.ml-a1-b1 {
    padding-bottom: 20px;
}

.ml-a1-b1 a, .ml-a1-b2 {
    margin-bottom: 10px;
}

.ml-a1-b1 p span, .ml-a1 p span {
    font-size: 14px !important;
}

.ml-a1 p {
    line-height: 26px;
}

.ml-b-cont {
    height: auto;
}

.ml-b1-a ul {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
}

.ml-b1-a ul li {
    width: 100% !important;
    position: inherit !important;
}

.ml-b1-a li a {
    float: initial;
    width: 100%;
    text-indent: 0;
    margin: 0 0 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.ml-b1-b li {
    height: 20px;
    line-height: 20px;
}

.con_cha {
    width: 100% !important;
    margin-bottom: 20px;
}

.con_cha .swiper-slide {
    width: 35% !important;
}


.con_cha .swiper-slide .slide-item{
    min-width: auto;
    /* line-height: 70px; */
}


.con_cha .swiper-slide .slide-item img{
    width: 100%;
    /* height: 100px; */
    max-height: 100px;
}
.con_cha .swiper-button-prev, .con_cha .swiper-button-next {
    background-size: 100% 100% !important;
}

.con_cha .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px !important;
    margin-top: 10px !important;
    top: 50%;
}

.con_cha .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px !important;
    margin-top: 10px !important;
    top: 50%;
}

.con_cha_li {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 10px 0;
    box-sizing: border-box;
}

.con_cha_li img {
    width: 100%;
    height: 50px;
}

.con_cha_li a {
    display: inline-block;
    width: auto;
    height: 22px;
    margin: auto;
    line-height: 22px;
    padding: 0px 10px;
    position: initial;
}

.content {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    min-height: auto;
}

.ml ol li {
    list-style: decimal;
}

.ml ul li {
    list-style: disc;
}

.article .title {
    padding: 10px 0;
}

.article .title h2 {
    margin: 0 0 10px;
    padding: 0;
    border: none;
}

.content p {
    line-height: 30px !important;
    margin: 10px 0 !important;
}

.content p span {
    font-size: 14px !important;
}

.ml-a1 img, .content p img, .content h3 img {
    height: auto !important;
    max-width: 100% !important;
    margin: 10px auto !important;
    display: block;
}

.content p strong {
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    /*display: block;*/
}

.important-date h6, .mr-c h6, .mr-b1 {
    padding-bottom: 10px;
}

.important-date dt {
    padding: 12px 0;
}

/*footer*/
.footer-box {
    min-width: 100%;
}

.footer {
    width: 100%;
    padding: 10px 20px;
}

.footer .contact-us, .footer .link-box, .footer .link-box .links {
    width: 100%;
    padding: 0;
}

.footer .code-box {
    float: none;
}

.mr {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.mr .mr-a {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 11;
    overflow: hidden;
}

.mr .mr-a li {
    width: 60px;
    margin-bottom: 10px;
}

.mr-a li a {
    text-align: center;
    line-height: 22px;
    text-indent: 0;
    padding: 10px;
    font-size: 16px;
}

.tags {
    width: 100% !important;
    padding: 10px 20PX !important;
}

.tags a {
    margin: 0 !important;
}

.ml .contentdiv {
    padding-bottom: 0;
}

.ml .contentdiv p {
    width: 100% !important;
}

.ml .contentdiv form p {
    margin-bottom: 0;
}

.lh_40 {
    line-height: 30px;
}

.ml .contentdiv table p {
    margin-bottom: 0;
}

div.tagsinput {
    width: 90% !important;
    height: 100% !important;
}

.mr-b2, .mr-b3 {
    padding: 10px 0;
}

.mr-b2 div, .mr-b3 div {
    line-height: 30px;
}

.hy_tbl, .hy_tbl tbody, .hy_tbl tbody tr {
    width: 100%;
    overflow: hidden;
    display: block;
}

.hy_tbl tr {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.hy_tbl tr td:first-child {
    float: left;
    width: 30%;
    line-height: 16px;
    margin-top: 10px;
    padding-right: 5px;
}

.hy_tbl tr td.tr-text {
    width: 100%;
    line-height: 25px;
    margin-top: 0;
}

.hy_tbl td {
    float: right;
    width: 70%;
    line-height: 40px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.hy_tbl td span.f_12 {
    line-height: 16px;
    display: block;
}

.hy_tbl td select {
    width: 90%;
    border: 1px solid #ccc;
}

.select2-container {
    width: 90% !important;
}

.hy_tbl td .ipt1 {
    width: 90% !important;
    line-height: 30px;
    padding: 0 10px;
}

.hy_tbl .submit_btn {
    width: 90%;
}

.submit_btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-size: 100% 100% !important;
}

.ml .title a.btn-back {
    top: 0px;
    width: 30px;
    height: 30px;
    background-size: 100% 100% !important;
}

.ls_tbl th {
    padding: 10px;
}

.sub_ul li {
    margin-top: 10px;
    overflow: hidden;
}

.ipt2 {
    padding: 0 10px;
    box-sizing: border-box;
    width: 90% !important;
    height: 30px;
    margin-top: 10px;
}

.jd {
    font-size: 14px;
    padding: 10px 0;
}

.text2 {
    width: 90%;
}

.ls_tbl2 td {
    line-height: 40px;
}

.author td {
    padding: 0;
}

.fileinput-holder {
    margin: 10px 0;
}

.fileinput-preview {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: initial;
}

.fileinput-btn {
    width: 100px;
    height: 30px;
    margin: 10px 0;
    background-size: 100% 100% !important;
}

.fileinput-btn input {
    width: 100px;
    height: 30px;
}

.sub_btn_dotline {
    margin-top: 20px;
    padding-top: 20px;
}

.authordl dt, .authordl dd {
    height: 30px;
    line-height: 30px;
    width: 25%;
    margin: 10px 0;
    padding-top: 0;
    box-sizing: border-box;
    float: left;
}

.authordl dt {
    text-align: right;
    padding-right: 10px;
}

.authordl {
    width: 100%;
    overflow: hidden;
}

.authordl dd {
    width: 75%;
    padding-right: 10%;
}

.authordl .select2-container {
    width: 100% !important;
}

.authordl dd input[type="text"] {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
}

.authordl dd input.iptcode {
    width: 20%
}

.authordl dd input.iptmobile {
    width: 70%;
}

.select2-offscreen, .select2-offscreen {
    width: 100% !important;
}

a.btn-submit {
    width: 200px;
    height: 40px;
    background-size: auto 100% !important;
}

.modal .modal-dialog {
    width: 90%;
    margin: 10px auto;
}

.modal .modal-dialog dd {
    padding-right: 0;
}

.modal .modal-body {
    padding: 10px;
}

.select2-drop-mask, .select2-drop {
    z-index: 9999 !important;
}

.important {
    padding: 0 20px;
}

.ipt-a {
    padding: 10px 0;
}

.ipt-a dl {
    width: 100%;
}

.bar3 {
    height: auto;
}

.nianhui .bar3 a:first-child {
    padding: 0 10px;
}

.nianhui .btna1, .nianhui .btna2 {
    float: right;
    display: block;
    position: initial;
    height: 40px;
    line-height: 40px;
    width: 100px;
    margin-top: 10px;
    background-size: 100% 100%;
}

.nianhui .zuzhi img {
    max-width: 100%;
    margin: 10px auto;
}

.zx_ul {
    min-height: auto !important;
}

.zx_ul .zx_img {
    width: 120px;
    height: auto;
    float: left;
}

.desc-w {
    width: calc(100% - 130px);
}

.desc-w a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desc-w p {
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
}

.article table, table {
    width: 100% !important;
}

.article table td {
    width: 15%;
    /*text-align: center;*/
}

.article .zw_text {
    line-height: 26px;
}

.new_box .new_li {
    border-bottom: 1px dashed #ccc !important;
}

.new_box .time {
    font-size: 14px;
    margin-bottom: 10px !important;
}

.feetable-box .feetable {
    width: 600px;
}

.feetable {
    margin-top: 10px;
}

.table-footer {
    padding-bottom: 10px;
}

.relation_links {
    width: 100%;
}

.upload-text {
    line-height: 20px;
}

.ml .contentdiv .file-list .file-item {
    padding: 10px;
}

.ml .contentdiv .file-list .file-item p.name {
    width: 60% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ml .contentdiv .file-list .file-item .btns {
    width: 40% !important;
}

.nopass-content {
    padding: 50px;
    text-align: center;
}

.nopass-content img {
    width: 50px;
    height: 50px;
}

.nopass-content .text {
    margin-bottom: 50px;
}

iframe {
    width: 100% !important;
}

iframe table td {
    width: auto !important;
}

iframe td img {
    height: auto !important;
}

.sig-box {
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 11;
    overflow: hidden;
    border: none;
}

.sig-box-btn{
    padding: 0;
}

.sig-box a {
    width: 55px;
    padding: 8px;
    height: auto;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #3291F8;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 5px;
}

.newindex .sucess-icon{
    background-position:top center!important;
    padding-left: 0!important;
    margin:50px auto!important;
    padding-top: 120px!important;
    height:auto!important;
}

.newindex .sucess-icon p{
    display: block;
    font-size:20px;
    text-align: center;

}
.copyright {
    height: auto;
    font-size: 12px;
    padding: 8px;
    color: #8fa5ba;
    background: #002a53;
    line-height: 30px;
    text-align: center;
}
.copyright a {
    display: inline-block;
    color: #8fa5ba;
    margin: 0 auto;
}
.copyright img {
    vertical-align: middle;
}

.company-part .con_cha{
    width:100%;
    margin:5px auto;
    padding: 0 20px;
}


.company-part .con_cha img{
    max-width: 100%;
    height: 20px;
    margin: 10px 0;
}


.fixbody .bottom-logo img {
    height: 50px;
}


.fixbody .copyright{
    line-height: 20px;
}

.fixbody .footer{
    padding-top: 10px;
    min-height: auto;
}
