﻿/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family:Arial, Helvetica, 微软雅黑, sans-serif; }
a{ color:#333; text-decoration:none;}
a:hover{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;
    }
}

.container-fluid,
.container{
    padding: 0 0;
}


body{
    padding: 80px 0 0 0 ;
}

/*pc端页头中的导航*/
.headerNav{
    padding: 0 ;
    background: #fff;
    background: rgba(19,19,19,1);
}
.headerNav .container{
    padding: 0;
}
.headerNav .navbar{
    text-align: center;
    margin: 6px 0 0 0 ;
    border: none;
    padding: 0;
    float: right;
    width: auto;
    position: relative;
}
.headerNav .logoh1{
    display: inline-block;
    margin: 3px 0 0 0 ;

}
.headerNav  .logoIMG{
    float: left;
    width: auto;
    margin: 0px 0 0 0;
}
.headerNav  .logoIMG img{
      height: 60px;
    display: inline-block;
    margin: 13px 0 0 0;
}



.headerNav .navbar>li{
    float: left;
    position: relative;
    display: inline-block;
    height: 80px;
    margin: 0 0 0 20px;
}
.headerNav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    padding: 0 22px;
    line-height: 62px;
    transition: all 0.4s;
    font-size: 16px;
    color: #ffffff;
}


.headerNav .navbar>li.active>a,
.headerNav .navbar>li:hover>a{
    text-decoration: none;
    color:rgba(255,192,1,1);
    border-bottom: 2px rgba(255,192,1,1) solid;
}

.headerNav .navbar>li>ul{
    width: 180px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0px;
    display: none;
    z-index: 1000;
    background: rgba(0,0,0,1);
}
.headerNav .navbar>li>ul li a{
    line-height: 40px;
    color: #fff;
    display: block;
}

.headerNav .navbar>li:hover ul {
    display: block;
}
.headerNav .navbar>li>ul li a:hover{
    text-decoration: none;
    background:rgba(255,192,1,1);
}








/*手机端顶部导航*/
#mobile #mobile-menu {
    position:fixed;
    top:0;
    left:0;
    width:170px;
    height:100%;
    background-color:#464646;
    z-index:9999;
}
#mobile a:hover ,a:focus{text-decoration:none}
#mobile .mobile-nav>ul>li>a{
    display:block;
    padding:1em 5%;
    border-bottom:1px solid #999;
    transition:all 0.2s ease-out;
    cursor:pointer;
    color:#fff;
    text-align: center;
    position: relative;
    left: -100%;
    transition-delay: 0.5s;
}
#mobile .mobile-nav>ul>li:nth-child(1)>a{  transition:all 0.5s ease-out;   }
#mobile .mobile-nav>ul>li:nth-child(2)>a{  transition:all 0.6s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(3)>a{  transition:all 0.7s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(4)>a{  transition:all 0.8s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(5)>a{  transition:all 0.9s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(6)>a{  transition:all 1.0s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(7)>a{  transition:all 1.1s ease-out;    }

#mobile .mobile-nav>ul>li>a.animateA{ left: 0  }


#mobile .mobile-nav>ul>li a i{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 19px;
}
#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:170px;
    height:100%;
    background-color:#464646;
    z-index:9999;
    transition:all 0.5s ;
}
#mobile .mobile-nav ul li a:hover {
    background-color: #565555;
    color: #ffffff;
}
#mobile .show-nav {
    transform:translateX(0);
}
#mobile .hide-nav {
    transform:translateX(-170px);
} /*侧滑关键*/
#mobile .mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #323232;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 4px;
    /*right: 10px;*/
    left: 10px;
}
#mobile .nav.avbar-inverse{position:relative;}
#mobile .nav-btn {
    background: #323232;
    z-index: 1000;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    right: auto;
    width: 100%;
}

#mobile #mobileFooter{
    background: #323232;
    text-align: center;
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 10000;
}
#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;
}


/*顶部导航和底部导航滑动的动画*/
#mobile .nav-btn{
    transition: all 0.5s;
    z-index: 10000;

}
#mobile .nav-btn.animateMoive{
    left: 170px;
}







/*上下一篇*/
.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: 0px 0 0 0;
    background:url("../picture/footer.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 60px 0 40px 0;
}
.footerBox .footernav{
    text-align: center;
    color: #ffffff;
}
.footerBox .footernav h3{
    width: 60%;
    display: inline-block;
    border-bottom: 1px #484848 solid;
    padding: 0 0 22px 0;
    margin: 0 0 14px 0;
    position: relative;
}
.footerBox .footernav h3 i{
    width: 50px;
    height: 1px;
    display: block;
    background: #ffc001;
    margin: 0 0 0 -25px;
    position: absolute;
    top: 100%;
    left: 50%;
}
.footerBox .footernav ul{
    text-align: center;
}
.footerBox .footernav ul li{
    display: inline-block;
    margin:  10px ;
}
.footerBox .footernav ul li a{
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
    line-height: 16px;
    font-size: 14px;
    color: #b9b9b9;
}
.footerBox .footernav ul li a:hover{
   text-decoration: underline;
}


