*{
    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: #8a1637;
    border: 0;
}
@media screen and (min-width: 1300px) {
    .boxx{
        height: 470px;
    }
}
/*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;
    }
}
h3{
    text-align: center;
    margin-bottom: 38px;
    margin-top: 50px;
}
.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: #8a1637;
}
/*会前预热*/
.listbox{
    background: #fae3db;
    padding-bottom: 30px;
}
.txtBoxin{
    background: rgba(227,98,54,0.3);
    padding: 10px 20px;
    margin-top: 16px;
    margin-left: -16px;
    border-radius: 6px;
}
.txtBoxin>h4{
    background: #e36236;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.txtBoxin>p{
    padding: 0 16px;
}
.yg{
    border: 1px dotted #e36236;
    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{
        display: none;
    }
    .txtBoxin{
        width: 80%;
        float: right;
        margin-top: -30px;
        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%;
    }
}

