@charset "UTF-8";
input::placeholder {
    /* 现代浏览器 */
    color: #666666;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
}

input::-ms-input-placeholder {
    /* Microsoft Edge 旧版本 */
    color: #666666;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

textarea::placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::-moz-placeholder {
    color: #666666;
    font-size: inherit;
    color: rgba(51, 51, 51, 0.5);
}

/*.page3-university .li-bots input {*/
/*  display: block;*/
/*}*/
/*.page3-university .li-bots select {*/
/*  display: none;*/
/*}*/
/*.page3-university.active .li-bots input {*/
/*  display: none;*/
/*}*/
/*.page3-university.active .li-bots select {*/
/*  display: block;*/
/*}*/

main {
    overflow: hidden;
}

#page3-next.active {
    pointer-events: none;
    opacity: .5;
}

.index-page1 {
    padding-top: 2.5em;
    padding-bottom: 6.4em;
    color: #333333;
}

header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.w1200 {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}

.bolds {
    font-weight: bold;
}

.index-page1-words {
    line-height: 2;
    padding-bottom: 3.1em;
}

.index-page1-words ul {
    padding-left: 1em;
    line-height: 1.55;
    margin-bottom: 1em;
}

.index-page1-words .tits {
    line-height: 1.36;
}

.index-page1-words .span {
    line-height: 1.5;
    margin-top: .9em;
}

.index-page1-words a {
    color: #4285F4;
    text-decoration: underline;
}

.index-page1-words .uls {
    margin-top: 1em;
}

.wow {
    opacity: 0;
}

.index-page1-link {
    margin-top: 2.85em;
}

.index-page1-link .mores {
    height: 3.75em;
    line-height: 3.75em;
    padding: 0 1em;
    background-color: #CE3D01;
    border-radius: 5px;
    display: block;
    color: #fff;
    min-width: 10em;
    text-align: center;
    border: 1px solid #CE3D01;
}

.index-page1-link .mores:nth-child(n+2) {
    margin-left: 1.375em;
}

.index-page1-link .mores.cur {
    background-color: #fff;
    color: #CE3D01;
}

.index-page1-list .list:nth-child(n+2) {
    margin-top: 1.5em;
}

.index-page1-list .list.active .list-tops {
    background-color: #41444A;
    color: #fff;
    transition: .5s ease;
}

.index-page1-list .list.active .list-tops .box .tits .span {
    border-color: #fff;
    transition: .5s ease;
}

.index-page1-list .list.active .list-tops .box .tits .span:before {
    opacity: 1;
    transition: .5s ease;
}

.index-page1-list .list-tops {
    background-color: #ECECEC;
    color: #333333;
    padding: 1.8em;
    cursor: pointer;
    transition: .5s ease;
}

.index-page1-list .list-tops .box {
    position: relative;
    padding-left: 2em;
}

.index-page1-list .list-tops .box .txts {
    margin-top: .5em;
    line-height: 1.75;
}

.index-page1-list .list-tops .box .tits {
    line-height: 1.33;
    font-weight: bold;
}

.index-page1-list .list-tops .box .tits .span {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border: 1px solid #333333;
    border-radius: 50%;
    box-sizing: border-box;
    left: 0;
    top: .165em;
    transition: .5s ease;
}

.index-page1-list .list-tops .box .tits .span:before {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s ease;
}

.index-page1-list .list-bots {
    background: #ECECEC;
    padding: 2em 6em 3.4em 6em;
    line-height: 1.875;
    display: none;
}

.index-page1-list .list-bots .p {
    padding-left: .75em;
}

.index-page1-list .list-bots .tits {
    font-weight: bold;
    margin-bottom: .9em;
    line-height: 1.33;
}

.index-page1-list .list-bots .txts ul {
    font-size: 87.5%;
    padding-left: 2.428em;
    line-height: 2;
    opacity: .8;
}

.forms-page2 {
    padding-top: 3.5em;
    padding-bottom: 7.5em;
}

.forms-page2-tops {
    background-color: #F6F6F6;
    position: relative;
}

.forms-page2-tops .li:before, .forms-page2-tops:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
}

.forms-page2-tops:before {
    background-color: #575757;
}

