body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
input,
button,
textarea,
footer {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.container_bg{
    position: relative;
    background:  #f2f8ff no-repeat center bottom;
    background-size: 100% 590px;
    z-index: 1;
}
.box_bg{
    position: relative;
    background:  #f2f8ff no-repeat center center;
    background-size: 1920px 649px;
    z-index: 1;
}
.container_bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 649px;
    background:  #f2f8ff no-repeat center center;
    background-size: 1920px 649px;
    z-index: -1;
}
ul,li {
    list-style: none;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family:microsoft yahei;

}


/*head*/

.header {
    background: white;
    background: url(/uploads/image/iportal/bg.png)no-repeat center;
    width: 100%;
    background-size: 100% auto;
    background-size: cover;
    height: 180px;
    overflow: hidden;
}

.containerbox {
    min-width: 1220px;
    display: flex;
    margin: 0 auto;
    width: 1200px;
    margin-top: 46px;
}

.container-left {
    height: 91px;
    width: 532px;
}

.container-right {
    margin-left: 274px;
    margin-top: 13px;
    color: #fff;
    font-weight: regular;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
}

#gdmessage {
    height: 20px;
    overflow: hidden;
    width: 300px;
    text-align: center;
}

.container-right input {
    width: 330px;
    margin-right: 10px;
    height: 46px;
    line-height: 40px;
    text-align: left;
    box-sizing: border-box;
    background-color: transparent;
    backdrop-filter: blur(2px);
    border: none;
    outline: none;
    color: #fff;
}

.pad_right {
    padding-right: 2em;
}

#scroll_div {
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    width:380px;
    margin-left: 10px;
}

#scroll_begin,
#scroll_end {
    display: inline;
}

.rightsearch {
    display: flex;
    border-radius: 90px;
    border: 1px solid #ffffa5;
    background-color: transparent;
    backdrop-filter: blur(2px);
    outline: none;
    line-height: 46px;
    height: 46px;
    margin-top: 4px;
    width: 375px;
    padding: 0 5px 0px 15px;
    /*设置input内边距*/
}

.icon {
    background: no-repeat;
    background-size: 24px 23px;
    background-position: left;
    padding: 12px 12px 12px 20px;
    /*小图标的大小*/
    z-index: 1;
    cursor: pointer;
;
}


/* nav */
.nav {
    position: relative;
    background: no-repeat right;
    width: 100%;
    min-width: 1220px;
    height: 61px;
    background-size: cover;
    color: #fff;
    margin-bottom: 0px !important;
}

.nav a {
    text-decoration: none;
    color: #fff !important;
}
.nav-menu {
    margin: 0 auto;
    width: 1200px;
    height: 61px;
    line-height: 61px;
    display: flex;
    list-style: none;
}

