@media (min-width: 800px) {
    .box {
        width: 750px;
        margin: 0 auto;
        position: relative;
    }

}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 1.4rem;
    color: #444444;
    background: #fdf1e3;
}

a {
    color: #444444;
    text-decoration: none;
}


img {
    display: block;
    max-width: 100%;
    border: 0 none;
}


.nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    background: #e31e14;
    padding: 10px 20px;
    box-sizing: border-box;
}
.nav-on{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.nav ul li{
    width: 25%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.nav ul li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 40px;
    background: #fdf1e3;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; 
}

.nav ul li:last-child::after{
    display: none;
}


.nav ul li a{
    color: #fff;
}

.cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.active-js{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
}

.active-js h2{
    color: #e31e14;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
}

.active-js p{
    line-height: 2.8rem;
    font-size: 1.4rem;
    text-indent: 2.8rem;
}

.active-js p a{
    color: #e31e14;
}

.img-swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box_swipe {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul {
    -webkit-padding-start: 0px;
}

.box_swipe ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul li a {
    display: block;
    position: relative;
}

.box_swipe ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15% 0 10px;
    box-sizing: border-box;
    height: 3.6rem;
    line-height: 3.6rem;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 1.4rem;
}

.box_swipe>ol {
    position: absolute;
    z-index: 10;
    bottom: 14px;
    right: 5px;
    height: 8px;
    font-size: 0;
}

.box_swipe>ol>li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
    margin-left: 6px;
}

.box_swipe>ol>li.on {
    background-color: #e31e14;
   /* border: 0 none;*/
}

.tab-cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.tab-nav,.tab-navone{
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
    overflow: hidden;
    border-bottom: 1px solid #fcebea;
    color: #e31e14;
    font-size: 1.6rem;
}

.tab-nav ul li,.tab-navone ul li{
    float: left;
    width: 100%;
    text-align: center;
}

.tab-nav ul li.on,.tab-navone ul li.on{
    background: #fcebea;
}

.tab-news{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 3.2rem;
    padding-top: 10px;
}

.tab-news ul li{
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    text-overflow:ellipsis;
}

.onlive{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    box-sizing: border-box;
}

.tit{
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    overflow: hidden;
    background: url(../images/tit.png) no-repeat center center;
    background-size: contain;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e31e14;
    text-align: center; 
}

.onlive-img{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.onlive-img span{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background: url(../images/play.png) no-repeat center center;
    background-size: contain;
    margin-left: -50px;
    margin-top: -50px;
}

.hj-cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 10px;
}

.hj-name{
    width: 100%;
    height: 40rem;
    overflow: hidden;
    margin-top: 10px;   
}

.hj-name h2{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.6rem;
    color: #e31e14;
    line-height: 3rem;
}

.hj-name ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2.8rem;
}

a.more{
    display: block;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    background: #fdf1e3;
    border: 1px solid #fdd7aa;
    text-align: center;
    color: #e31e14;
    font-size: 1.6rem;
    margin-top: 10px;
}

a.less{
    display: none;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    background: #fdf1e3;
    border: 1px solid #fdd7aa;
    text-align: center;
    color: #e31e14;
    font-size: 1.6rem;
    margin-top: 10px;
}

.jchm{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 10px;
}

.photos{
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-top: 10px;
}

.photos ul{
    margin-right: -10px;
    overflow: hidden;
}

.photos ul li{
    position: relative;
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.photos ul li p{
    width: 100%;
    height: 4rem;
    overflow: hidden;
    line-height: 2rem;
    overflow: hidden;
    margin-top: 5px;
}

.photos ul li span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -50px;
    width: 60px;
    height: 60px;
    background: url(../images/play.png) no-repeat center center;
    background-size: contain;
}

a.load{
    display: block;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    background: #fdf1e3;
    border: 1px solid #fdd7aa;
    text-align: center;
    color: #e31e14;
    font-size: 1.6rem;
    margin-top: 10px;
}

.tab-logo{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}


.tab-logo ul{
    overflow: hidden;
    margin-right: -5px;
}

.tab-logo ul li{
    width: calc(20% - 5px);
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 5px;
    border:1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.message{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.tit-1{
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    overflow: hidden;
    background:url(../images/tit-1.png) no-repeat center left;
    background-size: contain;
    text-indent: 30px;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 10px;
}

.footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    color: #333;
    line-height: 2.8rem;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
}

.footer p a{
    color: #e31e14;
}


.anchor {
    display: block;
    height: 60px;
    margin-top: -60px;
}

