* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: url('/assets/img/new/htmlbg.png') no-repeat;
    background-size: 100% 100%;
}

input, textarea, select, a:focus {
    outline: none;
}

.top {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    max-height: 580px;
    display: block;
    z-index: -1;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    max-height: 450px;
    display: block;
    z-index: -1;

}

body {
    min-height: 100vh;


}

.dib {
    display: inline-block;
}

.vc {
    vertical-align: middle;
}

.wrap {
    width: 1200px;
    margin: 0 auto;

}

.logo img {
    /* width: 545px;
    height: 100px; */
    display: block;

}

.logo {
    padding: 55px 0;
}

.nav .menuList {

}

.nav {
    width: 1200px;
    /* padding: 0 20px; */
    /* background-color: #249ce2; */
    margin: 0 auto;

}

.fl {
    float: left;
}

.fr {
    float: right;
}


.clear {
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.text-white {
    color: white;
}

.text-right {
    text-align: right;
}

.f0 {
    font-size: 0px;
}

.click {
    /* margin: 20px 0; */
    font-size: 0px;
}

.click .cdib {
    width: 265px;
    padding: 20px 30px;
    color: white;
    font-size: 18px;
    margin-right: 19px;
}

.click .cdib:nth-last-of-type(1) {
    margin-right: 0px
}

.click img {
    margin-left: 40px;
}

.click .select {
    float: left;
    padding: 20px 0;
}

.click .select img {
    display: block;
    margin-right: 20px;
}

.clicklist {
    width: 82%;
    margin: 0 auto;
}

.rightimg img {
    display: block;
}

.rightimg div {
    margin-top: 33px;
}

.rightimg div:nth-of-type(1) {
    margin-top: 0px;
}

.selectlist {
    padding-left: 2%;
}

.selectlist .selectitem {
    float: left;
    width: 30%;
    padding: 8px 0;
    text-align: center;
    background: #f5faff;
    border: 1px solid #e9e9e9;

    margin-top: 14px;
    font-size: 12px;
    margin-right: 3%;
    cursor: pointer;
    color: #0154a4;

}


li, ul {
    list-style: none;
}

.listBox > .active {
    /* background-color: #2852a0 !important;*/
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.topBanner {
    width: 100%;
    background: url('/assets/img/new/tbbgs.png') no-repeat center;
    background-size: 100% 100%;
}

.topContent, .listBox {
    /* width: 1200px; */
    margin: 0 auto;
    font-size: 0px;
}

.menuList {
    width: 100%;

    /* background-color: #249ce2; */
    /* background-image: linear-gradient(#386ecf, #1b4da8); */
    /* FILTER:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#386ecf, endColorStr=#1b4da8); */
}

.topMenu div {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    /* float: left; */
    background: #0154a4;
    padding-top: 18px;
}

.topMenu {
    width: 13.5%;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.91%;
    margin-top: 18px;
}


.topMenu:nth-last-of-type(1) {
    /* border-right: 1px solid #343580; */
    margin-right: 0px;
}

.topMenu:hover {
    background: url('/assets/img/new/bjj.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 18px;
    margin-top: 0px;
}

.topMenu:hover div {
    background: none;
}

.topMenu div:hover {

    background: none;
}

.topMenu > img {
    vertical-align: middle;
}

.topMenu > span {
    margin-left: 5px;
}

.dataSearchBox {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    /* padding: 20px 20px 10px 20px ; */
    border-bottom: 1px solid #e5e5e5;
}

.data {
    color: #333;
    font-size: 14px;
    font-family: SimSun;
    float: left;
    padding: 15px 20px;
    /* padding-top: 10px; */
}

.dutyIcon {
    vertical-align: sub;
}

.w100 {
    width: 100%;
}

.data i {
    font-size: 20px;
    color: #2773d0;
    margin-right: 5px;
}

.newImg {
    width: 30px;
    margin-left: 5px;
}

.search {
    /* width :30%; */
    /* height: 40px; */
    display: flex;
    /* float:right;  */
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.office {
    color: red;
    font-family: SimSun;
    cursor: pointer;
    display: none;
}

.input-with-select {
    height: 100%;
    width: 45%;
    padding: 0 15px;
    outline: none;
    border: none;
    padding: 9px;
    background: #ededed;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.el-buttons {
    width: 12%;
    /* height: 40px; */
    color: #FFFFFF;
    outline: none;
    border: none;
    border-radius: 2px;
    background-color: #1574cb;
    padding: 8px 0;
    height: 100%;
    overflow: hidden;

}

.content {
    /* background-color:#fff; */
    width: 1200px;
    margin: 0 auto;


    min-height: 500px;

}

.banner_first, .dctbBox {
    width: 100%;
    margin-bottom: 20px;
}

.banner_first > img, .slideBox img {
    width: 100%;
    /* height: 100%;*/
}

.slideBox {
    height: 400px;
    width: 49%;
    float: left;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    right: 15%;
    width: 100%;
    text-align: right;
}

.more {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    right: 10px;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.slideInfo {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .5);
}

.slideInfo > span {
    display: inline-block;
    width: 80%;
    overflow: hidden;
}

.newBox {
    width: 37%;
    min-height: 270px;
    float: left;
    padding-left: 10px;

}

.tabTitle {
    width: 100%;
    border: 1px solid #e4e7ed;
    /* margin: 10px 0; */
    position: relative;
}

.tabTitle::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.itemChoice {
    padding: 8px 0;
    font-size: 0px;
    font-weight: bold;
    /* float :left; */
}

.itemChoice > span {
    padding: 8px 15px;
    display: inline;
    color: #96b0df;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: white;
    background: #0154a4;
    border: 1px solid #0154a4;
}

.itemChoice img {
    bottom: -8px;
    right: 43%;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.itemChoice > span + span {
    /* margin-left:20px; */
}

.newItemChoice {

    background-size: 100% 100%;
    color: white !important;
}

.newItemChoices {

    background-size: 100% 100%;


}


.newListChoice {
    display: block;
}

.jgywFirst {
    padding: 15px 0;
    /* border-bottom: 1px dotted #999; */
}

.jgywFirst .firstInfoTitle {
    font-weight: bold;
    text-align: center;
    font-size: 27px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;

}

.jgywFirst .firstInfoWords {
    font-size: 15px;
    color: #666;
    font-family: SimSun;
}

.jgywFirst .firstInfoWords span {
    font-size: 12px;
    color: red;
    font-family: SimSun;
}

.bg-white {
    background: white;
}

.p20 {
    padding: 20px;
}

.jgywList > div {
    padding-top: 13px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    /* border-top: 1px dashed #c6c6c6; */
}

.jgywList > div div {
    display: inline-block;
    float: left;
}

.jgywList > div div img {
    margin-right: 10px;
}

.jgywList > div div p {
    color: #000;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SimSun;
    display: inline-block;
    vertical-align: text-top;
}

.jgywList > div div p:hover {
    color: #1b4da8;
    font-size: 16px;
}

.newIcon {
    position: absolute;
    right: 72px;
    top: 0;
}

.newIcon img {
    width: 100%;
    height: 100%
}

.infoTime {
    width: 25%;
    text-align: right;
    position: absolute;
    right: 0;
    float: right;
}

.moreBtn {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    z-index: 999;
    position: absolute;
    right: 2%;
    top: 73%;
    margin-top: -17px;
}

.moreBtn > span {
    /* display:none; */
}

.banner_second {
    margin: 20px 0;
    position: relative;
    height: 80px;
    background-size: 100% 100%;
}

.ldjhpsList {
    /* display:none; */
}

.ldjhpsList > div {
    margin-top: 13.5px;
    cursor: pointer;
    font-size: 12px;
    color: #999;
}

.ldjhpsList > div div {
    width: 80%;
    font-size: 14px;
    color: #000;
    display: inline-block;
}

.ldjhpsList > div div p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ldjhpsList > div div span {
    font-size: 14px;
    width: 6px;
    height: 6px;
    background-color: #87bee7;
    margin-bottom: 4px;
    display: inline-block;
    border-radius: 50%;
}

.xq {
    border: 1px solid #e4e3e3;
    padding: 20px;
}

.xq .ldjhpsListes > div div span {
    font-size: 14px;
    width: 6px;
    height: 6px;
    background-color: #0154a4;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 50%;
}


.ldjhpsListes > div div span {
    font-size: 14px;
    width: 6px;
    height: 6px;
    background-color: #b31e23;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 50%;
}


.ldjhpsList > div > div:hover {
    color: #1b4da8 !important
}

.infoTxt {
    width: 80%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 5px;
}

.pane-gwzx, .pane-spbf {
    height: 210px !important;
}

.pane-gwzx, .pane-spbf img {
    width: 100%;
    height: 100%;
}

.gwzxTxt {
    width: 100%;
    height: 30px;
    color: #FFF;
    background-color: #777;
    background-color: rgba(0, 0, 0, .5);
    line-height: 30px;
    padding-left: 5px;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}

.bgrjList {
    overflow: hidden;
}

.bgrjList div {
    float: left;
    width: 45%;
    text-align: center;
    margin: 6px;
    cursor: pointer;
}

.bgrjList div img {
    width: 80%;
}

.specialBox {
    margin: 20px auto;
    padding: 10px 0;
    border: 1px solid #e6e6e6;
}

.specialBox .specialList {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.specialBox .specialList img {
    cursor: pointer;
    float: left;
    margin: 0 12px;
}

.szlbList {
    width: 100%;
    overflow: hidden;
    height: 180px;
    margin-top: 20px;
}

.tab-content .gundong .disl {
    float: left;
    margin-right: 25px;
    overflow: hidden;
    width: 200px;
    text-align: center;
}

.tab-content .gundong .disl > div {
    font-size: 16px;
    font-family: SimSun;
}

.tab-content .gundong .disl img {
    width: 200px;
    height: 135px;
    cursor: pointer;
}

.tab-content .gundong .disl .slidertxt {
    margin-top: 20px;
    text-align: center;
}

.tab-content .gundong #div1 {
    width: 100%;
    overflow: hidden;
}

.tab-content .gundong #div2, #div3 {
    float: left;
}

.tab-content .gundong #div4 {
    width: 500%;
    float: left;
}

.tab-content .gundong div, .tab-content .gundong img {
    margin: 0;
    padding: 0;
}

.navigation {
    margin: 0 auto;
    margin-top: 0px;
    /* background-color :#dfeaff; */
}

.navigation div p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    float: left;
}

.navigation div input {
    margin-left: 20px;
}

.navigation div img {
    width: 20%;
}

.insideBox {
    height: 60px;
    /* background-image:url('/assets/img/new/page/hill.png'); */
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ececec;
}

.selectBox {
    float: right;
    margin-right: 20px;
    margin-top: 1%;
    width: 86%;
}

.leaveSelect {
    min-width: 200px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
}

.list {
    display: none;
}

.list li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 9px;
    color: #606266;
    font-size: 14px;
}

.list li:hover {
    background-color: #f5f7fa;
}

.leaveSelect > span {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #606266;
    margin-left: -90px;
    margin-top: -10px;
}

.leaveSelect > .list {
    position: absolute;
    top: 39px;
    width: 100%;
    z-index: 99;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.copyright {
    height: 190px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    /* background: #0d4cbc; */
    position: relative;
    /* background: url('/assets/img/new/footer.png') no-repeat center; */
    background-size: 100% 100%;
    /* background-image: linear-gradient(#0d4cbc, #5888e1); */
    FILTER: progid: DXImageTransform . Microsoft . Gradient(startColorStr = #0d4cbc, endColorStr = #5888e1);
}

#fbzl, #fwzl {
    margin-right: 5px;
}

.pagenation {
    float: right;
    margin: 10px 0;
    font-size: 13px;
    color: #303133;
}

.pagenation ul, .pagenation li {
    display: inline-block;
}

.pagenation li {
    margin: 0 5px;
    cursor: pointer;
}

.pagenation li.active {
    color: #409eff;
}

.pagenation li:hover {
    color: #409eff;
}

.xfAd {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.xfAd > b {
    display: block;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.xfAd img {
    max-width: 500px;
    cursor: pointer;
}

.xfAd > div {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
}

.dlAd > div {
    position: fixed;
    z-index: 999;
}

.dlAd > div > b {
    display: block;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.dlAd > div img {
    max-width: 500px;
    cursor: pointer;
}

.dlAd > div > div {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    position: absolute;
    right: 20px;
    top: 17px;
}

.text-content .content-title {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 45px;
    padding: 20px 0;
}

.text-content .litle-title {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #959595;
    background: #f7f7f7;
}

.text-content .litle-title span {
    cursor: pointer;
}

.text-content .content-word {
    font-size: 16px !important;
    color: #000 !important;
    padding: 30px !important;
    line-height: 2 !important;
    text-indent: 32px;
}

.text-content .content-word img {
    width: 850px;
}

.text-content .fileList {
    text-align: center;
}

.text-content .fileList a {
    font-size: 14px;
    color: #409eff;
    line-height: 32px;
    cursor: pointer;
}

.text-content .pages .last {
    cursor: pointer;
}

.text-content .pages .next {
    float: right;
    cursor: pointer;
}

.text-content {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
}

.tablelist {
    width: 950px;
}

.tableTitle {
    margin-top: 5px;
    width: 100%;
    font-size: 0;
    /* background-color:rgba(67, 148, 228,.3); */
}

.tablelist span {
    text-align: center;
    display: inline-block;
    width: 14%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.tellList {
    background-color: #f5f5f5;
}

.birthday {
    width: 600px;
    left: 27%;
    top: 20%;
    display: none;
    z-index: 999;
    position: fixed;
}

.birthday .birthdayName {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 230px;
    margin-left: -135px;
    font-size: 52px;
    color: #d0932e;
    font-family: 'STXingkai';
    text-align: center;
}

.birthday .photoBox {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.birthday .photoBox .closeButton {
    margin: 10px auto 0;
    width: 65px;
    height: 40px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 12px;
}

.sear .el-buttons {
    width: 20%;
    height: 40px;
    color: #FFFFFF;
    outline: none;
    border: none;
    border-radius: 2px;
    background-color: #1b4da8;
    float: right;
}

.sear .input-with-select {
    height: 100%;
    width: 80%;
    padding: 0 15px;
    outline: none;
    border: 1px solid #ccc;
}

.sear .search {
    height: 40px;
    display: flex;
    float: right;
}

.w33 {
    width: 33%;
}

.m-pb {
    width: 700px;
    height: 650px;
    border: 1px solid #000000;
    position: absolute;
    top: 100px;
    left: 350px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 101;
}

.m-pb .u-tt {
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #249ce2;
    color: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
}

.m-pb .u-del {
    position: absolute;
    top: 0;
    right: 10px;
}

.m-pb .u-del a {
    vertical-align: middle;
}

.m-pb .u-del a img {
    margin-top: 5px;
}

.m-pb .u-ct {
    padding: 20px;
    box-sizing: border-box;
}

.m-pb .u-ct p {
    height: 40px;
    line-height: 40px;
}

.m-pb .u-ct p span {
    line-height: 40px;
    display: inline-block;
}

.m-pb .u-ct p .sp-1 {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.m-pb .u-ct p .sp-2 {
    width: 570px;
}

.m-pb .u-ct p .sp-1-1 {
    vertical-align: top;
}

.m-pb .u-ct .p-1 {
    height: 80px;
}

.m-pb .u-ct .u-eva {
    width: 100%;
    border-top: 1px dotted #E8E8E8;
    margin: 15px 0;
    font-size: 0;
    padding-top: 110px;
    box-sizing: border-box;
}

.m-pb .u-ct .u-eva .u-eva-1 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.m-pb .u-ct .u-eva .u-eva-2 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.m-pb .u-ct .u-eva .u-eva-2 .sp-1 {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.m-pb .u-ct .u-eva .u-eva-2 select:focus {
    outline: none;
}

.m-pb .u-ct .u-eva .u-eva-3 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.m-pb .u-ct .u-eva .u-eva-3 span {
    display: inline-block;
    width: 80px;
    text-align: right;
    height: 100px;
    vertical-align: top;
}

.m-pb .u-ct .u-eva .u-eva-3 textarea {
    width: 550px;
    height: 100px;
    box-sizing: border-box;
    resize: none;
}

.m-pb .u-ct .u-eva .u-eva-3 textarea:focus {
    outline: none;
    font-size: 15px;
}

.m-pb .u-ct .u-eva .u-btn {
    width: 120px;
    height: 40px;
    margin: 0 auto;
    margin-top: 80px;
}

.m-pb .u-ct .u-eva .u-btn a {
    font-size: 18px;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #0d45a5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

