.main{
    overflow: inherit !important;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1500px) {
    .main, .pageMain {
        width: 1200px !important;
    }
}

.rzlc {
    margin-top: 35px;
    margin-left: 20px;
    width: 103px;
    text-align: center;
}

.rzlc .rzlc_title {
    font-size: 18px;
    color: #2B3C47;
    margin-top: 10px;
    font-weight: bold;
}

.rzlc .rzlc_span_content {
    color: #2B3C47;
    font-size: 12px;
    margin-top:10px;
}

._bottom {
    margin-top: 40px;
}
._bottom ._bottom_span {
    display: inline-block;
    width: 32%;
    height: 126px;
    margin-right: 1.7%;
    float: left;
    background-image: linear-gradient(270deg, #04CFB9 0%, #00B58C 100%);
}

._bottom ._bottom_span:hover {
    cursor: pointer;
    background-image: linear-gradient(270deg, #00B58C 0%, #04CFB9 100%);
}

._bottom ._bottom_span .bottom_big_content{
    color: white;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 18px;
}

._bottom ._bottom_span  img{
    float: right;
    position: relative;
    top: -53px;
}

._bottom ._bottom_span:first-child:hover {
    cursor: pointer;
    background-image: linear-gradient(270deg, #0B6ADD 0%, #24A0FD 100%);
}

._bottom ._bottom_span:first-child {
    background-image: linear-gradient(270deg, #24A0FD 0%, #0B6ADD 100%);
}
._bottom ._bottom_span:last-child {
    margin-right: 0;
    background-image: linear-gradient(270deg, #ED7000 0%, #EF3837 100%);
}

._bottom ._bottom_span:last-child:hover {
    cursor: pointer;
    background-image: linear-gradient(270deg, #EF3837 0%, #ED7000 100%);
}

._bottom ._bottom_span .big_span_title {
    color: white;
    margin-top: 22px;
    margin-left: 20px;
    font-size: 24px;
}

.rzlc span {
    display: block;
}

.rzlc_jiantou {
    display: inline-block;
    font-size: 25px;
    color: #3162FA;
    position: relative;
    top: -80px;
    font-weight: bold!important;
}

._title {
    margin-top: 300px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    /* border-bottom: 1px solid #ccc; */
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    color: black;
    font-family: SourceHanSansCN-Medium;

}


.carousel_left {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(197, 197, 197, 0.5) 0px 0px 20px 0px;
    font-size: 30px;
    color: rgb(131, 100, 100);
    position: relative;
    top: 94px;
    left: -70px;
    border-radius: 50px;
}

.carousel_right {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(197, 197, 197, 0.5) 0px 0px 20px 0px;
    font-size: 30px;
    color: rgb(131, 100, 100);
    position: relative;
    /* top: 143px; */
    /* left: -70px; */
    border-radius: 50px;
    left: 1220px;
    top: -206px;
    border-radius: 50px;
}

.carousel_left span,.carousel_right span {
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.carousel_left:hover,.carousel_right:hover {
    color: white;
    cursor: pointer;
    background: rgb(90 165 255);
}

.carousel_left:hover span ,.carousel_right:hover span {
    color: white;
}

.el-carousel__item {
    overflow: inherit !important;
}

.el-carousel .zwbs_tab {
    margin-left: 0.8%;
    margin-top: 10px;
    margin-right: 1%;
    float: left;
}

.el-carousel__indicators--outside {
    display: none!important;
}


.zwbs_tab {
    display: inline-block;
    width: 23%;
    height: 240px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(197,197,197,0.5);
    margin-right: 2.3%;
    margin-bottom: 32px;
}

.zwbs_tab:nth-child(4n) {
    margin-right: 0px;
}

.zwbs_tab:hover {
    cursor: pointer;
    background: #c7e4ff;
}

.zwbs_tab img {
    margin-top: 55px;
}

.zwbs_tab span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.big_title {
    width: auto;
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: black;
}

.btn_class {
    background: #1c7afb !important;
    border-radius: 30px!important;
    width: 140px;
    margin-left: 30px !important;
    margin-top: 20px!important;
    font-family: SourceHanSansCN-Medium;
    position: relative;
    top: 20px;
}

.btn_class:hover {
    background:  #006CFF !important;
}

.zcjd {
    font-family: YouSheBiaoTiHei;
    font-size: 40px;
    color: #006CFF;
    letter-spacing: 0;
    font-weight: bold;
    font-style: italic;
    margin-left: 30px;
    position: relative;
    top: 30px;
}

._qjfw_span{
    display: inline-block;
    margin-left: 2%;
    margin-right: 1.5%;
    margin-top: 2%;
    width: 15%;
    height: 45px;
    background: white;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
}

._qjfw_span:hover {
    background-image: linear-gradient(270deg, #3e85d9 0%, #c3d4f5 100%);
    cursor: pointer;
    color: white;
}

._title span {
    font-size: 16px;
    color: #71808B;
    font-weight: 100;
}
.swiper-container{
    padding: 0 15px;
    margin: 20px 0;
    margin-bottom: 30px;
}
.swiper-container .character-col{
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-right:30px;
    float: left;
}
.swiper-container .character-col div{
    overflow:hidden;
}
.col-3{
    width: 360px;
    height: 300px;
    float: left;
    margin-bottom: 50px;
    margin-right: 30px;
}
.col-3:nth-child(4n) .character-col{
    margin-right: 0;
}
.col-item{
    box-shadow: 0 0 1.5rem rgba(9,41,77,.12);
    transition: all .3s ease;
    display: block;
}
.col-item:hover{
    text-decoration: none;
}
.character-info{
    display: block;
    height: 90px;
    padding: 20px 26px;
    text-align: center;
}
.character-title{
    font-weight: bold;
    display: block;
    color: #0d1c28;
    font-size: 17px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.character-desc{
    color: #727475;
    line-height: 1.5;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    height: 60px;
    display:inline-block;
}
.col-3 .character-col:hover{
    color: #fff;
    background: #3e97df;
    -webkit-transform: translate3d(0,-10px,0);
    transition: 0.2s;
}
.col-3 .character-col:hover .character-title, .col-3 .character-col:hover .character-desc{
    color: #fff;
}
.pic {
    width: 100%;
    margin-top: -7px;
    height: 260px;
    background: url('../../images/zqhqzq/zqhqzq.png') center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 86px;
}

.pic_msbz {
    width: 100%;
    margin-top: -7px;
    height: 260px;
    background: url('../../images/msbz/banner.png') center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 86px;
}

.logoItem {
    z-index: 9999;
    margin-top: 0;
    top: 0px;
    width: 100%;
    position: relative;
}
.logoItem .search {
    margin-left: -50px;
    width: 400px;
    left: initial;
    right: 10px;
    height: 50px;
    position: absolute;
    bottom: 10%;
    transform: none;
}
.logoItem .search input {
    border-radius: 4px 0px 0px 4px;
    height: 40px;
    line-height: 40px;
    width: 330px;
    border: 1px solid rgb(66, 146, 243);
    font-size: 16px;
    padding-left: 10px;
    padding-right: 15px;
    outline:none;
}


.logoItem .search .search-icon {
    position: absolute;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.logoItem .search span {
    margin-left: -10px;
    cursor: pointer;
    width: 90px;
    height: 40px;
    background: rgb(66, 146, 243) !important;
    position: absolute;
    font-size: 15px;
    font-weight: bolder;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
}
.logoItem .search span:hover {
    background: rgb(21 124 247)!important;
}
.logoItem .search::-webkit-input-placeholder {
    color: rgb(66, 146, 243);
    font-size: 10px;
}

.hover_btn:hover {
    color: rgb(66, 146, 243) !important;
}

.banner_title {
    text-align: left;
    width: 1200px !important;
    /* margin-left: 10%; */
    margin: 0 auto;
}

.banner_title h1 {
    font-size: 44px;
    color: white;
    margin-top: 96px;
    margin-bottom: 22px;
}

.banner_title input {
    width: 470px;
    height: 30px;
    /* height: 32px; */
    padding: 10px;
    background: white;
    border: none;
    font-size: 16px;
    margin-top: 7px;
    vertical-align: top;
    outline: none;
    padding-left: 40px;
}

.banner_title button {
    border: none;
    width: 100px;
    height: 50px;
    background: #fc772e;
    color: white;
    font-size: 22px;
    margin-left: -4px;
    /* margin-top: 19px; */
    position: relative;
    margin-top: 7px;
    outline: none;
    cursor:pointer;
}

.banner_title button:hover {
    background:#fd6614;
}
input::-webkit-input-placeholder{
    color: #ccc;
}    /* 使用webkit内核的浏览器 */
input:-moz-placeholder{
    color: #ccc;
}                  /* Firefox版本4-18 */
input::-moz-placeholder{
    color: #ccc;
}                  /* Firefox版本19+ */
input:-ms-input-placeholder{
    color: #ccc;
}           /* IE浏览器 */

.kytb_search {
    margin-top: -34px;
    margin-left: 13px;
    color: #6e94c5;
    font-weight: bold;
}

.zwfwdatdt {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ditu {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #4293f4;
    display: inline-block;
    /* padding: 5px; */
    width: 30px;
    height: 30px;
    /* text-align: center; */
    line-height: 39px;
    color: white;
    text-align: center;
    text-align: center;
}

.ditu div {
    background-image: url(../../images/ditu.png);
    width: 24px;
    height: 24px;
    background-size: contain;
    margin: 0 auto;
    margin-top: 2px;
}

.ditu-content {
    margin-top: -34.5px;
    margin-left: 37px;
    font-size: 20px;
}

.menu-bottom {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    background: #f1f2f4;
    padding: 6px;
    color: #4293f4;
    cursor: pointer;
    font-size:14px;
}

.themelabel {
    width: 96px !important;
    margin-right: 4.5px!important;
}

.region_style {
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    border-radius: 35px;
    text-align: center;
    /* margin-top: -73px; */
    position: relative;
    top: -7px;
    margin-left: 21px;
    color: black;
    background-image: -webkit-linear-gradient(135deg,#4fb9ba, #72e4ff);
    background-image: linear-gradient(135deg,#4fb9ba, #72e4ff);
    cursor: pointer;
    min-width: 140px;
}


.region_list{
    width: 276px;
    /* height: 130px; */
    background: white;
    position: relative;
    top: 16px;
    z-index: 9999;
    position: absolute;
    display: inline-block;
    padding: 10px;
}

.zuosanjiao {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid white;
    border-bottom: 10px solid transparent;
    top: -7px;
    margin-left: 5px;
    /* position: absolute; */
    position: relative;
    /* top: 82px; */
    /* left: 569px; */
    z-index: 9999;
    display: inline-block;
}

.region_span {
    display: inline-block;
    width: 75px;
    font-size: 14px;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    height: 20px;
}

.region_span:hover {
    color: #4293f4;
}

.region_span_active {
    color: #4293f4 !important;
}
.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: hidden!important
}
.el-table__empty-block{
    width: 100% !important;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 0px!important;
    right: 0px!important;
    padding: 0!important;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    /* padding: 20px; */
    background: #1695ea!important;
    width: 50px!important;
    height: 50px !important;
    color: white;
    line-height: 3px!important;
}

.el-dialog__headerbtn .el-dialog__close{
    color:white!important;
}

.el-dialog__body {
    padding: 10px 20px !important;
    padding-bottom: 20px !important;
}

iframe {
    width: 1200px;
    height: 500px;
    border: none;margin-bottom: 10px;
}

.table-data {
    width: 100%;
}
.caret{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (max-width: 1500px) {
    .banner_title {
        text-align: left;
        width: 1000px !important;
        /* margin-left: 10%; */
        margin: 0 auto;
    }

    iframe {
        width: 1000px;
        height: 500px;
        border: none;margin-bottom: 10px;
    }

    .table-data {
        width: 1000px;
    }

    .el-table__header {
        width: auto!important;
    }

    .el-table__body {
        width: auto!important;
    }

    .themelabel {
        width:71px!important;
    }
}
.matter .matter-tab{
    height:38px;
    border-bottom: 5px solid #131c27;
}

.matter .matter-tab span {
    font-size: 20px;font-weight: 600
}
#notice{
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 460px;
    background: #fff;
    box-shadow: 0 0.1rem 0.75rem 0 rgb(9 41 77 / 15%);
    height: auto;
    transition: all .3s ease;
    /*-webkit-transform: translate3d(0,100%,0);*/
    /*transform: translate3d(0,100%,0);*/
    /*padding: 1.2rem 1.2rem 0 1.2rem;*/
    /*line-height: normal;*/
}
.title{
    padding: 10px;
    border-bottom:1px solid #eee ;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    background:#f5f5f5;
}
.close{
    position: absolute;
    right: 0;
    width: 21px;
    text-align: center;
    font-size: 12px;
    font-weight: revert;
    line-height: 20px;
    margin-right: 10px;
}
#notice .close:hover{
    background-color: #f1f2f3;
    text-decoration: none;
}
#notice .notice_content{
    line-height: 27px;
    padding: 12px;
    padding-bottom: 2px;
    font-size:14px;
}
#notice .notice_date{
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
}
.disabled{
    pointer-events:none;
    color:#bdc0c1;
    /*background: #eceeef;*/
}
.el-dialog{
    width: 730px !important;
}


._content_tab div {
    display: inline-block;
    width: 13%;
    margin-right: 1.5%;
    background: #F1F2F3;
    margin-bottom: 20px;
    color: #000000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}

._content_tab div:hover {
    background: #4293F4;
    color: white;
}

._content_tab_active {
    color: white!important;
    background: #4293F4!important;

}

._content_tab div:nth-child(7n) {
    margin-right: 0;
}

.el-table th {
    overflow: hidden;
    -ms-user-select: none;
    user-select: none;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #596068;
    letter-spacing: 0;
    font-weight: 400;
}