/*公共的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: 1540px;
    }
}
.logoH1{
    display: inline-block;
    margin: 0 0;
}



body{
    padding: 80px 0 0 0 ;
}

/*pc端页头中的导航*/
.headerNav{
    padding: 20px 0  ;
    background: #fff;
    height: 80px;
    border-bottom: 1px #ececec  solid;
}
.headerNav .container{
    padding: 0;
    /*width: 1400px;*/
}
.headerNav .navbar{
    text-align: center;
    margin: 0;
    border: none;
    padding: 0;
    float: right;
    width: auto;
    position: relative;
    height: 80px;
    display: inline-block;
}
.headerNav  .logoIMG{
    float: left;
    width: auto;
    margin: 0px 0 0 0;
}
.headerNav  .logoIMG img{
    display: inline-block;
    height: 40px;
}



.headerNav .navbar>li{
    float: left;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    /*height: 100%;*/

}
.headerNav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    padding: 0 25px;
    height: 38px;
    line-height: 38px;
    position: relative;
    color: #666;
}
.headerNav .navbar>li>a:hover{
    color: rgb(255, 105, 132);
}


.headerNav .navbar>li>a i{
    display: block;
    position: absolute;
    height: 100%;
    border-radius: 50px;
    top: 0%;
    left: 50%;
    z-index: -1;
    background: rgb(255, 105, 132);
    width: 0%;
    transition: all 0.3s;
}
.headerNav .navbar>li.active>a,
.headerNav .navbar>li:hover>a{
    text-decoration: none;
    color: #fff;
}
.headerNav .navbar>li.active>a i,
.headerNav .navbar>li:hover>a i{
    width: 100%;
    left: 0%;

}


.headerNav .navbar>li>ul{
    width: 150%;
    height: auto;
    position: absolute;
    top: 76px;
    left: -25%;
    display: none;
    z-index: 1000;
    background: #fff;
    border-radius: 10px;
}
.headerNav .navbar>li>ul>li:not(:first-child),
.headerNav .navbar>li>ul>li:not(:last-child){
    border-bottom: 1px #f3f3f3 solid;
}
.headerNav .navbar>li>ul>li:nth-child(2){
    border-radius: 10px 10px 0 0;
}
.headerNav .navbar>li>ul>li:last-child{
    border-radius: 0 0 10px 10px;
}


.headerNav .navbar>li>ul li.san{
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7.5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
    z-index: 1000;
}

.headerNav .navbar>li>ul li{
    display: block;
    overflow: hidden;
}
.headerNav .navbar>li>ul li a{
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
    left: 0;
    transition: left 0.3s;
}

.headerNav .navbar>li:hover ul {
    display: block;
}
.headerNav .navbar>li>ul li:hover {
     background: #f5f5f5;
}
.headerNav .navbar>li>ul li a:hover{
    text-decoration: none;
    left: 6px;
}





/*手机端顶部导航*/
#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:11000;
    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: rgb(255, 105, 132);
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
}
#mobile .nav.avbar-inverse{position:relative;}
#mobile .nav-btn {
    background: rgb(255, 105, 132);
    /*z-index: 1000;*/
    text-align: center;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    z-index: 10000;
}

#mobile #mobileFooter{
    background: rgb(255, 105, 132);
    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 {
    border: 1px #e60012 solid;
    font-size: 12px;
    height: 40px;
    width: 180px;
    color: #e60012;
    text-align: center;
    line-height: 40px;
    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;
}
.moreButton:hover span{
    color: #fff;
    position: relative;
    z-index:100;
}
.moreButton i{
    width:0%;
    height:100%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e60012;
    transition: all .3s ease-out;
}
.moreButton:hover i {
   width: 100%;
}



/*标题*/
.title{
    width: 100%;
    padding: 0 0;
    display: block;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 14px;
    position: relative;
}
.title.titleLeft{
    text-align: left;
}


.title p:nth-child(1){
    display: inline-block;
    text-align: center;
    font-size: 35px;
    color: #333;
    margin: 0px 0;
    padding: 0 7px;
}

.title p:nth-child(2){
    text-align: center;
    font-size: 16px;
    color: #a7a7a7;
    margin: 0;
    text-transform:Uppercase;
}



