html,
body {
    width: 100%;
    overflow: auto;
    position: relative;
    font-family:"MicrosoftYaHei";
    font-weight:400;
}

body::-webkit-scrollbar {
    display: none;
}

span {
    outline: none;
}

li,
img,
button {
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

.box {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.cur {
    color: #004E97 !important;
    border-bottom: 2px solid #004E97;
}

.cur1 {
    color: #EC1216 !important;
    border-bottom: 2px solid #EC1216;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.hide1 {
    visibility: hidden;
    z-index: -1;
    height: 0;
    position: absolute;
}

.active {
    /*color: #004E97 !important;*/
    /*font-weight: bold !important;*/
}

.clear {
    clear: both;
}


/* 首页导航 */
.navBox {
    width: 100%;
    height: 1.2rem;
}

.nav {
    width: 100%;
    height: 100%;
    position: relative;
}

.nav .nav_logo {
    width: 7rem;
    height: 100%;
    position: absolute;
    top: 27px;
    left: 0;
}

.nav .nav_logo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.nav_search {
    width: 180px;
    height: 24px;
    position: absolute;
    top: 34px;
    right: 0;
}

.nav_search .search {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(114, 112, 133, 0);
    border: 1px solid rgba(153, 153, 153, 1);
    position: relative;
}

.nav_search .search .search_inp {
    width: 76%;
    height: 100%;
    background: none;
    border: none;
    position: absolute;
    top: 0px;
    left: 10px;
}

.search img {
    position: absolute;
    top: 4px;
    right: 16px;
    width: 14px;
    height: 16px;
}
.search_pic{
    position: absolute;
    top: 4px;
    right: 16px;
    width: 14px;
    height: 16px;
    opacity: 0;
}
.nav-tab {
    position: absolute;
    bottom: 22px;
    right: 0;
}

.nav-tab>ul>li {
    font-weight: bold;
    float: left;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    margin-left: 37px;
    position: relative;
}

.nav-tab ul li>a {
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    text-decoration: none;
}

.nav-tab ul li ul{
    display: none;
    width: 120px;
    background: rgba(0,78,151,.7);
    z-index: 999999;
    position: absolute;
    top: 40px;
    left:-30px;
}
.nav-tab ul li ul li{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-left: 0 !important;
}






/* 轮播 */
.swiper {
    width: 100%;
    height: 564px;
}

.swiper-container,
.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper .swiper-slide,
.swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

/* 按钮 */
.banner .btn {
    position: absolute;
    bottom: 43px;
    right: 449px;
    z-index: 100;
}

.banner .btn li {
    opacity: 0.2;
    margin-left: 20px;
    background: #fff;
    text-indent: -999em;
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
}

.banner .btn li.hover {
    background: #fff;
    opacity: 1;
}

/* 中间内容 */
.contBox {
    width: 100%;
    margin-top: 28px;
}

.cont {
    width: 1200px;
    margin: 0 auto;
}

/* 轮播 */
.cont-lun-news {
    width: 100%;
}

.cont-swiper {
    width: 827px;
    height: 372px;
    display: inline-block;
}

.cont-swiper .swiper-wrapper {
    position: relative;
}

.cont-swiper .swiper-wrapper .cont-swiper-nr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 811px;
    height: 56px;
    line-height: 56px;
    /*background: rgba(0, 78, 151, 0.8);*/
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.8;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-left: 16px;
    text-align: left;
}

.cont-swiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.cont-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.cont-swiper .swiper-pagination-custom,
.cont-swiper .swiper-pagination-fraction {
    bottom: 23px;
    left: 0;
    width: 98%;
    height: 10px;
}

.cont-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.cont-swiper .swiper-container {
    position: relative;
}

.cont-swiper .swiper-button-next,
.cont-swiper .swiper-button-prev {
    width: 22px;
    height: 30px;
}

.cont-swiper .swiper-button-next img,
.cont-swiper .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.cont-swiper .swiper-button-next {
    position: absolute;
    top: 162px;
    right: 16px;
}

.cont-swiper .swiper-button-prev {
    position: absolute;
    top: 162px;
    left: 16px;
}

/* 总局新闻 */
.cont-news {
    width: 336px;
    padding-top: 5px;
    display: inline-block;
    float: right;
}

.commont-tab {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
}

.commont-tab ul {
    display: inline-block;
}

.commont-tab ul li {
    display: inline-block;
    font-size: 18px;
    font-family: "MicrosoftYaHei";
    font-weight: bold;
    color: rgba(43, 43, 43, 1);
    margin-right: 30px;
    padding-bottom: 13px;
}

.commont-tab-more {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 78, 151, 1);
    padding-top: 2px;
}

