.wraps {
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
}
.content_box {
    background: #ffffff;
    -webkit-box-shadow: 0px -6px 20px #e0e4e9;
    box-shadow: 0px -6px 20px #e0e4e9;
    width: 1200px;
    margin: 26px auto 63px;
}
.content_box .title {
    text-align: center;
    font-family: FZZHUNYSK sans-serif;
    line-height: 50px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
    padding: 30px 90px 20px 90px;
}
.content_box .top-bar {
    padding-bottom: 5px;
    border-bottom: 1px #33333326 solid;
    font-size: 14px;
    text-align: center;
}
.content_box .top-bar span {
    margin-left: 10px;
    margin-right: 10px;
    color: #888;
}
.content {
    margin-top: 34px;
}
.com_text {
    position: relative;
    top: -10px;
    line-height: 38px;
    font-size: 20px;
    padding-left: 90px;
    padding-right: 90px;

}
.com_text img {
    max-width: 100%;
    margin: 0 auto;
}
.com_text div{
    text-indent: 2em;
    text-align: justify;
}
.detail-lunbo-box {
    margin-left: 27px;
    margin-top: 15px;
    width: 1146px;
    height: 700px;
    flex: none;
    overflow: hidden;
    position: relative;
}
/*组图内部样式*/
.main_img{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 90px 30px 90px;
}
.main_img__max{
    position: relative;

}
.main_img__max>img{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    /*object-fit: contain;*/
}
.main_img__max-left{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.main_img__max-right{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.main_img__max-text{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f0f0f0;
    font-size: 20px;
}

.main_img__min{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 15px 0 5px;
}

.main_img__min::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px; /*高宽分别对应横竖滚动条的尺寸*/
}

.main_img__min::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background: rgba(211,7,7,0.8);
}

.main_img__min::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ededed;
}

.main_img__min div{
    position: relative;
    flex: none;
    margin: 0 2px;
}
.main_img__min div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid rgba(211,7,7,0.3);
    box-sizing: border-box;
}
.main_img__min-avtive::after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 8px solid rgba(211,7,7,1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.main_img__min-avtive img{
    border: 3px solid rgba(211,7,7,1)!important;
}

.text p{
    box-sizing: border-box;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0px 90px 10px 90px;
    text-align: justify;
}