/* 头部样式修改 */
body{
    background-color: #fff;
}
.wrapper {
    background-color: rgba(209, 56, 56, 0);  
}
.navbar-default {
    color: #fff;
    border: none;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    z-index: 1;
    
}
a{
    color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-weight: 400;
    color: rgba(119, 137, 205, 1);
    background-color: transparent;
    box-shadow: none;
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
}
.navbar-default .navbar-nav>li>a {
    color: rgb(255, 255, 255);
}
.navbar-default .navbar-nav>li>a:hover {
    color: rgba(119, 137, 205, 1);
}
/*背景图片*/
.header .slideshow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header .slideshow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.slideshow {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: -1;
    box-shadow: inset 0px 60px 40px rgba(0, 0, 0, 0.74);
    
}

.slideshow .btn {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 2;
}

.slideshow .ra-show {
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: 45%;
    z-index: 2;
}
.slideshow ul {
    position: relative;
}

.slideshow ul li {
    height: 600px;
    width: 100%;
    list-style: none;
    position: absolute;
    display: none;
}

.slideshow ul li:hover {
    cursor: pointer;
}

/*背景图片*/

/*浮动*/

#detail {
    min-height: 137px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    z-index: 99999;
    margin-top: 480px;
    margin-bottom: 50px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.details {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    z-index: 99999;
    
}

.detail h2 {
    font-size: 64px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}
.detail_title{
    width: 100%;
    min-height: 53px;
    line-height: 53px;
    border-radius: 6px;
    border: 1px solid #000000;
    font-size: 20px;
    margin-top: 20px;
}
.detail_title:hover{
    background-color: #5071E0;
    border: none;
    color: #fff;
}
.detail_ative{
    background-color: #5071E0;
    border: none;
    color: #fff;
}
.detail p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    margin-top: 4px;
    color: rgba(102, 102, 102, 1);
}
.versionss{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.version{
    width: 60%;
    margin-left: 20%;
    min-height: 150px;
    border-bottom: 1px solid #EDEDED;
}
.version h2{
    font-weight: 600;
}
.version p{
    color: #666666;
    margin-top: 20px;
}
.version div{
    margin-top: 20px;
    padding-bottom:20px;
}