.forms-page2-tops .li {
    width: 14.2857%;
    padding: 1.1em 1.5em;
    padding-right: .5em;
    cursor: pointer;
    position: relative;
}

.forms-page2-tops .li .span {
    position: absolute;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/1-01.png) no-repeat center;
    background-size: 100%;
    right: .5em;
    top: 1.25em;
    pointer-events: none;
    opacity: 0;
    transition: .5s ease;
}

.forms-page2-tops .li.active .span {
    opacity: 1;
    transition: .5s ease;
}

.forms-page2-tops .li.cur {
    background-color: #575757;
    color: #fff;
}

.forms-page2-tops .li.cur .tits, .forms-page2-tops .li.cur .txts {
    color: #fff;
}

.forms-page2-tops .li.cur:before {
    opacity: 1;
}

.forms-page2-tops .li .tits {
    line-height: 1.33;
    color: #303030;
}

.forms-page2-tops .li .txts {
    margin-top: 5px;
    line-height: 1.4285;
    color: #333333;
}

.forms-page2-tops .li:before {
    background-color: #CE3D01;
    opacity: 0;
}

.forms-page2-tops .li.active:before {
    opacity: 1;
}

.tc {
    text-align: center;
}

.cons-titles {
    line-height: 1.33;
    color: #161616;
}

.tc-gk {
    text-align: center;
    padding: 0 1em;
}

#Postgraduate-ajax {
    cursor: pointer;
}

.forms-page2-bots {
    background-color: #F6F6F6;
    border: 1px solid rgba(112, 112, 112, 0.37);
    padding: 1.9em 6.25em;
    padding-bottom: 3.7em;
}

.forms-page2-bots .forms {
    margin-top: 1.9em;
}

.textarea {
    position: relative;
}

.textarea textarea {
    display: block;
}

.textarea .span-btns {
    position: absolute;
    right: 1.33em;
    bottom: 1em;
    line-height: 1.33;
    color: #333333;
}

.forms-page2-bots .index-page1-link {
    margin-top: 2.6em;
}

.forms-page2-bots.page6 {
    padding-left: 6em;
    padding-right: 6em;
}

.forms-page2-bots.page6 .li-tops {
    height: auto;
}

.forms-page2-bots.page6 .tables-forms .li {
    margin-bottom: 1.9em;
}

.forms-page2-bots.page6 .tables-forms .li:last-child {
    margin-bottom: 0;
}

.forms-page2-bots.page6 .textarea textarea {
    padding-bottom: 2.7em;
}

.tables-forms {
    margin-left: 6px;
    margin-right: 6px;
}

.tables-forms .li {
    margin-bottom: 1.4em;
    padding-left: 6px;
    padding-right: 6px;
}

.tables-forms .li:last-child {
    margin-bottom: 0;
}

.tables-forms textarea {
    width: 100%;
    height: 12.715em;
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    line-height: 1.5;
    padding: .5em 1em;
    display: block;
}

.tables-forms select,
.tables-forms input[type=text] {
    display: block;
    width: 100%;
    line-height: 3.5714285714285716em;
    height: 3.5714285714285716em;
    padding: 0 1em;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
}

.tables-forms select {
    line-height: 2;
}

.tables-forms select::-ms-expand {
    display: none;
}

.tables-forms select {
    background: url(../img/1-02.png) #fff no-repeat center;
    background-size: 11px 6px;
    background-position: calc(100% - 14px) center;
}

.tables-forms .li-tops {
    margin-bottom: 1em;
    line-height: 1.33;
    color: #333333;
    font-weight: medium;
}

.tables-forms .li-tops span {
    color: #CE3D01;
}

.tables-forms .li-bots.row {
    margin-left: 4px;
    margin-right: 4px;
}

.tables-forms .li-bots .i {
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
}

.tables-forms .li-bots .i select {
    background: #fff;
}

.tables-forms .li-bots .i:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 6px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/1-02.png) no-repeat center;
    background-size: 100%;
}

.li-text-words {
    line-height: 1.33;
}

.forms-page2-bots .tables-forms .li.checkbox .checkbox-tops {
    height: 2.78em;
    line-height: 2.78em;
    color: #161616;
    background: #D6D6D6;
    padding: 0 1.55em;
}

