html,
body {
    width: 100%;
    overflow: auto;
    position: relative;
    font-family:"SimSun" !important;
    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);*/
        background-color:transparent;
}

.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: 121px;

}

.nav {
    width: 1200px;
    height: 100%;
    position: relative;
    /*background: #18539f;*/
    background: #004E97;
}

.nav .nav_logo {
    width: 403px;
    height: 72px;
    position: absolute;
    top: 27px;
    left: 0;
}

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

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

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

}

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

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

.nav-tab>ul>li {
    font-weight: bold;
    float: left;
    font-size: 14px;
    color: #222;
    margin-left: 26px;
    position: relative;
}

.nav-tab ul li>a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

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

.nav-tab ul li dl dd a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

/*首页动态图*/

.honor-pic .layui-carousel img{
  height:340px
}
.honor-pic .layui-carousel-ind{
  text-align: right;
  top: -30px;
}
.honor-pic .layui-carousel-ind ul{
  background-color: rgba(0,0,0,.0);
}
.honor-pic p {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 2.5rem;
    padding: 0 1rem;
    background: rgba(8,53,121,.6);
    white-space: nowrap;
    color: #fff;
    text-align: left;
}

#picList{
  overflow: hidden;
  position: relative;
  margin: 15px;
  height: 225px;
}   
#picList ul{ 
  list-style: none; 
  width:10000px; 
  position: absolute; 
} 
#picList ul li{
  float:left;
  margin-right: 10px; 
}
#picList ul li p{
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
#picList ul li img{
  max-width: 100%;
  height: 180px;
  padding: 4px;
  margin-bottom: 5px;
  border: 1px solid #cecece;
}

/* 轮播 */
.swiper {

    width: 100%;
    height: 340px;
    
}

.swiper1 {

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

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

/* 按钮 */
.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: 15px;
}

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

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

.cont-swiper {
    width: 727px;
    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(82, 165, 235, 0.8);*/
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.8;
    font-size: 14px;
    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: 436px;
    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-weight: bold;
    color: #222;
    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: 10px;
    height: 25px;
    position: relative;
}

.news-list ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #222;
}

.news-list ul li a>span {
    /*width: 100%;*/
    line-height: 25px;
}
.newsWzLeft{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

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

/*.main-left-news2 {
    margin-left: 26px;
    float: right;
}*/


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



.main-left-news5 {
    width: 1200px;
    display: inline-block;
}

.main-left-news5 {
    margin-left: 0px;
}

.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: 18px;
    font-weight: 400;
    color: #222;
}

.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: 388px;
    height: 232px;
    margin-left: 16px;
    margin-bottom: 16px;
    position: relative;
}

.business-list ul li:first-child {
    margin-left: 0 !important;
}
.business-list ul li:first-child+li+li+li {
    margin-left: 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: rgb(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: 16px;
}

.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: 234px;
    height: 176px;
    margin-left: 5px;
}

.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%;
    object-fit: cover;
}

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


/* 中间内容右侧 */
.main-right {
    width: 436px;
     height: 360px; 
    display: inline-block;
    float: right;
    background: #f5f5f5;
}

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

.cont-noticeAndperson {
    width: 100%;
}

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

.cont-noticeAndperson .main-left-list ul li a .title {
    width: 100%;
}
.cont-noticeAndperson .main-left-list ul li a .addTime {
    float: right;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

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

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

.cont-propaganda-video {
    width: 100%;
     height:245px; 
    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: #222;
    margin-top: 12px;
    display: block;
    width: 100%;
    text-align: center;
}


.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%;
    height: 225px;
    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%;
    height: 190px;
    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: 380px;
    margin-bottom: 15px;
}

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

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

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

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

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

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


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

.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: #222;

}

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

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

.footBox .footAddress span {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

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

.footBox .footCopyright span {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}



/* 移动端 */
.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;
}