.nav-item {
    position: relative;
    width: 118px;
    line-height: 61px;
    text-align: center;
    border-right: 1px solid #437cff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.nav-item:hover {
    width: 118px;
    line-height: 55px;
    text-align: center;
    border-right: 1px solid #437cff;
    /* border-left:1px solid #1651f6 ; */
    color: #fff;
    border-top: 3px;
    background: linear-gradient(180deg, #11b8ff9b 0%, #11b8ff00 100%);
    border-top-width: 115px;
    border-top: 3px solid #0234f0;
}
.nav-item .nav_bg{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #188dfb 0%, #1e70f9 100%);
    height:auto;
    z-index: 9999;
    font-size: 14px;
}
.nav-item .display{
    display: block !important;
}
.nav_bg li{
    line-height: 44px;
    height: 44px;
    border-bottom:1px dashed #3a8fff;
}
.nav_bg li:last-child{
    border-bottom:none;
}
.nav_bg li:hover{
    background: linear-gradient(180deg, #11b8ff 0%, #11b8ff 100%);
    border-top-width: 115px;
}
.first {
    margin-left: 6px;
}

.active {
    background: linear-gradient(180deg, #11b8ff 0%, #11b8ff 100%);
    border-top-width: 115px;
    border-top: 3px solid #0234f0;
}


/* 面包屑导航 */

.container {
    width: 1202px;
    margin: 0 auto;
    color: #696a82;
    line-height: 33px;
    background: #f2f8ff;
    position: relative;
}

.container ul {
    list-style: none;
    display: flex;
    background: transparent;
    border-bottom: none;
    margin-bottom: 10px;
}

.container ul li {
    line-height: 30px;
}

.span6 {
    display: flex;
    margin-top: 15px;
    border-bottom: 1px solid #eaeff6;
}

.location {
    height: 19.32px;
    width: 19.32px;
    margin-top: 4px;
    margin-right: 3px;
}

.breadcrumb {
    width: 1202px;
    background-color: #fff;
    border-bottom: 1px solid #eaeff6;
    padding: 0 !important;
    margin: 0;
    margin-bottom: 5px;
    background: #f2f8ff;
}

.breadcrumb>li>.divider {
    padding: 0;
}

.breadcrumb a {
    color: #696a82;
    text-decoration: none;
}


/* footer */

.footer {
    background-color: #06295f;
    width: 100%;
    height: 140px;
    padding: 30px 0;
}

.footer-text {
    line-height: 26px;
    text-align: center;
    margin-top: 7px;
    color: #fff;
    font-weight: regular;
    font-size: 14px;
    letter-spacing: 0px;
}
.m-style.pagebottom > input.jump-ipt {
    width: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    text-align: center;
    outline: none;
}
.footer-text span{
    display: inline-block;
    margin: 0 30px;
    font-size: 14px;
}
.endtext {
    font-size: 14px !important;
}


/*党建footer*/

.djfooter {
    background-color: #cb0504;
    width: 100%;
    height: 140px;
    padding-top: 24px;
}


/*党建导航*/

.djtop-pic {
    background:  no-repeat center center;
    width: 100%;
    /* height: 553px; */
    background-size: 100% 800px;
    min-width: 1220px;
   /*  position: absolute; */
    padding: 0;
   /*  z-index: -99;*/
}

.djbox {
    width: 1202px;
    margin: 0 auto;
   /*  margin-top: 405px; */
    height: 200px;
    padding: 1px;
}

.djbox-toppic {
    background: url(/uploads/image/ipdj/image608.png) no-repeat center center;
    position: absolute;
    background-size: cover;
    width: 1300px;
    height: 233px;
    margin-left: -10px;
   /*  z-index: -1; */
}

.djbox-topnav {
    height: 129px;
    width: 1202px;
    margin-top: 88px;
    margin-left: 8px;
    z-index: 99;
}

.djframeimg1 {
    height: 31px !important;
    width: 35px !important;
    margin-top: 52px !important;
    margin-right: 30px;
}

.djframeimg2 {
    height: 28px !important;
    width: 25px !important;
    margin-top: 52px !important;
    margin-right: 30px;
}

.djframeimg3 {
    height: 31px !important;
    width: 32px !important;
    margin-top: 50px !important;
    margin-right: 30px;
}

.djbox-topnav ul {
    list-style: none;
    display: flex;
}

.djbox-topnav ul li {
    width: 400px;
    border-right: 1px solid #f64926;
    text-align: center;
    border-top: 4px solid transparent;
}

.lastpic {
    margin-left: 20px !important;
}

.djbox-topnav ul li a {
    height: 128px;
    line-height: 128px;
    display: flex;
    width: 250px;
    text-decoration: none;
    color: #f8e171;
    margin-left: 100px;
    cursor: pointer;

}

.djnav a {
    cursor: pointer;
}

.djbox-topnav ul li:hover {
    height: 129px;
    line-height: 129px;
    height: 129px;
    border-top: 4px solid #fae37e;
}

.djbox-topnav ul li a p {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130px;
    letter-spacing: 0em;
    text-align: left;
}


/*轮播图点样式*/
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: right;
    height: 25px !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 2px !important;
    background: rgba(255, 255, 255, 0.38) !important;
    border-radius: 7px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}
