.container {
    max-width:1920px;
    min-width:1200px;
    background-size:100% 100%;
    background-position: left top;
    background-image: url("../../images/rights/bg.png");
    padding-bottom: 128px;
}
.model1 {
    width: 100%;
    height:621px;
    position: relative;
}
.bannerImg{
    display: block;
    width: 100%;
    height: 621px;
    position: absolute;
    left: 0;
    top: 0;
}
.bannerContent{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.model1_style_top {
    width:100%;
    height: 200px;
    cursor: pointer;
}
.model1_style_top a{
    display: block;
    position: absolute;
    top: 69px;
    left: 10%;
    cursor: pointer;
}
.model1_style_bottom{
    width:100%;
    height: 300px;
    cursor: pointer;
}
.model1_style_bottom a{
    display: block;
    width:100%;
    height: 100%;
    cursor: pointer;
}
.model12{
   width: 1200px;
   margin: 0 auto;
}
.model12 img{
    display: block;
}
.titleInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px 0;
}
.titleInfo img{
    width: 428px;
    height: 50px;
}
.titleContent{
    width: 100%;
}
.titleContent a{
    display: block;
    width: 100%;
}
.titleContent img{
    width: 100%;
    height: auto;
}