.forms-page2-bots .tables-forms .li.checkbox .checkbox-bots {
    background: #fff;
    padding: 2.44em 1.78em 2.78em 1.55em;
}


.forms-page2-bots .tables-forms .li.checkbox .checkbox-bots input {
    padding: 0;
}

.forms-page2-bots .tables-forms .li.checkbox input[type=checkbox] {
    width: 1em;
    height: 1em;
    border: 1px solid #C7C7C7;
    background: #fff;
}

.forms-page2-bots .tables-forms .li.checkbox .check-li {
    padding-left: 1.89em;
    line-height: 1.32;
    position: relative;
}

.forms-page2-bots .tables-forms .li.checkbox .check-li input[type=checkbox] {
    position: absolute;
    left: 0;
    top: .16em;
}

.forms-page2-bots .tables-forms .li.checkbox .check-li:nth-child(n+2) {
    margin-top: 1.72em;
}

.forms-page2-bots .tables-forms .li.checkbox .check-li a {
    color: #4285F4;
    text-decoration: underline;
}

.text-listy .spans {
    display: inline-block;
    padding-right: 18px;
    position: relative;
    z-index: 9;
}

.text-listy .spans .btns {
    position: absolute;
    width: .88em;
    height: .88em;
    right: 0;
    top: .225em;
    cursor: pointer;
}

.text-listy .spans .btns img {
    display: block;
}

.text-listy .spans .texts {
    position: absolute;
    /*display: none;*/
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.text-listy .spans .textbox {
    border: 1px solid #c7c7c7;
    padding: .857em;
    padding-bottom: 2.143em;
    background: #f3f3f3;
    position: relative;
}

.text-listy .spans .textbox:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 8px;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/1-04.png) no-repeat center;
    background-size: 100%;
}

