/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family:Arial, Helvetica, 微软雅黑, sans-serif; }
a{ color:#333; text-decoration:none;}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.fl{ float:left;}
.fr{ float:right;}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}


/*页头的logo区域*/
.container.headerLogo{
    height: 110px;
    padding: 16px 0 0 0;
}
.container.headerLogo .core a{
    line-height: 80px;
    height: 80px;
}
.container.headerLogo .core a img{
    max-height: 76px;
}

.container.headerLogo .tellBox{
    display: inline-block;
    float: right;
    height: 80px;
    width: 280px;
    padding: 12px 0 0 23px;
    position: relative;

}
.container.headerLogo .tellBox img{
    width: 34px;
    height: 34px;
    position: absolute;
    left: -30px;
    top: 18px;
}
.container.headerLogo .tellBox span:nth-child(2){
    font-size: 16px;
    display: block;
}
.container.headerLogo .tellBox span:nth-child(3){
    font-size: 22px;
    color: #000;
    font-weight: 700;
    display: block;
}

/*pc端页头中的导航*/
.headerNav{
    background: #000;
    padding: 0 ;
}
.headerNav .container{
    padding: 0;
}
.headerNav .navbar{
    text-align: center;
    margin: 0;
    border: none;
    padding: 0;
}
.headerNav .navbar>li{
    float: left;
    height: 50px;
    position:relative;
    display: inline-block;
}
.headerNav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    color: #fff;
    padding: 0 60px;
    height: 50px;
    line-height: 50px;
}
.headerNav .navbar>li.active>a{
    background-color: rgb(229, 34, 41);
}

.headerNav .navbar>li:hover>a{
    background-color: rgb(229, 34, 41);
    text-decoration: none;
}
.headerNav .navbar>li>ul{
    width: 100%;
    height: auto;
    background: #333;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 1000;
}
.headerNav .navbar>li>ul li a{
    line-height: 40px;
    color: #fff;
    display: block;
}
.headerNav .navbar>li:hover  {
    background: #262626;

}
.headerNav .navbar>li:hover ul {
    display: block;
}
.headerNav .navbar>li>ul li a:hover{
    text-decoration: none;
    background: #666;
}

/*手机端顶部导航*/
#mobile #mobile-menu {position:fixed;top:0;left:0;width:220px;height:100%;background-color:#373737;z-index:9999;}
#mobile a:hover ,a:focus{text-decoration:none}
#mobile .mobile-nav>ul>li a{
    display:block;
    padding:1em 5%;
    border-top:1px solid #4f4f4f;
    border-bottom:1px solid #292929;
    transition:all 0.2s ease-out;
    cursor:pointer;
    color:gray;
}
#mobile .mobile-nav>ul>li>ul{
    display: none;
}
#mobile .mobile-nav>ul>li>ul>li>a{
    color:gray;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding:1em 20%;
}
#mobile .mobile-nav>ul>li a img.icon{
    float: right;
}

#mobile #mobile-menu {
    overflow: auto;
    position:fixed;
    top:0;
    left:0;
    width:220px;
    height:100%;
    background-color:#373737;
    z-index:9999;
    transition:all 0.3s ease-in;
}
#mobile .mobile-nav ul li a:hover {
    background-color: #565555;
    color: #ffffff;
}
#mobile .show-nav {
    transform:translateX(0);
}
#mobile .hide-nav {
    transform:translateX(-220px);
} /*侧滑关键*/
#mobile .mobile-nav-taggle {
    height:35px;
    line-height:35px;
    width:35px;
    background-color:#000;
    color:#ffffff;
    display:inline-block;
    text-align:center;
    cursor:pointer;
    float: right;
}
#mobile .nav.avbar-inverse{position:relative;}
#mobile .nav-btn {
    background: #000;
    z-index: 1000;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
}

#mobile #mobileFooter{
    background:rgb(0, 0, 0);
    text-align: center;
    height: 50px;
    margin: 0;
    padding: 0;
}
#mobile #mobileFooter a{
    color:#fff;
    text-align: center;
}
#mobile #mobileFooter a img{
    width: 24px;
    height: 24px;
}
#mobile #mobileFooter a span{
    display: block;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

/*查看更多*/
.moreButton {
    background-color: #000;
    font-size: 12px;
    height: 50px;
    width: 180px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    margin: 40px auto 0 auto;
    position: relative;

}
.moreButton:hover{
    text-decoration: none;
    background:rgba(254,11,45,1);
}
.moreButton span{
    color: #ffffff;
    position: relative;
    z-index: 100;
}
.moreButton:before {
    width:100%;
    height:100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8a4747;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
}
.moreButton:hover:before {
    border-radius: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    z-index: 1;
    background:rgba(254,11,45,1);
}


