.banner_container{
    height: 350px;
    width: 100%;
}
.banner_container .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    min-width: 1055px;
}
.imgtop h3{
    margin-top: 70px;
    font-size: 45px;
    font-weight: 400;
    line-height: 56px;
}
.imgtop .maininfo{
    line-height: 28px;
    height: 76px;
    font-size: 18px;
    margin: 30px 0;
}
.imgtop .Immediate{
    width: 140px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    color: #EB5A69;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 800;
}
.main_container .section,
.main_container .wrapper{
    padding-bottom: 0;
}
.chooseitem{
    display: flex;
    align-items: center;
    width: 480px;
    height: 100px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.28);
    margin-top: 30px;
    padding: 0 25px;
    box-sizing: border-box;
    cursor: pointer;
}
.chooseitem .bac{
    width: 48px;
    height: 48px;
    margin-right: 25px;
}
.bac-1{
    background-image: url("../images/pirate/481-1.png");
}
.bac-2{
    background-image: url("../images/pirate/482-1.png");
}
.bac-3{
    background-image: url("../images/pirate/483-1.png");
}
.bac-4{
    background-image: url("../images/pirate/484-1.png");
}
.chooseitem:first-of-type{
    margin-top: 0;
}
.chooseitem div p:first-of-type{
    font-size: 20px;
}
.chooseitem div p:last-of-type{
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}
.chooseitem:hover{
    background: linear-gradient(0deg, #FC2011 0%, #FF5A4E 100%);
    color: #fff;
}
.chooseitem:hover p:last-of-type{
    color: #fff;
}
.chooseitem:hover .bac-1{
    background-image: url("../images/pirate/481.png");
}
.chooseitem:hover .bac-2{
    background-image: url("../images/pirate/482.png");
}
.chooseitem:hover .bac-3{
    background-image: url("../images/pirate/483.png");
}
.chooseitem:hover .bac-4{
    background-image: url("../images/pirate/484.png");
}
.firstinfo{
    display: flex;
    align-items: center;
    height: 616px;
}
.anquanright,
.anquanleft{
    float: left;
}
.section .fengxian div >img{
    width: 505px;
    height: 425px;
}
.wrapper .fengxian div >img{
    width: 508px;
    height: 432px;
}
.fengxian{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 616px;
    margin: 0 50px;
}
.anquanleft h2{
    font-size: 24px;
    font-weight: 400;
}
.anquanleft .desc{
    color: #999;
    font-size: 14px;
    margin: 20px 0 22px;
}
.anquanleft .liji{
    color: #E82D1E;
    font-size: 14px;
}
.anquanleft .liji img{
    margin-left: 10px;
}
.last_bottom{
    width: 100%;
    height: 300px;
    background: url("../images/pirate/485.png") no-repeat;
   background-size: 100% 100%;
    color: #fff;
    text-align: center;
}
.last_bottom h2{
    font-size: 36px;
    padding: 55px 0 32px;
}
.last_bottom a{
    display: block;
    width: 187px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 50px;
    text-align: center;
    margin: 35px auto 0;
    color: #fff;
}