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: #808080;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
}

li {
    list-style: none;
}

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;
}


/*banner*/

#banner {
    height: 512px;
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
}

#banner ul {
    width: 1920px;
    height: 512px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.slideItem {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height: 378px;
}

.slideItem img,
.slideItem a {
    display: block;
}

.thumbs {
    position: absolute;
    bottom: 5%;
    height: 10px;
    text-align: center;
    width: 100%;
}

.thumbs li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

.thumbs li.curr {
    background: #832b27;
}

.banner img {
    max-width: 100%;
    margin: 0 auto;
}


/* 轮播图参数变化 */


/*.swiper-pagination-bullet {

    width: 15px!important;

    height: 15px!important;

    background-color: #fff;

    opacity: 0.8;

}



.swiper-pagination-bullet-active {

    background:#832b27 !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: #7c322e;
    color: #fff;
}

#page_center_botton{
    display: none;
}

.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;
}


/*地图修改结束 */