/*标题*/
.title{
    width: 200px;
    padding: 0 0;
    display: block;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 14px;
    position: relative;

}
.title p:nth-child(1){
    display: inline-block;
    background: #ffffff;
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0 7px;
}
.title p:nth-child(1) span{
    color: rgba(254,11,45,1);
}
.title p:nth-child(2){
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
}
.title i{
    background: rgb(216, 216, 216);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 17px;
    left: 0;
    display: inline-block;
    z-index: -1;
}


/*banner区域*/
#banner{
    padding: 0;
}
#banner img{
    width: 100%;
}

/*位置定位*/
.navWZ{
    width: 100%;
    display: block;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.navWZ img:nth-child(1){
    float: left;
    margin: 7px 1px 0 0;
    width: 12px;
}



.navWZ span,
.navWZ a{
    color: #333;
    font-size: 12px;
    /*display: inline-block;*/
    vertical-align: sub;
    margin: 0 0 0 4px;
}
/*上下一篇*/
.pageInfo {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #333;
    margin-top: 40px;
}
.pageInfo span:nth-child(1){
    display: inline-block;
}
.pageInfo span:nth-child(2){
    display: inline-block;
    float: right;
}
.pageInfo span:hover{
    text-decoration: underline;
}






/*页脚区域*/
.footerBox{
    margin: 80px 0 0 0;
    background: black;
    padding: 54px 0;
}
.footerBox .container{
    padding: 0;
}
.footerBox .container .core{
    padding: 0;
    color: rgb(216, 216, 216);
}

.footerBox .container .core ul{
    display: inline-block;
    margin: 0px 0 20px 0;
}
.footerBox .container .core ul img{
    max-height: 100px;
}


.footerBox .container .core ul li:nth-child(1){
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.footerBox .container .core ul li a{
    text-align: center;
    border-right: 1px #fff solid;
    color: rgb(216, 216, 216);
    padding: 0px 10px;
    font-size: 15px;
}
.footerBox .container .core ul li:first-child a,
.footerBox .container .core ul li:last-child a{
    border-right: none;
}
.footerBox .container .core ul li{
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}

.footerBox .container .core .footerInfo{
    padding: 0 0 0 40px;
}
.footerBox .container .core .footerInfo p{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 6px 0 10px 0;

}

.footerBox .container .core .footerInfo span{
    margin: 6px 0 0 0;
    display: block;
    font-size: 14px;

}

.footerBox .container .wx{
    text-align: center;
}

.container-fluid.IPC{
    font-size: 13px;
    color: #fff;
    background-color: rgb(51, 51, 51);
}
.container-fluid.IPC a,
.container-fluid.IPC p{
    line-height: 42px;
    margin: 0;
    color: rgb(127, 127, 127);
}

/*列表分页*/
/*�·�ҳ��ʽ*/
.pagination {     display: block;
    text-align: center;
    margin: 0 0;
    border-radius: 4px;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    padding: 21px 0 0 0;  }
.pagination > li {     display: inline-block; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #eeeeee; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; cursor: default; background-color: #fe0b2d; border-color: #fe0b2d; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; cursor: not-allowed; background-color: #ffffff; border-color: #dddddd; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; color: #999;}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; cursor: not-allowed; background-color: #ffffff; }


















@media screen and (max-width: 1000px){
    .container-fluid.swiperBox{
        margin: 55px 0 0 0 ;
    }
    .footerBox {
        margin-bottom: 50px;
    }
    .title{
        width: 170px;
        margin: 20px auto 16px auto;
    }
    .title p:nth-child(1) {
        font-size: 22px;
    }
    .title p:nth-child(2) {
        font-size: 12px;
    }
    .title i {
        height: 2px;
        top: 14px;
    }
    #banner{
        margin-top: 55px;
    }
    .pageInfo span:nth-child(1),
    .pageInfo span:nth-child(2){
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .moreButton {
        height: 40px;
        width: 140px;
        margin: 13px auto 0 auto;
        line-height: 40px;
    }
    .container-fluid.IPC{
        margin: 30px 0 0 0;
        padding: 0;
    }

}

@media screen and (max-width: 767px) {
    .footerBox{
        padding: 8px 14px;
        margin-bottom: 50px;
    }

}