.commont-tab-more a {
    font-size: 14px;
    color: rgba(0, 78, 151, 1);
    text-decoration: none;
}

.news-listBox {
    margin-top: 12px;
}

.news-list ul li {
    margin-bottom: 20px;
}

.news-list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.news-list ul li a>span {
    width: 100%;
    line-height: 25px;
}

.news-time {
    float: right;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

/* 中间内容 */
.cont-main {
    width: 100%;
}

/* 左侧内容 */
.main-left {
    width: 830px;
    margin-top: 29px;
    float: left;
    display: inline-block;
}

/* 国资动态与行业资讯  */
.cont-dynamic {
    width: 100%;
}

.main-left-news1,
.main-left-news2 {
    width: 400px;
    display: inline-block;
}

.main-left-news2 {
    margin-left: 26px;
}

.main-left-listBox {
    margin-top: 14px;
}

.main-left-list ul li {
    margin-bottom: 16px;
    height: 17px;
}

.main-left-list ul li:last-child {
    margin-bottom: 0 !important;
}

.main-left-list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.main-left-list ul li a .title {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 主营业务 */
.cont-business {
    width: 100%;
    margin-top: 30px;
}

.business-list {
    width: 100%;
    margin-top: 20px;
}

.business-list ul li {
    float: left;
    width: 266px;
    height: 240px;
    margin-left: 16px;
    margin-bottom: 16px;
    position: relative;
}

.business-list ul li:first-child {
    margin-left: 0 !important;
}

.business-list ul li:nth-child(4) {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.business-list ul li:nth-child(5) {
    margin-bottom: 0 !important;
}

.business-list ul li:nth-child(6) {
    margin-bottom: 0 !important;
}

.business-pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.business-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.business-cover {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.business-info {
    width: 100%;
    /* height: 209px; */
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    color: #fff;
}

.business-info-tit {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.business-info-cont {
    height: 0;
    overflow: hidden;
    line-height: 20px;
    margin-top: 16px;
    padding: 0 33px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}


/* 热点专题 */
.cont-hot {
    width: 100%;
    margin-top: 32px;
}

.hot-list {
    width: 100%;
    margin-top: 20px;
}

.hot-list-bigpic {
    width: 100%;
    height: 184px;
}

.hot-list-bigpic img {
    width: 100%;
    height: 100%;
}

.hot-list-bigArr {
    width: 100%;
    height: 176px;
    margin-top: 8px;
}

.hot-list-bigArr ul li {
    float: left;
    width: 270px;
    height: 176px;
    margin-left: 10px;
}

.hot-list-bigArr ul li:first-child {
    margin-left: 0 !important;
}

.hot-list-bigArr ul li img {
    width: 100%;
    height: 100%;
}

/* 榜样与文化 */
.cont-example {
    width: 100%;
    margin-top: 32px;
}

.example-pic {
    width: 100%;
    height: 144px;
    margin-top: 16px;
}

.example-pic img {
    width: 100%;
    height: 100%;
}

.cont-example .main-left-list ul li {
    margin-bottom: 19px;
}


/* 中间内容右侧 */
.main-right {
    width: 336px;
    /* height: 1686px; */
    display: inline-block;
    float: right;
    background: rgba(238, 238, 238, 1);
}

.main-rightBox {
    padding: 0 28px;
}

.cont-noticeAndperson {
    width: 100%;
}

/* 通知公告 */
.cont-notice {
    margin-top: 29px;
}

.cont-noticeAndperson .main-left-list ul li a .title {
    width: 100%;
}

/* 人才招聘 */
.cont-person {
    margin-top: 34px;
}

/* 宣传片 */
.cont-propaganda {
    margin-top: 30px;
}

.cont-propaganda-video {
    width: 100%;
    /* height:200px; */
    margin-top: 17px;
}

.cont-propaganda-video .swiper-wrapper .swiper-slide .slide-piclist {
    position: relative;
    width: 100%;
    height: 200px;
}

.cont-propaganda-video .swiper-wrapper .swiper-slide .slide-piclist .imgPic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cont-propaganda-video .swiper-wrapper .swiper-slide .slide-piclist .play {
    width: 26px;
    height: 32px;
    position: absolute;
    top: 84px;
    left: 135px;
    z-index: 50;
}

.cont-propaganda-video .swiper-wrapper .swiper-slide .ell {
    font-size: 14px;
    font-weight: bold;
    color: rgba(43, 43, 43, 1);
    margin-top: 12px;
}


.cont-propaganda-video .swiper-container {
    position: relative;
}

.cont-propaganda-video .swiper-button-next,
.cont-propaganda-video .swiper-button-prev {
    width: 22px;
    height: 30px;
}

.cont-propaganda-video .swiper-button-next img,
.cont-propaganda-video .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.cont-propaganda-video .swiper-button-next {
    position: absolute;
    top: 85px;
    right: 1px;
}

.cont-propaganda-video .swiper-button-prev {
    position: absolute;
    top: 85px;
    left: 1px;
}






/* 报刊 */
.cont-book {
    margin-top: 16px;
}

.cont-book-pic {
    width: 100%;
    margin-top: 19px;
}

.cont-book-pic .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 224px;
}

.cont-book-pic .swiper-wrapper .swiper-slide .cont-book-imgPic {
    width: 162px;
    height: 224px;
    position: relative;
}

.cont-book-pic .swiper-wrapper .swiper-slide .imgPic {
    width: 162px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cont-book-pic .swiper-wrapper .swiper-slide .ell {
    width: 162px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}


.cont-book-pic .swiper-container {
    position: relative;
}

.cont-book-pic .swiper-button-next,
.cont-book-pic .swiper-button-prev {
    width: 22px;
    height: 30px;
}

.cont-book-pic .swiper-button-next img,
.cont-book-pic .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.cont-book-pic .swiper-button-next {
    position: absolute;
    top: 97px;
    right: 17px;
}

.cont-book-pic .swiper-button-prev {
    position: absolute;
    top: 97px;
    left: 17px;
}




/* 新媒体 */
.cont-media {
    margin-top: 27px;
}

.cont-media-pic {
    width: 100%;
    margin-top: 21px;
}

.cont-media-pic .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 196px;
}

.cont-media-pic .swiper-wrapper .swiper-slide .imgPic {
    width: 160px;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 60px; */
}


.cont-media-pic .swiper-container {
    position: relative;
}

.cont-media-pic .swiper-button-next,
.cont-media-pic .swiper-button-prev {
    width: 22px;
    height: 30px;
}

.cont-media-pic .swiper-button-next img,
.cont-media-pic .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.cont-media-pic .swiper-button-next {
    position: absolute;
    top: 83px;
    right: 17px;
}

.cont-media-pic .swiper-button-prev {
    position: absolute;
    top: 83px;
    left: 17px;
}

/* 快捷通道 */
.cont-quick {
    margin-top: 27px;
}

.cont-quick-pic {
    width: 100%;
    margin-top: 18px;
}

.cont-quick-pic ul li {
    width: 280px;
    height: 60px;
    margin-bottom: 15px;
}

.cont-quick-pic ul li:last-child {
    margin-bottom: 0px !important;
}

.cont-quick-pic ul li img {
    width: 100%;
    height: 100%;
}

/* 相关链接 */
.cont-link {
    margin-top: 25px;
}

.cont-link-sel {
    width: 100%;
    margin-top: 15px;
}

.cont-link-sel select {
    width: 279px;
    height: 40px;
    margin-bottom: 9px;
}

.cont-link-sel select:last-child {
    margin-bottom: 27px !important;
}


/* 尾部 */
.footBox {
    width: 100%;
    margin-top: 33px;
    border-top: 1px solid #DCDCDC;
    padding-top: 33px;
}

.footBox p {
    width: 100%;
    height: 17px;
    text-align: center;
}
.footBox .footTab a{
    margin-left: 59px;
}

.footBox .footTab span {
    font-size: 16px;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);

}

.footBox p a:first-child {
    margin-left: 0 !important;
}

.footBox .footAddress {
    margin-top: 35px;
}

.footBox .footAddress span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.footBox .footCopyright {
    margin-top: 26px;
    margin-bottom: 26px;
}

.footBox .footCopyright span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}



/* 移动端 */
.nav_phone_search{
    display: none;
}
.nav_phone_list{
    display: none;
}
.searchBox{
    display: none;
}
.hrefListbox{
    display: none;
}
.cover{
    display: none;
}
.swiperPhone{
    display: none;
}
.footPhone{
    display: none;
}
