.banner{
    width: 100%;
    min-height: 800px;
    background: url(/static/index/image/index/banner.png) no-repeat center center;
    background-size: 100% 100%;
}

.content-title{
    margin:  100px auto 80px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    text-align: center;
}

.content-title .line{
    display: inline-block;
    background-color: #F03E00;
    width: 80px;
    height: 1px;
    margin-bottom: 20px;
}
.content-title .round{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #F03E00;
    margin-bottom: 18px;
}
.content-item {
    background: #FFFFFF;
    margin-bottom: 100px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 30px 30px 30px 30px;
}
.content-item .content-item-head{
    height: 60px;
    line-height: 60px;
    border-radius: 30px 30px 0px 0px;
    text-align: center;
    font-size: 30px;
}
.content-item .content-item-head span:nth-child(2){
    font-size: 20px;
}
.content-item .content-item-head.yd{
    background: #CCE9FF;
}
.content-item .content-item-head.lt{
    background: #FFBDBB;
}
.content-item .content-item-head.dx{
    background: #D6EDFF;
}
.content-item .content-item-head.aqy{
    background: #C6FCDC;
}
.content-item .content-item-head.tx{
    background: #D9EEFF;
}
.content-item .content-item-head.yk{
    background: #FFCEDB;
}
.content-item .content-item-head.bilibili{
    background: #EBD7DC;
}
.content-item .content-item-head.qq{
    background: #FFCDC5;
}

.content-item .content-item-produce{
    padding-top: 20px;
}
.content-item .content-item-produce a{
    width: 325px;
    height: 187px;
    position: relative;
    display: inline-block;
    margin: 0 0 20px 18px;
    /* background: url(/static/index/image/index/移动1.png) no-repeat; */
}
.content-item .content-item-produce a span{
    position: absolute;
    top: 20%;
    right: 15%;
    color: #fff;
    font-size: 64px;
}