*{
    margin: 0;
    padding: 0;
}
body,html {
    margin: 0;
    padding: 0;
}
.sea_body1{
    width: 3440px;
    height: 600px;
    background: #F3F7FF;
    margin-left: 50%;
    transform: translate(-50%);
}

.sea_body1 .pick{
    width: 1218px;
    height: 285px;
    display: flex;
    float: left;
    position: absolute;
    top: 220px;
    margin-left: 50%;
    transform: translate(-50%);
    transition: all 1s ease-in-out;
}
.sea_body1 .pick>div{
    width: 264px;
    height: 300px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(90deg, #F6F8FF 0%, #EAEFFC 100%);
    box-shadow: 0px 10px 30px 0px rgba(17,55,178,0.1000);
    border-radius: 10px;
}
.sea_body1 .pick>div>img{
    width: 244px;
    height: 280px;
    margin-left: 16px;
    margin-top: 16px;
}

.sea_body1 .pick1:hover>img, .sea_body1 .pick2:hover>img, .sea_body1 .pick3:hover>img, .sea_body1 .pick4:hover>img {
    opacity: 0;
}
.sea_body1 .pick1:hover{
    background-image: url(/static/images/sea/body5.png);
    cursor:pointer;
    border-radius: 5px;
    background-size: 100% 100%;
}
.sea_body1 .pick2{
    margin-left: 48px;
    margin-right: 48px;
}
.sea_body1 .pick2:hover{
    background-image: url(/static/images/sea/body6.png);
    cursor:pointer;
    border-radius: 5px;
    background-size: 100% 100%;
}
.sea_body1 .pick3{
    margin-right: 48px;
}
.sea_body1 .pick3:hover{
    background-image: url(/static/images/sea/body7.png);
    cursor:pointer;
    border-radius: 5px;
    background-size: 100% 100%;
}
.sea_body1 .pick4:hover{
    background-image: url(/static/images/sea/body8.png);
    cursor:pointer;
    border-radius: 5px;
    background-size: 100% 100%;
}
.sea_body1 .word0{
    width: 479px;
    height: 29px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E2E96;
    line-height: 24px;
    opacity: 0.14;
    margin-left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 60px;
}
.sea_body1 .word1{
    width: 133px;
    height: 32px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1A1A1A;
    margin-left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 70px;
}
.sea_body1 .word2{
    width: 50px;
    height: 6px;
    background: #1A6DFF;
    border-radius: 3px;
    margin-left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 128px;
}
.sea_body{
    width: 3440px;
    height: 674px;
    display: block;
    margin-left: 50%;
    transform: translate(-50%);
}
.sea_body img{
    width: 3440px;
    height: 674px;
}
/* .sea_body .centerBox {
    width: 1px;
    height: 1px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
} */
.sea_header {
    height: 600px;
    width: 3440px;
    margin-left: 50%;
    background: linear-gradient(90deg, rgb(33,27,87) 0%, rgb(22,26,160) 100%);
    transform: translate(-50%);
    position: relative;
}
.sea_header>img {
    height: 600px;
    display: block;
    margin-left: 50%;
    transform: translate(-50%);
}
.sea_body .word0{
    width: 484px;
    height: 29px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E2E96;
    line-height: 24px;
    opacity: 0.14;
    transform: translate(-50%);
    position: absolute;
    top: 60px;
}
.sea_body .word1{
    width: 166px;
    height: 32px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1A1A1A;
    transform: translate(-50%);
    position: absolute;
    top: 70px;
}
.sea_body .word2{
    width: 50px;
    height: 6px;
    background: #1A6DFF;
    border-radius: 3px;
    transform: translate(-50%);
    position: absolute;
    top: 128px;
}
.bodyLeft{
    display: flex;
    height: 350px;
    flex-direction: column;
    position: absolute;
    top: 195px;
    left: -605px;
    transition: all 1s ease-in-out;
}
.bodyRight{
    width: 910px;
    height: 345px;
    position: absolute;
    top: 195px;
    left: -320px;
    transition: all 1s ease-in-out;
}
.bodyRight>img{
    width: 915px;
    height: 350px;
}
.bodyLeft>div {
    width: 278px;
    height: 64px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(90deg, #F6F8FF 0%, #EAEFFC 100%);
    box-shadow: 0px 10px 30px 0px rgba(17,55,178,0.1000);
    border-radius: 3px;
    cursor: pointer;
}
.Left1{
    margin-top: 5px;
    margin-bottom: 5px;
}

.bodyLeft>div>div {
    display: flex;
}
.bodyLeft>div>div>div {
    display: flex;
    margin-top: 22px;
}
.bodyLeft>div>div>img {
    display: flex;
    width: 23px;
    height: 26px;
    margin-top: 17px;
    margin-left: 55px;
}
.bodyLeft>div>img {
    display: none;
    width: 275px;
    height: 210px;
    background: #1A6DFF;
    border-radius: 3px;
}
.bodyLeft .activeItem>img {
    display: block;
}
.bodyLeft .activeItem>div {
    display: none;
}
.bodyLeft .activeItem {
    flex: 1;
}
.sea_join{
    height: 46px;
    width: 175px;
    position: absolute;
    cursor:pointer;
    right: 419px;
    top: 353px;
}

.centerBox {
    width: 1px;
    height: 1px;
    border: 0px solid black;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.sea_video1{
    width: 580px;
    height: 316px;
    position: absolute;
    top: 148px;
    left: -39px;
}
.sea_video1>video{
    display: none;
    width: 574px;
    height: 325px;
    position: absolute;
    top: -4px;
    left: 2px;
}
.sea_video1 img{
    position: absolute;
    top: 155px;
    left: 256px;
    cursor: pointer;
}
.sea_video1 .word{
    width: 120px;
    height: 36px;
    border: 1px solid #1D3BF5;
    border-radius: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1D3BF5;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    position: absolute;
    top: 217px;
    left: 219px;
}
.sea_body2{
    width: 3440px;
    height: 300px;
    background-color: rgb(9, 17, 38);
    display: block;
    margin-bottom: -20px;
    margin-left: 50%;
    transform: translate(-50%);
}
.sea_body2 img{
    width: 1920px;
    height: 300px;
    display: block;
    margin-left: 50%;
    margin-bottom: -20px;
    transform: translate(-50%);
}
.sea_body2 .sea_body2_word0{
    width: 360px;
    height: 35px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    display: block;
    margin-left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 83px;
}
.sea_body2 .sea_body2_word1{
    width: 120px;
    height: 36px;
    background: #1A6DFF;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    position: absolute;
    top: 171px;
    left: -150px;
    
}
.sea_body2 a{
    color: white;
}
.sea_body2 .sea_body2_word2{
    width: 120px;
    height: 36px;
    background: #6ABF40;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    position: absolute;
    top: 171px;
    left: 1px;
    
}
/* .sea_body2 .centerBox{
    width: 1px;
    height: 1px;
    border: 1px solid;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
} */
.sea_body2_word3{
    width: 300px;
    height: 20px;
    font-size: 7px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ADB7BE;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 264px;
    left: -588px;
}
.sea_body2 .sea_body2_word3 a{
    margin-left: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ADB7BE;
}
.sea_body2 .sea_body2_word3>a:hover{
    color: #1A6DFF;
}