.content1{
    .contentBox{
        position: relative;
        background: #F6F8FA;
        .pic{
            width: 480px;
        }
        .infoContent{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            padding-left: 480px;
            display: flex;
            align-items: center;
            justify-content: center;
            .infoBox{
                width: 100%;
                padding-left: 90px;
                padding-right: 90px;
                .title{
                    font-weight: bold;
                    font-size: 36px;
                    color: #222325;
                }
                .bar{
                    width: 1px;
                    height: 32px;
                    background: #EAECEE;
                    margin: 0 15px;
                }
                .stockBox{
                    .txt{
                        font-size: 12px;
                        color: #333436;
                    }
                    .num{
                        font-size: 17px;
                        color: #E60012;
                    }
                }
            }
            .crossBar{
                width: 120px;
                height: 3px;
                background: #E60012;
                margin: 40px 0;
            }
            .listBox{
                display: flex;
                align-items: center;
                justify-content: space-between;
                .item{
                    .name{
                        font-size: 15px;
                        color: #333436;
                        line-height: 22px;
                    }
                    .num{
                        font-size: 24px;
                        color: #222325;
                        line-height: 32px;
                        margin-top: 8px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1199px) {
    .content1{
        .contentBox{
            .infoContent{
                .infoBox{
                    padding-left: 50px;
                    padding-right: 50px;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .content1{
        .contentBox{
            .pic{
                width: 350px;
            }
            .infoContent{
                padding-left: 350px;
                .infoBox{
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }
        }
    }
}
@media (max-width: 767px) {
    .content1{
        .contentBox{
            .pic{
                width: 100%;
            }
            .infoContent{
                position: relative;
                padding: 0;
                padding-top: 50px;
                padding-bottom: 50px;
                .infoBox{
                    padding-left: 30px;
                    padding-right: 30px;
                    .title{
                        font-size: 29px;
                    }
                    .bar{
                        height: 32px;
                    }
                    .stockBox{
                        .txt{
                            font-size: 10px;
                        }
                        .num{
                            font-size: 15px;
                        }
                    }
                }
                .crossBar{
                    width: 40px;
                    margin: 25px 0;
                }
                .listBox{
                    .item{
                        .name{
                            font-size: 11px;
                            line-height: 16px;
                        }
                        .num{
                            font-size: 18px;
                            margin-top: 5px;
                            line-height: 22px;
                        }
                    }
                }
            }
        }
    }
}


.content2{
    background: #F6F8FA;
    .infoBox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
        .item{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 48%;
            height: 60px;
            border-bottom: 1px solid rgba(0,0,0,0.08);
            cursor: pointer;
            .leftBox{
                .title{
                    font-weight: 500;
                    font-size: 14px;
                    color: #333436;
                }
                .time{
                    font-size: 11px;
                    color: #8A8D92;
                    line-height: 16px;
                    margin-top: 4px;
                    font-weight: 300;
                }
            }
            .timeBox{
                display: flex;
                align-items: center;
                justify-content: end;
                .time{
                    font-size: 13px;
                    color: #727476;
                }
                .arrow{
                    display: block;
                    width: 20px;
                    height: 20px;
                    margin-left: 10px;
                }
            }
        }
    }
}
@media (max-width: 767px) {
    .content2{
        .infoBox{
            margin-top: 15px;
            .item{
                width: 100%;
                height: 62px;
                .leftBox{
                    .title{
                        font-size: 13px;
                    }
                }
            }
        }
    }
}





.content3{
    background: #F6F8FA;
    padding-bottom: 0;
    .tabs{
        display: flex;
        margin-top: 30px;
        .tab{
            margin-right: 40px;
            cursor: pointer;
            .txt{
                font-weight: bold;
                font-size: 18px;
                color: #222325;
            }
            .bar{
                width: 20px;
                height: 3px;
                margin: auto;
                margin-top: 5px;
                background: #E60012;
                display: none;
            }
            &.curr{
                .txt{
                    color: #E60012;
                }
                .bar{
                    display: block;
                }
            }
        }
    }
}
.newsList{
    position: relative;
    margin-top: 22px;
    margin-bottom: 90px;
    .newsSwiper{
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .listItem{
        position: relative;
        width: 33%;
        background: #FFFFFF;
        box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
        .picBox{
            position: relative;
            overflow: hidden;
            .pic{
                width: 100%;
                display: block;
            }
            .mask{
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                opacity: 0.5;
                background-image: linear-gradient(180deg, rgba(230,0,18,0.30) 0%, rgba(230,0,18,0.00) 100%);
            }
        }
        .infoBox{
            padding: 25px 30px;
            .title{
                font-weight: bold;
                font-size: 18px;
                color: #333436;
                line-height: 26px;
                min-height: 52px;
            }
            .bar{
                height: 1px;
                background: #EAECEE;
                margin-top: 20px;
            }
            .timeBox{
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 16px;
                .time{
                    font-weight: 300;
                    font-size: 13px;
                    color: #8A8D92;
                    line-height: 20px;
                }
                .arrow{
                    width: 20px;
                    height: 20px;
                }
            }
        }
    }
    .swiper-button-next{
        right: 0;
        width: 40px;
        height: 120px;
        background: url(../images/r.png);
        background-size: 100%;
        margin-top: -90px;
    }
    .swiper-button-prev{
        left: 0;
        width: 40px;
        height: 120px;
        background: url(../images/l.png);
        background-size: 100%;
        margin-top: -90px;
    }
}
.imageContent{
    background: #F6F8FA;
    padding-top: 30px;
}
.imageList{
    position: relative;
    .listItem{
        .pic{
            width: 100%;
        }
        .infoBox{
            position: absolute;
            bottom: 50px;
            left: 0;
            width: 100%;
            .t1{
                font-weight: bold;
                font-size: 30px;
                color: #FFFFFF;
                text-align: center;
                line-height: 40px;
            }
            .t2{
                font-weight: 300;
                font-size: 16px;
                color: #FFFFFF;
                text-align: center;
                line-height: 30px;
                margin-top: 10px;
            }
            .button{
                justify-content: center;
                margin-top: 10px;
                .txt{
                    font-weight: bold;
                    font-size: 15px;
                    color: #fff;
                    line-height: 32px;
                }
            }
        }
    }
    .swiper-pagination{
        bottom: 30px;
    }
}
@media (max-width: 767px) {
    .content3{
        .newsList{
            margin-top: 15px;
            margin-bottom: 50px;
            .listItem{
                width: 100%;
                .infoBox{
                    padding-top: 20px;
                    .title{
                        min-height: auto;
                        font-size: 15px;
                        line-height: 22px;
                    }
                    .bar{
                        margin-top: 15px;
                    }
                    .timeBox{
                        margin-top: 12px;
                    }
                    .time{
                        font-size: 12px;
                        line-height: 18px;
                    }
                }
            }
        }
    }
    .imageContent{
        padding-top: 15px;
    }
    .imageList{
        .listItem{
            display: flex;
            justify-content: center;
            overflow: hidden;
            .pic{
                width: auto;
                height: 400px;
            }
            .infoBox{
                padding: 0 20px;
                bottom: 25px;
                .t1{
                    font-size: 22px;
                    line-height: 32px;
                }
                .t2{
                    font-size: 14px;
                    line-height: 22px;
                }
            }
        }
    }
}

.content4{
    .browse{
        background: #E60012;
        padding: 10px 25px;
        margin-left: 33px;
        width: 140px;
        cursor: pointer;
        .txt{
            font-weight: 500;
            font-size: 15px;
            color: #FFFFFF;
            line-height: 24px;
        }
    }
    .infoBox{
        display: flex;
		flex-wrap:wrap;
        margin-top: 30px;
        margin-left: -15px;
        margin-right: -15px;
        .items{
            position: relative;
            width: 33.3%;
            margin-bottom: 30px;
            .itemInfo{
                padding-left: 15px;
                padding-right: 15px;
            }
            .picBox{
                position: relative;
                .pic{
                    width: 100%;
                }
                .mask{
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    background-image: linear-gradient(180deg, rgba(6,15,22,0.80) 0%, rgba(18,32,43,0.00) 100%);
                }
            }
            .textBox{
                position: absolute;
                width: 100%;
                height: 100%;
                padding: 26px 30px;
                left: 0;
                top: 0;
                .title{
                    font-weight: bold;
                    font-size: 22px;
                    color: #FFFFFF;
                }
                .time{
                    opacity: 0.5;
                    font-size: 16px;
                    color: #FFFFFF;
                    margin-top: 5px;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .content4{
        .infoBox{
            .items{
                width: 50%;
                margin-bottom: 30px;
            }
        }
    }
}
@media (max-width: 767px) {
    .content4{
        .browse{
            margin-left: 0;
            margin-top: 15px;
        }
        .infoBox{
            margin: 0;
            margin-top: 15px;
            .items{
                width: 100%;
                margin-bottom: 10px;
                .itemInfo{
                    padding: 0;
                }
                .textBox{
                    .title{
                        font-size: 20px;
                    }
                    .time{
                        font-weight: 14px;
                    }
                }
            }
        }
    }
}


.content5{
    background: #F6F8FA;
    .infoBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        .item{
            background: #FFF;
            width: 48.8%;
            height: 168px;
            display: flex;
            align-items: center;
            justify-content: center;
            .itemInfo{
                display: flex;
                align-items: center;
                justify-content: center;
                .icon{
                    width: 100px;
                    height: 100px;
                    display: block;
                }
                .bar{
                    width: 1px;
                    height: 44px;
                    background: #EAECEE;
                    margin-left: 10px;
                    margin-right: 30px;
                }
                .textBox{
                    .t1{
                        font-weight: 500;
                        font-size: 18px;
                        color: #222325;
                    }
                    .t2{
                        font-weight: bold;
                        font-size: 20px;
                        color: #222325;
                        margin-top: 5px;
                    }
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .content5{
        .infoBox{
            .item{
                height: 100px;
                .itemInfo{
                    .icon{
                        width: 66px;
                        height: 66px;
                    }
                    .bar{
                        height: 28px;
                        margin-left: 5px;
                        margin-right: 20px;
                    }
                    .textBox{
                        .t1{
                            font-size: 14px;
                        }
                        .t2{
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 767px) {
    .content5{
        .infoBox{
            flex-wrap: wrap;
            margin-top: 15px;
            .item{
                width: 100%;
                margin-bottom: 10px;
                .itemInfo{
                    width: 80%;
                    justify-content: start;
                }
            }
        }
    }
}