html,
body,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    width: 100%;
    color: #7c7c7c;
    overflow-x:hidden; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
}

li {
    list-style: none;
}
em{
    font-style: normal;
}
img {
    padding: 0;
    display:block;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}

.middle {
    width: 1000px;
    margin: 0 auto;
}

.clearMR {
    margin-right: 0!important;
}

.clearMB {
    margin-bottom: 0!important;
}

.clearBB {
    border-bottom: 0!important;
}
.setMB{
    margin-bottom:56px;
}

/* 轮播图参数变化 */
 
/*.swiper-pagination-bullet {
    width: 24px!important;
    height: 24px!important;
    background-color: #fff;
    opacity: 0.5;
}
*/
.swiper-pagination-bullet-active {
    background:#fff !important;
}
/*
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(../images/changebutton.png)!important;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(../images/changebutton.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    IE 9
    -moz-transform: rotate(180deg);
    Firefox
    -webkit-transform: rotate(180deg);
    Safari and Chrome
    -o-transform: rotate(180deg);
    Opera
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/changebutton.png)!important;
    left: -40px;
    right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 31px!important;
    height: 31px!important;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 31px 31px;
    -webkit-background-size: 31px 31px;
    background-size: 31px 31px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: -40px;
    left: auto;
}
*/

/*轮播图参数变化结束*/


.cc_botton {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pagination{
    overflow: hidden;
    display: inline-block;
}
#pagination>div{
    float: left;
    
}
#page_left_botton a,
#page_left_botton span{
    display: inline-block;
    padding:0 10px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin:0 5px;
    cursor: pointer;
    
}
#page_left_botton a:hover,
#page_left_botton a{
    background-color:#065aba;
    color: #fff;
}

#page_center_botton{
    display: none;
}


.ib_book {
    width:100%;
    overflow: hidden;
    padding: 15px 0px;
    margin-top: 40px;
}
.ib_newslist_read {
    padding: 0px 5px;
    overflow: hidden;
}
.ib_newslist_read li {
    padding: 0px 0px 5px 8px;
    overflow: hidden;
    margin-bottom:20px;
    text-align: left;
}
a:visited.infolist2 {
    color: #666666;
    text-decoration: none;
}
a.infolist2 {
    display:inline;
    color: #666666;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
a:hover.infolist2 {
    color:#065aba;
}
.ib_page {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0px;
}
.tc {
    text-align: center;
}
.b {
    font-weight: bold;
}

.f14 {
    font-size: 14px;
}
.oninage {
    color: #f47c20;
}
/*后台参数变化结束*/
/*地图修改*/
.BMapLabel{
    border:0 !important;
    font-weight: bold !important;
    font-size: 18px!important;
}
.BMap_bubble_content{
    line-height: 24px;
}
/*地图修改结束 */