.row{
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
nav{
    background-color: #26589C;
    height:70px;
    line-height: 70px;
}
nav>ul{
    max-width:1020px;
    margin:0 auto;
}
nav>ul>li{
    flex:1;
    list-style-type: none;
}
nav>ul>li>a{
    display: inline-block;
    line-height: 70px;
    font-size: 15px;
    color:#ffffff;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.zypxpjNav{
    background: linear-gradient(to right, #166cd9 0%, #01c5fe 100%);
    background-size: 100% 100%;
}
.content{
    background: #ffffff;
    width: 1020px;
    height: 53%;
    min-height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.content input{
    border-radius: 20px !important;
}
.inputv {
    width:220px;
    border-radius: 20px;
    border:1px solid #d6c5c5;
    background: #ffffff;
}
.inputv input{
    flex:1;
    height:36px;
    border:none;
    font-size: 13px;
    color: #999999;
    margin:0 10px;
    outline: none;
}

iframe{
    border:0
}

