body{
    padding:0;
    margin:0;
    background:#fff;
    position:relative;
    font: 12px/18px "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;,sans-serif
}
body a{
    color: #333333;
    cursor: pointer;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
a:hover{
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
img{
    width:100%;
}

/*<!-- banner -->*/
.banner{
    background:url(../images/index2.jpg) no-repeat center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    min-height:350px;
    position: relative;
}
#title{
    font-size:36px;
    color:#333333;
    text-transform:capitalize;
    line-height: 44px;
    font-family: STXingkai,"华文行楷";
    border-bottom: 1px #ccc solid;
}
.title{
    margin-top: -200px;
}
/*<!-- banner -->*/

/*<!-- list -->*/
#activity-title-list .card-title{
    font-size: 16px;
    color: #333;
    text-align: center;
}
#activity-title-list .card-body{
    padding: 15px 0 0 0;
}
#activity-title-list .row-img{
    border-bottom: #ccc 1px dotted;
}
#activity-title-list a:hover{
    color: #bd0100;
}
/*<!-- list -->*/

/*page*/
.page-link{
    color: #333!important;
}
.page-link .page-item a:hover{
    color: #0056b3!important;
}
.page-link:focus{
    box-shadow: none!important;
}
.page-item.active .page-link{
    z-index: 1;
    color: #fff!important;
    background-color: #bd0100;
    border-color: #bd0100;
}
/*page*/


/*-- footer --*/
footer{
    background:#bd0100;
}
footer .copyright{
    color: #fff;
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}
footer p{
    line-height: 32px;
}
/*-- //footer --*/

/*--------back index----*/
#toIndex {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/back_index.png) no-repeat 0px 0px;
}
/*-----back index-----*/


/*-- Responsive design --*/
@media screen and (max-width: 1366px) {
    .banner,.banner-layer {
        min-height: 350px;
    }
}
@media screen and (max-width: 1024px) {
    .banner, .banner-layer {
        min-height: 250px;
    }
}
@media screen and (max-width: 667px) {
    .banner, .banner-layer {
        min-height: 200px;
    }
}
@media screen and (max-width: 414px) {
    #title img{
        margin-top: 150px!important;
    }
}
@media screen and (max-width: 375px) {
    #title img{
        margin-top: 150px!important;
    }
}
/*-- Responsive design --*/