.footerBox .footerInfo>div{
    display: inline-block;
    margin: 0 0 0 0;
    color: rgb(169, 169, 169);
    font-size: 13px;
}
.footerBox .footerInfo .left h3{
    font-size: 24px;
    color: rgb(169, 169, 169);
    font-weight: 700;
    margin: 0  0 44px 0 ;
}
.footerBox .footerInfo .left h3 span{
    font-size: 14px;
    color: rgb(252, 192, 46);
    margin: 0  0 4px 0 ;
    display: block;
}
.footerBox .footerInfo .right {
    margin: 80px 0 0 0;
    float: right;
}
.footerBox .footerInfo .right  h3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 0;

}
.footerBox .footerInfo .right p{
    font-size: 36px;
    font-weight: bold;
}
.footerBox .IPC a,
.footerBox .IPC{
    text-align: center;
    font-size: 14px;
    color: rgb(169, 169, 169);
    margin: 40px 0 0 0;
}
.footerBox .IPC a:hover{
    text-decoration: underline;
}




    /*右侧导航*/
#navRight{
    height: auto;
    position: fixed;
    bottom: 10%;
    right: 40px;
    z-index: 11111;
}
#navRight>div{
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 0;
    cursor: pointer;
    background-size: auto;
    background: #ff7f00;
    padding: 12px;
    position: relative;

}
#navRight>div:nth-child(1){
    border-radius: 6px 6px 0 0 ;
}
#navRight>div:nth-child(3){
    border-radius:0 0  6px 6px;
}
#navRight>div:last-child{
    border-radius: 6px 6px;
    margin: 9px 0 0 0;
}


#navRight>div>img{
    display: inline-block;
    width: 24px;
}
#navRight>div>i{
    width: 28px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 7px auto;
}
#navRight>div .right{
    position: absolute;
    width: 140px;
    height: auto;
    border: 1px #e0dede solid;
    border-radius: 6px;
    top: 0;
    left: -140px;
    z-index: 1000;
    background: #fff;
    padding: 14px;
    display: none;
}
#navRight>div:hover .right {
    display: inline-block;
}
#navRight>div .right h2{
    display:block;
    margin:  6px 0;
    font-size: 15px;
    text-align: left;
    color: #333;
}
#navRight>div .right{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #999;
}
#navRight>div .right i.border{
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #e6e6e6;
}
#navRight>div a{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #999;
}
#navRight>div .right i.QQIcon{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/qqicon.png) no-repeat center;
    background-size: 12px;
    margin: 5px 2px 0 0;
    vertical-align: sub;
}


/*分页区域*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 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: #565656; border-color: #565656; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ffffff;
    cursor: not-allowed;
    background-color: #ff7f00;
    border-color: #ff7f00;
}
.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; }
.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: #ff7f00; 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; }

ul .pagination>li>a,
ul .pagination>li>span{
    color: #ffffff;
    background: #ff7f00;
    border-color: #ff7f00;
}
.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: #d26f0c;
    border-color: #d26f0c;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #e98521;
    border-color: #e98521;
}


a.moreBtn {
    width: 150px;
    height: 46px;
    display: inline-block;
    font-size: 13px;
    font-weight: 100;
    border-radius: 1px;
    border: 1px #ffc001 solid;
    margin: 0 0 22px 0;
    color: #ffffff;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    line-height: 46px;
}
a.moreBtn:after {
    content: " ";
    width: 0px;
    height: 46px;
    display: block;
    background: rgba(255,255,255,0.2);
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
}
a.moreBtn:hover:after {
    width: 100%;
}






@media screen and (max-width: 1200px) {
    .headerNav .navbar>li>a {
        padding: 0 10px;
        font-size: 14px;
    }

}





@media screen and (max-width: 1000px){
    body{
        padding: 50px 0;
    }

    .container {
        width: 100%;
    }


    .container-fluid.swiperBox{
        margin: 0px 0 0 0 ;
    }

    .title{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .title p:nth-child(1) {
        font-size: 22px;
    }
    .title p:nth-child(2) {
        font-size: 12px;
        font-weight: 600;
    }
    .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 {
        width: 100px;
        margin: 13px auto 0 auto;
        line-height: 32px;
        height: 32px;
        font-size: 12px;
    }




    .right .titleborder h3 {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 12px 0;
    }
    .right .titleborder span {
        font-size: 17px;
        line-height: 28px;
        margin: 0px 7px 0 0;
        font-weight: 700;
    }

    a.moreBtn {
        width: 120px;
        height: 40px;
        font-size: 13px;
        margin:10px 0 22px 0;
        line-height: 40px;
    }
    a.moreBtn:after {
        height: 38px;
    }


}

@media screen and (max-width: 767px) {
    .footerBox {
        padding: 30px 14px;
    }
    .footerBox .container {
        padding: 0;
    }

    .footerBox .footernav h3 {
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }
    .footerBox .footernav ul li {
        margin: 0;
    }
    .footerBox .footernav ul li a {
        padding: 0 2px;
        line-height: 16px;
        font-size: 12px;
    }
    .footerBox .footerInfo .left h3 {
        font-size: 14px;
        margin: 18px 0 11px 0;
    }
    .footerBox .footerInfo>div {
        font-size: 12px;
        line-height: 12px;
    }
    .footerBox .footerInfo .right {
        margin: 0;
        float: unset;
        width: 100%;
        text-align: center;
    }
    .footerBox .footerInfo .right p {
        font-size: 20px;
        text-align: center;
    }
    .footerBox .IPC a, .footerBox .IPC {
        font-size: 12px;
        margin: 16px 0 0 0;
    }




}