.radio-input {
    line-height: 1.33;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.radio-input input[type=radio] {
    width: .88em;
    height: .88em;
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    margin-right: .67em;
    cursor: pointer;
}

.radio-input:nth-child(n+2) {
    margin-left: 2.22em;
}

.radio-input input[type="radio"]:checked {
    background: #CE3D01;
}

.forms-page2-bots .tables-forms .li.checkbox .check-li input[type="checkbox"]:checked {
    background: #CE3D01;
}

.forms-page2-bots.on-active .li-tops {
    margin-bottom: .9em;
}

.forms-page2-bots.on-active .li-bots select,
.forms-page2-bots.on-active .li-bots input[type=text] {
    height: 3.125em;
    line-height: 3.125em;
    background-color: transparent;
}

.forms-page2-bots.on-active .li-bots input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.forms-page2-bots.on-active .li-bots input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.forms-page2-bots.on-active .li-bots input::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.forms-page2-bots.on-active .li-bots input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.page4-ajax-list {
    position: relative;
}

.page4-ajax-list .close {
    position: absolute;
    right: .5em;
    width: 1.78em;
    height: 1.78em;
    z-index: 5;
    cursor: pointer;
    top: .5em;
}

.page4-ajax-list .close img {
    width: 100%;
    height: 100%;
}

.tables-forms .li-tops {
    min-height: 1.33em;
}

.forms-page2-bots.page4 {
    padding-left: 6.2em;
    padding-right: 6.2em;
    /*.tables-forms{
        margin-left: 0;
        margin-right: 0;
    }
    */
    /*.list-bots,
    .list-tops{
        margin-left: 0;
        margin-right: 0;
    }*/
}

.forms-page2-bots.page4 .row > * {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.forms-page2-bots.page4 .radio-input {
    height: 3.125em;
}

.forms-page2-bots.page4 .radio-input:nth-child(n+2) {
    margin-left: 3.89em;
}

.forms-page2-bots.page4 .list-tops {
    height: 2.78em;
    line-height: 2.78em;
    color: #161616;
    background: #D6D6D6;
    padding: 0 1.55em;
}

.forms-page2-bots.page4 .box {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.forms-page2-bots.page4 .row {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

.forms-page2-bots.page4 .list-bots {
    background: #fff;
    padding: 1.3em 1.8em;
}

.forms-page2-bots.page4 .photo-images {
    background: #F6F6F6;
}

.forms-page2-bots.page4 .list.page4-ajax-list,
.forms-page2-bots.page4 .list:nth-child(n+2) {
    margin-top: 2.6em;
}

.forms-page2-bots.page4 .btn-ty {
    margin-top: 1em;
}

.list-add-inputs {
    margin-top: 1.25em;
    display: none;
}

.tables-forms .list-add-inputs input {
    line-height: 3.125em;
    height: 3.1254em;
    background: transparent;
}

.tables-forms .list-add-inputs.cactive input {
    background: #fff;
}

.tables-forms .li.li-text-wens .li-tops,
.tables-forms .li.li-text .li-tops {
    height: auto;
}

.tables-forms .li.li-text-wens .li-tops a,
.tables-forms .li.li-text .li-tops a {
    color: #4285F4;
    text-decoration: underline;
}

.page3-ajax-lists .page3-rows {
    margin-top: 2em;
}

.page3-ajax-lists {
    position: relative;
}

.page3-ajax-lists .close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

.btn-ty .span {
    position: relative;
    line-height: 2.78em;
    height: 2.78em;
    display: inline-block;
    background: #575757;
    color: #fff;
    padding: 0 1.55em;
    padding-right: 2.78em;
}

.btn-ty .span:before {
    position: absolute;
    content: "";
    width: 1.16em;
    height: 1.16em;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/1-05.png) no-repeat center;
    background-size: 100%;
}

.fs13 {
    font-size: 13px;
}

.li-photo {
    padding-top: 1em;
    position: relative;
}

.li-photo .img-bg,
.li-photo .file {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.li-photo img[src=""] {
    display: none;
}

.li-photo .img-bg-box,
.li-photo .file-bg-box
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.li-photo .img-bg {
    z-index: 1;
    opacity: 1;
    object-fit: contain;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.li-photo .img-bg.active {
    visibility: visible;
    opacity: 1;
}

.li-photo .photo-images {
    background: #fff;
    padding: 2.6em 0;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.li-photo .icons {
    width: 1.6em;
    height: 1.6em;
}

.li-photo .tits {
    color: #9E9E9E;
    margin-top: .9em;
    line-height: 1.4;
    margin-bottom: 1.8em;
}

.li-photo.active .deleate {
    opacity: 1;
}

.li-photo .deleate {
    cursor: pointer;
    height: 38px;
    background-color: #EE5236;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
    opacity: 0;
}

.li-photo .deleate:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/1-09.png) no-repeat center;
    background-size: 100%;
}

.li-photo .downs {
    position: absolute;
    bottom: 3.85em;
    left: 50%;
    transform: translateX(-50%);
    background: #FFD101;
    height: 40px;
    line-height: 40px;
    color: #000000;
    padding: 0 30px;
    border-radius: 40px;
    cursor: pointer;
}

.li-photo .downs .spans {
    padding-left: 18px;
    position: relative;
}

.li-photo .downs .spans:before {
    width: 12px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/1-08.png) no-repeat center;
    background-size: 100%;
}

.li-photo .btns {
    height: 3.077em;
    line-height: 3.077em;
    background: #575757;
    color: #fff;
    padding: 0 2.3em;
}

.li-photo .btns .loads {
    position: relative;
    color: #fff;
    padding-left: 18px;
}

.li-photo .btns .loads:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/1-07.png) no-repeat center;
    background-size: 100%;
}

textarea::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
    font-size: inherit;
}

textarea::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
    font-size: inherit;
}

textarea:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
    font-size: inherit;
}

textarea::placeholder {
    /* 标准语法 */
    color: rgba(51, 51, 51, 0.5);
    font-size: inherit;
}

.textarea textarea {
    color: #333;
}

.forms-page2-bots.page8 {
    padding-top: 4.8em;
    padding-bottom: 4em;
    text-align: center;
}

.forms-page2-bots.page8 .icons {
    width: 103px;
    margin: 0 auto;
}

.forms-page2-bots.page8 .icons img {
    display: block;
}

.forms-page2-bots.page8 .forms {
    padding-top: 1.5em;
}

.forms-page2-bots.page8 .icons {
    margin-top: 1.6em;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.6em;
}

.forms-page2-bots.page8 .page8-btns {
    background: #05CC88;
    height: 3.25em;
    line-height: 3.25em;
    color: #fff;
    border-radius: 5px;
    padding: 0 4.0625em;
    display: inline-block;
    border-radius: .625em;
}