/*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;
}


/*banner区域的样式*/
.bannerBox{
    padding: 0 0;
    margin: 0 0 ;
    position: relative;
}
.bannerBox img{
    width: 100%;
}
.bannerBox .info{
    width: 80%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 10;
    color: #fff;
}
.bannerBox .info h2{
    color: #fff;
    font-size: 35px;
    /* font-weight: bold; */
    margin: 0 0 0 0;
}
.bannerBox .info i{
    width: 46px;
    height: 2px;
    display: inline-block;
    background: #ff6984;
    margin: 10px 0;
}

.bannerBox .info p{
    color: #fff;
    font-size: 16px;
    margin: 0 0 0 0;
}


/*位置导航区域*/
.wz .titel {
    background: url(../img/dts.png) no-repeat center left;
    margin-bottom: 16px;
    padding: 14px 0 9px 30px;
    border-bottom: 1px solid #ececec;
}
.wz .titel span {
    font-size: 14px;
    color: #062f94;
    font-weight: bolder;
}




/*页脚区域*/
.footerBox{
    margin: 0px 0 0 0;
    background: #333;
    padding: 46px 0 24px 0;
    color: #fff;
}
.footerBox .RightAll li{
    padding: 0;
    display: inline-block;
    float: left;
    margin:  0 0 0  0;
}

.IPCBox{
    margin: 0px 0 0 0;
    background: #333;
    padding: 6px 0;
    border-top: 1px #444444 solid;
}
.IPCBox p{
    color: #686868;
    font-size: 12px;
    margin: 0 0 0 0;
    text-align: center;
}






/*右侧导航*/
#navRight{
    height: auto;
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 11111;
}
#navRight>div{
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 0;
    cursor: pointer;
    background-size: auto;
    background: #ff6984;
    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;
    border: 1px #fff solid;
}


#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;
    display: inline-block;
    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(../img/QQIcon.png) no-repeat center;
    background-size: 12px;
    margin: 5px 2px 0 0;
    vertical-align: sub;
}

/*上下一页区域*/
.mcnext.page{
    margin: 40px 0;
}
.mcnext.page span{
    color: #666666;
    font-size: 14px;
    display: block;
    margin: 0 0 8px 0;
}
.mcnext.page span:hover{
    color: #333;
}

/*分页区域*/
.pagination {     display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.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: #ff6984; border-color: #ff6984; }
.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; }
.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: 1540px) {
   .container{
       width: 1200px;
   }
    #dome4 ul.col-sm-6  .info {
        width: 82%;
    }
	.footerBox .nav .right a{
	  font-size: 15px;
      margin: 0 12px;
	}

}
@media screen and (max-width: 1440px) {
    .headerNav .container {
        width: 1400px;
    }
}
@media screen and (max-width: 1400px) {
    .headerNav .container {
        width: 1200px;
    }
}


@media screen and (max-width: 1200px) {
    .container{
        width: 100%;
    }
    #dome4 ul.col-sm-6  .info {
        width: 79%;
    }

}



@media screen and (max-width: 1000px){
    body{
        padding: 50px 0;
    }


    .container-fluid.swiperBox{
        margin: 55px 0 0 0 ;
    }

    .title{
        width: 100%;
        margin: 20px auto 16px auto;
    }
    .title p:nth-child(1) {
        font-size: 18px;
        margin: 0 0 2px 0;
        font-weight: bold;
    }
    .title p:nth-child(2) {
        font-size: 12px;
        margin: 0 0 8px 0;

    }
    .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: 0px 0 0 0;
        padding: 0;
    }
    .container-fluid.IPC a,
    .container-fluid.IPC p {
        line-height: 25px;
        margin: 7px 0 0 0;
        color: rgb(127, 127, 127);
        text-align: center;
        font-size: 12px;
    }

    .footerBox {
        padding:  24px 10px;
    }
    .footerBox div{
        padding: 0;
    }
    .footerBox p{
       font-size: 13px;
        line-height: 20px;
        margin: 0 ;
    }
    .footerBox p.name{
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 7px 0;
    }
    .footerBox p span{
        display: inline-block;
        float: left;
    }

    .bannerBox .info h2 {
        font-size: 15px;
    }
    .bannerBox.banner img{
        height: 140px;
    }

    .bannerBox .info {
        top: 20px;
        left: 28px;
    }
    .bannerBox .info i {
        margin: 4px 0 0 0;
        vertical-align: text-top;
    }
    .bannerBox .info p {
        font-size: 12px;
        margin: -6px 0 0 0;
        height: 33px;
        overflow: hidden;
    }



}

@media screen and (max-width: 767px) {



}










