.zw{
    margin-top:15px;
}
.biaoti{
    font-weight: bold;
    font-size: 25px;
    border-radius: 2px;
    padding: 5px 10px;
    color: #000;
    margin-top:5px;
    margin-bottom:15px;
    text-align: center;
}
.box{
    box-shadow: 0px 0px 11px 0px rgb(21 27 57 / 12%);
    background: #005faa;
}
.content{
    position: relative;
    width: 1255px;
    height:1250px;
    margin:  80px auto 35px;
}
.fh{
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 556;
    width: 110px;
    height: 40px;
    background:rgb(54 100 227);
    border-radius: 5px;
    transition: .3s all;
}
.fh .fhLogo>i{
    width: 16px;
    height: 12px;
    display: block;
    transition: .3s all;
    margin: 14px 10px 0 12px;
    background-image: url(../../imger/fhInside.png);
}
.fh .fhText{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    transition: .3s all;
}
.fh:hover{
    background: rgb(253,160,39);
}
.fh:hover .fhLogo>i{
    background-image: url(../../imger/fhInside-hover.png);
}
.fh:hover .fhText{
    color: rgb(255,255,255);
}

.content-left{
    margin-top: 65px;
    height: 1200px;
    width: 350px;
}
.content-right{
    margin-top: 65px;
    z-index:88;
    width: 900px;
    height: 1200px;
    background-color: #ffffff;
    position: relative;
}
.content-right .right-title{
    width: 100%;
    height: 60px;
    margin-top: 5px;
}
.content-right .right-title .titleH2{
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px;
}