.page7 .items-tops {
    position: relative;
    line-height: 1.33;
    color: #161616;
    padding-left: 2.1em;
}

.page7 .items-tops input[type=radio] {
    width: .9em;
    height: .9em;
    border-radius: 50%;
    border: 1px solid #707070;
    position: absolute;
    left: 0;
    top: .25em;
}

.page7 .items-tops input[type=radio]:checked {
    background: #CE3D01;
    border-color: #CE3D01;
}

.page7 .items-tops .righty {
    position: absolute;
    right: 0;
    top: 0;
}

.page7 .items-bots {
    padding-left: 2.1em;
    color: rgba(22, 22, 22, 0.5);
    line-height: 1.285;
    width: 80%;
}

.page7 .items:nth-child(n+2) {
    margin-top: 2.1em;
}

.tables-forms .li-tops {
    height: auto;
}

@media (min-width: 1025px) {
    .forms-page2-bots.page7 {
        padding-left: 11em;
        padding-right: 11em;
    }

    .index-page1-link .mores {
        transition: .5s ease;
    }

    .index-page1-link .mores:hover {
        transition: .5s ease;
        transform: translateY(-5px);
    }

    .text-listy .spans .btns:hover .texts {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .forms-page2-bots.page8 .page8-btns {
        transition: .5s ease;
    }

    .forms-page2-bots.page8 .page8-btns:hover {
        transition: .5s ease;
        transform: translateY(-5px);
    }
}

.forms-page2-tops {
    overflow: hidden;
}

.forms-page2-bots.page8 .forms {
    margin-top: 0;
}

header .header .nav-btn {
    display: none;
}

@media (max-width: 1024px) {
    .forms-page2-tops .li {
        display: none;
    }

    .forms-page2-tops .li.cur {
        display: block;
    }

    .forms-page2-bots {
        padding-left: 4em !important;
        padding-right: 4em !important;
    }

    .text-listy .spans .btns.active .texts {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .forms-page2-tops .li .txts {
        /*display: none;*/
    }

    .forms-page2-tops .li {
        padding-left: .5em;
        padding-right: .5em;
        /*width: 25%;*/
        width: 100%;
    }

    .forms-page2-tops .li:nth-child(n+5) {
        /*width: 33%;*/
    }
}

.forms-page2-bots.page8 .icons img {
    width: 100%;
}

@media (max-width: 767px) {
    .forms-page2-bots.page8 .icons {
        width: 5em;
    }

    .page7 .items-tops .righty {
        position: static;
        margin-left: 1em;
        height: 1.3em;
        font-size: inherit;
    }

    .forms-page2-bots.page4 .list-bots {
        padding-left: 1em;
        padding-right: 1em;
    }

    .forms-page2-bots.page4 .radio-input:nth-child(n+2) {
        margin-left: 1em;
    }

    .tables-forms select, .tables-forms input[type=text] {
        height: 3.5em;
        line-height: 3.5em;
    }

    .index-page1-link .mores:nth-child(n+2) {
        margin-left: 1em;
    }

    .index-page1-link .mores {
        min-width: 6em;
        line-height: 3em;
        height: 3em;
    }

    .tables-forms .li-tops {
        margin-bottom: .5em;
    }

    .forms-page2-bots .row {
        margin-left: 0;
        margin-right: 0;
    }

    .forms-page2-bots {
        padding-left: 1.25em !important;
        padding-right: 1.25em !important;
    }
}

@media (max-width: 767px) {
    .page7 .items-tops {
        margin-bottom: .5em;
    }

    .page7 .items-bots,
    .page7 .items-tops {
        padding-left: 1.5em;
    }

    .index-page1-list .list-bots {
        padding: 2em 1.125em;
    }

    .index-page1-list .list-tops {
        padding: 1.8em 1.125em;
    }

    .tables-forms .li-tops {
        min-height: 0;
    }

    .page7 .items-bots {
        width: 100%;
    }

    .tables-forms select, .tables-forms input[type=text] {
        height: 3em;
        line-height: 3em;
    }

    .forms-page2-bots.on-active .li-tops {
        margin-bottom: .5em;
    }

    .forms-page2-bots.page4 .radio-input {
        height: auto;
    }


}
