.uniintro {
    width: 100%;
    min-width: 350px;
    min-height: 3200px;
    background-color: #fff;
}

.uni-con,
.uni-pri {
    width: 100%;
    text-align: center;
    color: #444;
}

.uni-con h1 {
    margin-top: 10px;
}

.uni-con img {
    width: 260px;
    margin: 1.5em 0;
}

.uni-con p,
.uni-pri p {
    font: 600 15px/23px 'microsoft yahei';
}

.uni-pri p {
    margin-top: 1em;
}

.uni-pri font {
    color: #0576b0;
    font-size: 20px;
}

.uni-pri button {
    width: 106px;
    height: 30px;
    border: 0;
    color: #fff;
    background-color: #ff9c00;
    margin: 1.5em 0;
    border-radius: 5px;
}

.unil-nav {
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
    border-bottom: 2px solid #0576b0;
}

.unil-nav ul li {
    width: 19%;
    height: 36px;
    float: left;
    text-align: center;
    font: 500 13px/36px 'microsoft yahei';
    margin-bottom: 10px;
    margin-right: 2px;
}

.active {
    color: white;
    background-color: #0576b0;
}

.unil-con {
    width: 99.8%;
    height: auto;
    border-bottom: 1px solid #0576b0;
    /* padding: 0 20px 40px 10px; */
    padding-right: 10px;
    padding-bottom: 20px;
}

.unil-con-arti {
    background-color: #fff;
}

.unil-con-arti p {
    font: 400 15px/23px 'microsoft yahei';
    text-indent: 2em;
}

.unil-con-arti h1 {
    width: 88px;
    height: 23px;
    display: inline-block;
    border-left: 8px solid #77a344;
    font: 500 20px/23px 'microsoft yahei';
    text-align: center;
    margin: 35px 0 20px 20px;
}


/* 申请弹框开始 */

.Eframe {
    display: none;
}

.mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.appli {
    width: 336px;
    height: 600px;
    position: absolute;
    background-color: white;
    top: 59px;
    left: 50%;
    margin-left: -167px;
    overflow: scroll;
}

.appli-tit {
    width: 100%;
    height: 40px;
    color: #fff;
    margin-bottom: 24px;
    background-color: #0576b0;
}

.appli-tit h1 {
    font: 600 20px/40px 'microsoft yahei';
    margin-left: 20px;
    float: left;
}

.appli-tit span {
    float: right;
    font-size: 28px;
    margin-right: 10px;
}

.appli-con {
    margin-top: 20px;
}

.appli-con input[type="text"] {
    width: 50x;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.appli-con input[type="radio"] {
    height: 10px;
}

.appli-con select {
    width: 154px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.appli-con textarea {
    width: 54% !important;
    height: 65px !important;
    border: 1px solid #eee;
}

.appli-con label {
    font: 400 13px/50px 'microsoft yahei';
    color: black;
}

.appli-con ul li {
    margin-right: 58px;
    text-align: right;
}

.appli-btn {
    width: 198px;
    height: 45px;
    color: white;
    border: 0;
    border-radius: 5px;
    font: 500 15px/45px 'microsoft yahei';
    background-color: #77a344;
    margin: 35px 0 22px 63px;
}


/* 申请弹框结束 */