﻿.banner {
    display: flex;
    justify-content: center;
    height: 300px;
    line-height: 180px;
    background-image: url(../img/bannerdown.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner p{
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.banner p span{
    color: #660874;
    margin: 0 8px 0 0;
}


/*内容区域*/
.downbox{
}
.downbox .container{
    max-width: 1200px;
    padding: 0 20px;
}
.downbox .container .downul{
    display: block;
    margin: 0 -20px;
    margin-top: -120px;
}
.downbox .container .downul li{
    padding: 0 20px;
}
.downbox .container .downul li .downbox{
    background: #fff;
    padding: 36px 0;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.downbox .container .downul li .downbox.active{
    border: 1px solid #1757d5;
}

.downbox .container .downul li .downbox p{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 30px;
    color: #333;
    margin: 20px 0 20px 0;
    text-align: center;
}
.downbox .container .downul li .downbox a{
    display: inline-block;
    border: 1px #d7dae2 solid;
    color: #303133;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 4px;
}
.downbox .container .downul li .downbox a i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/down.png") no-repeat center;
    vertical-align: text-bottom;
    background-size: 13px;
}
.downbox .container .downul li .downbox a:hover{
    border-color: #409eff;
    color: #409eff;
}
.downbox .container .downul li .downbox a:hover i{
    background: url("../img/downh.png") no-repeat center;
    background-size: 13px;
}



/*文本区域*/
.textbox{
    display: block;
    margin-top: 40px;
    min-height: 200px;
}

.textbox .textboxdome{
   display: none;
}
.textbox .textboxdome.active{
    display: block;
}
.textbox .textboxdome ul li div{
    position: relative;
    padding: 14px 160px 14px 30px;
    margin: 0 0 20px 0;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.textbox .textboxdome ul li div:hover{
    background: #f9f9f9;
}
.textbox .textboxdome ul li div h4{
    display: inline-block;
    padding:0 10px;
    border-radius: 14px;
    font-size: 12px;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    background: #333333;
    min-width: 110px;
    margin: 0 0 0 0;
}
.textbox .textboxdome ul li div h4 em{
    font-style: normal;
    display: block;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
}
.textbox .textboxdome ul li div span{
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 150px;
    display: inline-block;
    color: #000000;
    transform: translate(0%, -50%);
    letter-spacing: 0;
}
.textbox .textboxdome ul li div p{
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    flex-grow: 1;
    margin: 0;
    padding: 0 18px;
}


/*<!--下载提示-->*/
.alertbox{
    position: fixed;
    top: 0;
    left: 0;
}
.alertbox .alertboxbg{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.alertbox .alerttext{
    position: fixed;
    top: 30%;
    left: 50%;
    background: #ffffff;
    border-radius: 2px;
    display: block;
    width: 580px;
    height: 220px;
    padding: 24px 24px 0 24px;
    transform: translate(-50%,-50%);
    z-index: 120;
}
.alertbox .alerttext h4{
    line-height: 24px;
    font-size: 18px;
    color: #303133;
    margin: 0 0 30px 0;
}
.alertbox .alerttext h4 i{
    width: 20px;
    height: 20px;
    float: right;
    background: url("../img/close.png") no-repeat center;
    background-size: 14px;
    cursor: pointer;
}
.alertbox .alerttext p{
    color: #606266;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px 0;
    display: block;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
}
.alertbox .alerttext a{
    font-size: 13px;
    color: #1757d5;
    letter-spacing: 0;
    text-decoration: underline;
}
.alertbox .alerttext .button{
    background: none;
    padding: 3px 14px;
    border-radius: 4px;
    float: right;
    margin: 20px 0 0 0;
    border: 1px #d5d5d5 solid;
}
.alertbox .alerttext .button:hover{
    background: #5270f2;
    border-color: #5270f2;
    color: #fff;
}

/*手机端提示*/
.mobilealert{
    width: 100%;
    display: block;
    background-color: #fdf6ec;
    border: 1px #faecd8 solid;
    color: #e6a23c;
    font-size: 13px;
    position:fixed;
    left: 0%;
    line-height: 46px;
    text-align: center;
    opacity: 0;
    top: -10%;
}
.mobilealert img{
    width: 20px;
}




/*响应式区域*/
@media screen and (max-width: 1400px) {
    .banner p {
        font-size: 38px;
    }
    .container-fluid.downbox{
        overflow: unset;
    }

}

@media screen and (max-width: 1200px) {
    .banner p {
        font-size: 34px;
    }
    .downbox .container .downul li .downbox p {
        font-size: 20px;
        margin: 10px 0;
        color: #333333;
    }
    .downbox .container .downul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .downbox .container .downul li {
        padding: 0 15px;
    }

}
@media screen and (max-width: 1100px) {
    .banner p {
        font-size: 32px;
    }
    .textbox .textboxdome ul li div p {
        font-size: 14px;
    }


}



@media screen and (max-width: 768px) {
    .banner p {
        font-size: 24px;
        line-height: 40px;
        margin: 70px 0 0 0;
    }
    .banner p span{
        display: block;
    }
    .banner{
        height: 200px;
        line-height: normal;
        background-image: url(../img/bannerdownmobile.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .downbox .container .downul li {
        padding: 0 6px;
        margin: 0 0 12px 0;
    }
    .downbox .container .downul {
        margin-top: -30px;
    }
    .downbox .container .downul li .downbox a{
        display: inline-block !important;
        font-size: 12px;
        letter-spacing: 0;
    }
    .downbox .container .downul li .downbox a i {
        width: 15px;
        height: 17px;
        background-size: 12px;
    }
    .downbox .container .downul li .downbox a.newbtn i {
        width: 13px;
        background: url(../img/right.png) no-repeat center;
        background-size: 8px;
    }
    .downbox .container .downul li .downbox a:hover.newbtn i {
        background: url(../img/righth.png) no-repeat center;
        background-size: 8px;
    }
    .textbox {
        min-height: auto;
        margin: 0;
    }
    .textbox .textboxdome {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100;
    }
    .textbox .textboxdome .textboxdomebg{
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        content: " ";
        z-index: 10;
        background: rgba(0,0,0,0.6);
    }
    .textbox .textboxdome ul{
        transform: translateX(100%);
    }
    .textbox .textboxdome.active  ul{
        transform: translateX(0);
    }
    .textbox .textboxdome.active .textboxdomebg {
        display: block;
    }

    .textbox .textboxdome ul{
        width: 70%;
        height: 100%;
        position: fixed;
        top: 60px;
        right: 0;
        background-color: #ffffff;
        z-index: 10000;
        transition: all .3s ease-in;
        overflow: scroll;
        padding-bottom:60px;
    }

    .textbox .textboxdome ul li div {
        padding: 20px 10px;
        margin: 0 0 0px 0;
        display: block;
        border: none;
        border-bottom: 1px solid #ebebeb;
    }

    .textbox .textboxdome ul li div h4 {
        padding: 0 8px;
        border-radius: 10px;
        min-width: 90px;
    }
    .textbox .textboxdome ul li div span {
        font-size: 12px;
        top: 34px;
        right: 0;
        width: 76px;
        line-height: 14px;
        transform: translate(0%, -50%);
        letter-spacing: -0.5px;
        color: #666666;
    }
    .textbox .textboxdome ul li div p {
        padding: 0 ;
        margin: 10px 0;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        color: #333;
    }




}


@media screen and (max-width: 400px) {

}

