*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
html,body{
    width: 100%;
    background: #25002E;
    font-family: 宋体;
    overflow: auto;
    color: #fff;
}
header{
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    background: #25002E;
}
header>h1{
    float: left;
}
.logo{
    max-height: 24px;
    margin-top: 5px;
}
.select>img{
    width: 33px;
    float: right;
    margin-top: 10px;
}
.slide{
    width: 100%;
    position: absolute;
    top:50px;
    left: 0;
}
.slide>ul>li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
}
.active{
    background: #FF28A4;
}
.slide>ul {
    padding: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    position: relative;
}
.slide>ul>li{
    position: relative;
}
.slide>ul>li>a{
     width: 100%;
     height: 100%;
    position: absolute;
    left: 0;
    top:0;
 }

.slide>ul>li>a:link{
    color: #fff;
}
.slide>ul>li>a:active{
    color: #fff;
}
.slide>ul>li>a:hover{
    color: #fff;
}
.slide>ul>li>a:visited{
    color: #fff;
}
.line{
    width: 100%;
    position: fixed;
    margin-top: 50px;
    z-index: 999;
}
.line>img{
    width: 100%;
}
.slide>ul>img{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.main{
    margin-top: 50px;
}
.background{
    background:url("../image/top-1.jpg?v=20180613")no-repeat;
    height: 250px;
    background-size: cover;
    position: relative;
}
.background>p{
    position: absolute;
    color: #fff;
    margin-top: 185px;
    margin-left: 142px;
    font-size: 8px;
}
.bgcolor,.footer{
    background:#25002E ;
    overflow: hidden;
}
.back{
    height: 60px;
    background-size: contain;
}
.bk1{
    background:50% url("../image/bgground.png")no-repeat;
    background-size: contain;
}
.bk2{
    background:50% url("../image/topic.png")no-repeat;
    background-size: contain;
}
.bk3{
    background:50% url("../image/huiyi.png")no-repeat;
    background-size: contain;
}
.wrap,.wrap2{
    background:#25002E ;
    box-sizing: border-box;
}
.wrap{
    padding: 75px 0 37px 0;
}
.wrap2{
    padding: 75px 0 37px 0;

}
.topic>p{
    padding: 0 23px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    margin-top: 0;
    text-align: justify;
}
.box{
   width: 335px;
    margin: auto;
}
.title{
    /*padding-left: 20px;*/
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 350px;
}
.title>li>a>img{
    width: 160px;
    float: left;
    margin-bottom: 15px;
}
.title>li>a>img{
    margin-right: 15px;
}
.detail{
    background: 50% url("../image/detail.png")no-repeat;
    background-size: contain;
    height: 366px;
}
.footer{
    padding: 30px 0 24px 0;
    box-sizing: border-box;
}
.footer>ul{
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
}
.footer>p{
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 7px;
}
.top{
    position: fixed;
    right: 20px;
    top:80%;
    display: none;
}
.top>img{
    width: 45px;
}
.footer>p>a>img{
    margin-bottom: 4px;
    display: inline-block;
}
.footer>p>a:link{
    color: #fff;
}
.footer>p>a:visited{
    color: #fff;
}
.footer>p>a:hover{
    color: #FF28A5;
}
.footer>p>a:active{
    color: #FF28A5;
}

