*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
body{
    overflow-x: hidden;
    font-family: "微软雅黑";
    background: #fff;
}
/*导航*/
.navbar-default .navbar-nav>li>a{
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}
.navbar-default .navbar-nav>li:hover{
    background: #a63555;
}
.navbar{
    margin-bottom: 0;
}
.navbar-nav{
    float: right;
}
.col-md-8{
    float: right;
}
@media screen and (max-width: 500px) {
    .navbar-header{
        padding: 0px 0 10px;
    }
    .navbar-nav{
        float: left;
    }
    .col-md-8{
        float: left;
    }
}
.navbar{
    background: #1c013f;
    border: 0;
}
/*banner*/
.banner {
    width: 100%;
    margin-top: 70px;
    position: relative;
}
.banner>img {
    position: absolute;
    display: none;
    width:100%;
}
.box{
   display:block;
}
.boxO{
    display:none;
}
@media screen and (min-width:501px) {
    .banner{
        height: 405px;
        margin-top: 71px;
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .banner{
        height: 110px;
        margin-top: 10px;
    }
    .box{
        display: none;
    }
    .boxO{
        display: block;
    }
}
.listboxOne h3>img{
    margin-top: 20px;
}
h3{
    text-align: center;
    margin-bottom: 38px;
}
.txt>div>div>div>div>a{
    float: right;
    margin-bottom: 30px;
    font-size: 16px;
}
p{
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}
a{
    color: #652d91;
}
/*会前预热*/
.listbox{
    padding: 30px 0;
}
.txtBoxin,.txtBoxins{
    background: rgba(100,42,146,0.1);
    padding: 10px 10px;
    /* margin-top: 0px; */
    /* margin-left: -16px; */
    border-radius: 6px;
}
.txtBoxin>h4,.txtBoxins>h4{
    background: #785dbc;
    /* font-weight: 600; */
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    line-height: 26px;
}
.txtBoxin>p,.txtBoxins>p{
    padding: 0 16px;
}
.yg{
    border: 1px dotted #8a1637;
    border-radius: 10px;
    padding: 12px;
    position: relative;
}
.yg>img{
    width: 100%;
    border-radius: 12px;
}
.yg>h4{
     background: rgba(255,255,255,0.8);
     padding: 10px 16px;
     position: absolute;
     width: 96%;
     bottom: 2px;
     left: 12px;
     border-radius:0 0 12px 12px;
     line-height: 26px;
}
.yg>h4>a{
    color: #282828;
}
.col-md-6{
    padding: 10px;
}
.ad1{
    display: none;
}
.col-md-3>img{
    width: 100%;border-radius: 6px;
}
.yg>h4>a>i{
    display: none;
}
@media screen and (max-width: 1200px) {
    h3>img{
        width: 30%;
    }
    h3{
        margin: 16px 0;
    }
    p,.txtBoxin>p{
        line-height: 24px;
        font-size: 14px;
    }
    .yg>h4>a>span{
    display: none;
}
.yg>h4>a>i{
    display: inline-block;
}
    .none{
        display: none;
    }
    .txt>div>div>div>div{
        padding: 0 10px;
    }
    .ad{
        display: none;
    }
    .ad1{
        display: block;
        width: 100%;
    }
    .listbox{
        padding: 10px;
    }
    .col-md-3>img{
        width: 30%;
    }
    .txtBoxin>p>span,.txtBoxins>p>span{
        display: none;
    }
    .txtBoxin{
        width: 80%;
        float: right;
        margin-top: -30px;
        padding: 4px;
    }
    .txtBoxins{
        width: 100%;
        float: right;
        margin-top: 10px;
        padding: 4px;
    }
}
.footer{
    background: #333333;
    padding: 20px 0px;
    color: #999999;
    text-align: center;
}
.footer h4{
    line-height: 36px;
}
@media screen and (max-width: 500px){
    .footer{
        padding: 20px 0px;
    }
    .footer h4{
        font-size: 14px;
        line-height: 30px;
    }
    .img{
        width: 30%;
    }
}

