html,body{
    width:100% !important;
}

body {
    font-family: "Arial";
    background-color: #fff;
}

/* header */
.header{
    background:#fff;
}
.logo {
    /* height: 80px; */
    line-height: 100px;
    position: relative;
}

.logo img {
    vertical-align: middle;
}
.logo a{
    color:#333;
}
/* banner */
.content-silder {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.content-silder img {
    width: 100%;
    height: 100%;
    border: 0;
}

.content-silder .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
}

.content-silder .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #007aff;
}

/* aboutUS */
.cn-title {
    text-align: center;
    font-size: 28px;
    color: #000000;
    margin-top:40px;
}
.table,
.table * {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin:40px 0 30px 0;
}

.table-tr {
    display: table-row;
    height: 30px;
}

.table-td {
    width:16%;
    display: table-cell;
    height: 100%;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    vertical-align: middle;
    color:#666;
}
.table-td>div{
    padding:25px 20px;
    font-size: 14px;
    word-break:keep-all;
    
}
.bt {
    border-top: none;
}
.bl {
    border-left: none;
}
.aboutActive{
    background-color:#2c96e2;
    color:#fff;
}


/* aboutUs-pannel */
.aboutUs-pannel{
    clear: both;
    position: relative;
    display: block;
    overflow: hidden;
}
.pannel-item{
    display: none;
}

    /* 通用详情 */
.pannel-item{
    clear: both;
    position: relative;
}
.pannel-item-img{
    float: left;
    margin-right:20px;
}
.pannel-item-text{
    line-height: 25px;
    font-size: 16px;
	word-break: keep-all;
}

    /* 领导部分样式 */
.pannel-leader-dl{
    position: relative;
    overflow: hidden;
    width:100%;
}
.leader-item{
    float: left;
    width:33%;
    text-align: center;
    padding-top:20px;
}
.leader-item-text{
    display: block;
    color:#666;
    padding-top:10px;
}
.leader-item:hover a .leader-item-text{
    text-decoration: underline;
}
.leader-item-img{
	width:127px;
	height:auto;
}





    /* 出版物样式 */
.publish-img{

}
.publish-text{
    font-size: 16px;
}
.publish-img-text{
    text-align: center;
    color: #cca789;
    padding:20px 0;
}
.publish-img-cn-dl{
    clear: both;
    position: relative;
    overflow: hidden;
}
.publish-img-cn-dl>dd{
    float: left;
    width:14.2%;
}

.publish-img-cn-img{
    text-align: center;
}
.publish-img-cn-img img{
    width:133px;
    height: 194px;
    border:none;
}

/* contactUs */
.contactUs{
    clear: both;
	overflow:hidden;
}
.contactUs .cn-title{
	margin-top:0px;
}
.cn-detail{
    margin-top:40px;
    height: auto;
    background-color:#f8f7f7;
    text-align: center;
}
.detail-text{
    padding:30px 0;
    line-height: 30px;
}

/* links */
.links{
    margin-top:50px;
    /* height: 50px; */
    line-height: 50px;
}
.links>div{
    display: inline-block; 
    height: 70px;
    line-height: 70px !important;
    vertical-align: text-bottom;
}
.linkOut{
    margin-right:50px;
}
.link-text{
    /* display: inline-block; */
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right:40px;
}
.link-detail{
    display: inline-block;
    line-height: 35px;
}
.link-detail  a{
    display: block;
    font-size: 14px;
    color:#666;
}
.link-detail  a:hover{
    text-decoration: underline;
    color:#007aff;
}

.link-out{
    display: inline-block;
    height: 70px;
    line-height: 70px;
}

.link-out img{
    width:70px;
    height: 70px;
    margin-right: 70px;
}

/* footer */
.footer{
   
    background-color:#e7e7e7;
}
.footer-text{
    text-align: center;
    color:#333;
    line-height: 24px;
    padding:30px 0;
    white-space:nowrap;
}



/* 详情页 */
.detailBody{
    background-color:#f0f0f0;
}
.detail-content{
    /* border-top:2px solid #457fb6; */
}
.breadcrumbs{
    height: 40px;
    line-height: 40px;
}
.breadcrumbs>li {
    display: inline;
}

.breadcrumbs>li::after {
    padding: 0 2px;
    content: ">\00a0";
}

.breadcrumbs>li:last-child::after {
    content: "";
}

.breadcrumbs>li i {
    color: #2c96e2;
}

.breadcrumbs>li a {
    color: #94949f;
}

.breadcrumbs>li.active {
    color: #be5252;
}
.detail-main{
    min-height: 600px;
    /* border: 1px solid #eee; */
    padding:60px;
    background-color:#fff;
}
.detail-main-title{
    font-size: 18px;
    padding-bottom:10px;
    border-bottom:2px solid #457fb6;
    margin-bottom:20px;
}
.detail-main-img{
   float: left;
   margin-right:20px;
}
.detail-mgin-info{
    line-height: 24px;
    word-break:keep-all;
}


.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    padding-right: 30px;
  }
  .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: #457fb6;
  }


