.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(/assets/img/banner_bg.png) left top;
    background-size: 100% 100%;
    display: none;
}
.modal-policy,.modal-industry{
    display: none;
    width: 400px;
    padding: 30px;
    background: #fff;
    margin: 10% auto 0;
    overflow: hidden;
    position: relative;
}
.modal-policy-title{
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.modal-policy-desc{
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
.js-modal-close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.modal input{
    width: 370px;
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    box-sizing: content-box;
    margin-bottom: 20px;
}
.modal-policy-submit{
    width: 320px;
    height: 50px;
    line-height: 50px;
    background:  #1f6cdd;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
}
.modal-policy-submit:hover{
    background-color: #1d66cc;
}