/*公有样式*/
/*公有标题*/
.module-title {
    margin: 70px 0 50px;
}

.module-title h3 {
    font-size: 38px;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 2px;
    padding-left: 4px;
}

/*公有按钮*/
.module-btn {
    text-align: center;
    font-size: 0;
}

.module-btn .m-btn {
    min-width: 360px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    background: #BF0A0A;
    border-radius: 30px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    margin: 65px 0 60px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    letter-spacing: 2px;
}

.module-btn .m-btn:hover {
    opacity: .8;
}


/*banner开始*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 352px;
}

.banner > .w1200 {
    position: relative;
}

.banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .banner-item1 {
    text-align: center;
    font-size: 18px;
    background: url("../img/enGuide/enGuide-bannerBg1.jpg") center top/auto 100% no-repeat;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
}

.banner .swiper-slide .w1200 > a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.banner .swiper-slide .w1200 > a img {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 2;
}

.banner .w1200 {
    position: relative;
    height: 100%;
}


.banner .w1200 {
    height: 100%;
}

.banner-item1 .info {
    width: 962px;
    text-align: center;
    margin: 113px auto 0;
    padding: 33px 0 22px;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: rgba(255, 255, 255, .77);
}

.banner-item1 .info h2 {
    font-size: 60px;
    letter-spacing: 10px;
    padding-left: 20px;
    line-height: 100%;
    font-weight: bolder;
    color: rgba(144, 0, 10, 1);
    margin-bottom: 20px;
}

.banner-item1 .info h1 {
    font-size: 40px;
    line-height: 100%;
    color: rgba(49, 49, 49, 1);
    margin-bottom: 22px;
    font-weight: bolder;
}

.banner-item1 .recruit-stu {
    font-size: 0;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 136, 40, 1);
}

.banner-item1 .recruit-stu span {
    background: #FF8828;
    color: #fff;
}

.banner-item1 .recruit-stu span,
.banner-item1 .recruit-stu i {
    display: inline-block;
    font-style: normal;
    font-size: 20px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    letter-spacing: 1px;
}

.banner-item1 .info .btn {
    display: block;
    width: 350px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: rgba(191, 10, 10, 1);
    border-radius: 25px;
}

.banner-item1 .info .btn:hover {
    opacity: .7;
}

.evaluation1-system {
    position: absolute;
    top: 27px;
    right: 0;
    width: 360px;
    min-height: 486px;
    background: white;
    z-index: 9;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.evaluation1-system > h3 {
    width: 360px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 102, 203, 1);
    border-radius: 6px 6px 0px 0px;
    font-size: 22px;
    color: white;
    font-weight: normal;
    letter-spacing: 3px;
    padding-left: 6px;
    text-align: center;
}

.select_box {
    position: relative;
    font-size: 12px;
    color: #999;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 205px;
    height: 40px;
    background: rgba(242, 242, 242, 1);
    border-radius: 6px;
    border: 1px solid rgba(242, 242, 242, 1);
}

.select_box .select_content {
    width: 100%;
    height: 50px;
    line-height: 94px;
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    vertical-align: bottom;
    outline: 0;
}

.select_box .select_content span {
    width: 100%;
    font-size: 16px;
    text-indent: 18px;
    color: #666;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    -moz-box-pack: left;
         justify-content: left;
    height: 100%;
    cursor: pointer;
}

.select_box .select_content i {
    width: 15px;
    height: 13px;
    background: url(../img/index/arrow-group.png) -14px center/29px 7px no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -3.5px;
}

.select_box .select_list {
    width: 100%;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 0px;
    display: none;
    z-index: 999;
    max-height: 180px;
    overflow-y: auto;
    border-radius: 6px;
}

.select_box .select_list > li {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dashed #dddddd;
    padding: 0 10px;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.evaluation1-system .select_box .select_list > li:last-of-type {
    border-bottom: 0
}

.evaluation1-system .select_box .select_list > li.active {
    background-color: #eee
}

.evaluation1-system form {
    width: 300px;
    margin: 30px auto 0
}

.evaluation1-system form label {
    font-size: 0;
    text-align: right;
    display: block;
    margin: 0 auto 16px;
}

.evaluation1-system form span {
    display: inline-block;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.evaluation1-system form input[type=text] {
    width: 205px;
    height: 40px;
    line-height: 40px;
    text-indent: 18px;
    font-size: 16px;
    background: rgba(242, 242, 242, 1);
    border-radius: 6px;
    border: 1px solid rgba(242, 242, 242, 1);
}

.evaluation1-system form input[type=text]::-webkit-input-placeholder {
    color: #ACACAC;
}

.evaluation1-system form input[type=text]::-moz-placeholder {
    color: #ACACAC;
}

.evaluation1-system form input[type=text]:-ms-input-placeholder {
    color: #ACACAC;
}

.evaluation1-system form input[type=text]::-ms-input-placeholder {
    color: #ACACAC;
}

.evaluation1-system form input[type=text]:-moz-placeholder {
    color: #ACACAC;
}

.evaluation1-system form input[type=text]::placeholder {
    color: #ACACAC;
}

.evaluation1-system form input[type="submit"] {
    width: 100%;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 10px auto 0;
    border: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 102, 203, 1);
    border-radius: 6px;
    cursor: pointer;
}

.evaluation1-system form input[type="submit"]:hover {
    opacity: .8;
}

.evaluation1-system .prompt-info {
    width: 300px;
    margin: 10px auto 0
}

.evaluation1-system .prompt-info p {
    font-size: 12px;
    color: rgba(172, 172, 172, 1);
    line-height: 20px;
}

/*banner结束*/


/*招班优势开始*/
.advantage-class .list ul {
    zoom: 1;
}

.advantage-class .list ul::after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.advantage-class .list li {
    width: 285px;
    height: 160px;
    float: left;
    line-height: 160px;
    text-align: center;
    border-radius: 6px;
    margin-right: 20px;
    background: url("../img/enGuide/forClass-item1.png") left top/100% 100% no-repeat;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 4px;
}

.advantage-class .list li:nth-of-type(4n) {
    margin-right: 0;
}

.advantage-class .list li:nth-of-type(2) {
    background-image: url("../img/enGuide/forClass-item2.png");
}

.advantage-class .list li:nth-of-type(3) {
    background-image: url("../img/enGuide/forClass-item3.png");
}

.advantage-class .list li:nth-of-type(4) {
    background-image: url("../img/enGuide/forClass-item4.png");
}

/*招班优势结束*/

/*院校介绍开始*/
.colleges-intro {
    padding-top: 80px;
    min-height: 863px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: url("../img/enGuide/enGuide-colleBg.jpg") top center/auto 100% no-repeat;
}

.colleges-intro .item {
    min-height: 300px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 0 0;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.colleges-intro .item:nth-of-type(1) {
    position: relative;
}

.colleges-intro .item:nth-of-type(2) {
    background: rgba(242, 242, 242, 1);
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 40px;
}

.colleges-intro .item:nth-of-type(2) .ci-img {
    float: right;
}

.colleges-intro .item .ci-img {
    width: 350px;
    height: 240px;
    position: relative;
}
.colleges-intro .item .ci-img .poster{
    position: absolute;
    left: 0;
    top: 0;
}
.colleges-intro .item video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
    cursor: pointer;
}

.colleges-intro .item .cs-btn {
    width: 81px;
    height: 81px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}

.colleges-intro .item:nth-of-type(2) .ci-content {
    padding-right: 375px;
    padding-left: 0;
}

.colleges-intro .item:nth-of-type(2) .ci-info p {
    color: #333;
}

.colleges-intro .ci-img {
    float: left;
}

.colleges-intro .ci-icon {
    width: 300px;
    height: 240px;
    display: block;
}

.colleges-intro .ci-content {
    padding-left: 373px;
}

.colleges-intro .ci-content h3 {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    line-height: 100%;
    margin: 15px 0 23px;
    text-align: left;
}

.colleges-intro .ci-info p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    text-align: justify;
    text-indent: 32px;
}

/*院校介绍结束*/

/*特招报名开始*/
.special-apply {
    background: #EFEFEF;
    padding: 65px 0;
}

.special-apply > .w1200 {
    position: relative;
}

.special-apply .form {
    width: 898px;
    overflow: hidden;
    padding-right: 240px;
    background: url(../img/enGuide/special-bg.png) left top/100% 100% no-repeat;
    border-radius: 10px;
    position: relative;
    text-align: right;
    padding-bottom: 53px;
    -webkit-box-shadow: -14px 0 16px -8px #a09d9d;
            box-shadow: -14px 0 16px -8px #a09d9d;
}

.special-apply .form h3 {
    font-size: 36px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 137%;
    margin: 60px 0 30px;
    text-align: center;
    padding-left: 66px;
}

.special-apply .form label {
    display: block;
    text-align: center;
    font-size: 0;
    margin-bottom: 25px;
}

.special-apply .form label:last-of-type {
    margin-bottom: 0;
}

.special-apply .form span {
    width: 155px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: rgba(51, 51, 51, 1);
    text-align: right;
    margin-right: 15px;
    line-height: 100%;
    letter-spacing: 2px;
}

.special-apply .form input, .special-apply .select_box {
    width: 420px;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-indent: 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    outline: 0;
}

.special-apply .select_box {
    text-indent: 0 !important;
}

.special-apply .select_box:focus {
    border-color: #ef2525;
}

.special-apply .select_box .select_content span {
    width: 100%;
    height: 100%;
    padding-right: 50px;
    text-align: left;
    font-size: 16px;
    font-weight: 100;
    color: #666;
    margin-right: 0;
    display: block;
    line-height: 50px;
}

.special-apply .select_box .select_list {
    top: 60px;
}

.special-apply .select_box .select_list > li {
    height: 50px;
    line-height: 50px;
}

.special-apply input[type="submit"] {
    min-width: 420px;
    height: 50px;
    line-height: 50px;
    background: #BF0A0A;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    margin: 35px 0 25px;
    border: 0 !important;
    margin-right: 31px;
}

.special-apply .prompt p {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    text-align: right;
    margin-right: -25px;
    letter-spacing: 2px;
}

.special-apply .enrollment {
    width: 490px;
    height: 522px;
    position: absolute;
    right: 0;
    top: 58px;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 10px;
    background: url("../img/enGuide/enrol-bg.png") left top/100% 100% no-repeat;
    letter-spacing: 3px;
    padding-left: 6px;
}

.special-apply .enrollment dt {
    font-size: 27px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 41px;
    font-weight: bolder;
}

.special-apply .enrollment dd {
    font-size: 22px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 30px;
}

.special-apply .enrollment dd:last-of-type {
    margin-bottom: 0;
}

/*特招报名结束*/

/*招生计划开始*/
.admission_plan table {
    width: 100%;
}

.admission_plan table thead tr th {
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #9B000B;
    border: 1px solid #ccc;
    font-weight: bold;
}

.admission_plan table thead tr th:nth-child(1) {
    width: 60px;
}

.admission_plan table thead tr th:nth-child(2) {
    width: 190px;
}

.admission_plan table thead tr th:nth-child(3) {
    width: 120px;
}

.admission_plan table thead tr th:nth-child(4) {
    width: 700px;
}

.admission_plan table thead tr th:nth-child(5) {
    width: 120px;
}

.admission_plan table thead tr th:nth-child(6) {
    width: 150px;
}



.admission_plan table tbody tr td, .admission_plan table {
    border: 1px solid #ddd;
}

.admission_plan table tbody tr {
    background: #fff;
}

.admission_plan table tbody tr td {
    text-align: center;
    font-size: 16px;
}

.admission_plan table tbody tr td.hot-btn::before {
    content: "";
    width: 14px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    background: url(../img/index/footer_img.png) -279px -43px/350px 100px no-repeat;
}

.admission_plan table tbody tr td:first-child {
    padding: 0 10px;
    line-height: 26px;
}

.admission_plan table tbody tr td p {
    overflow: hidden;
    text-align: justify;
    margin: auto 21px;
    font-size: 14px;
    color: black;
    line-height: 24px;
}

.admission_plan table tbody tr td .btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    margin: auto;
    background: #FF8828;
    color: white;
    border-radius: 18px;
    cursor: pointer;
}

.admission_plan table tbody tr td .btn:hover {
    opacity: .8;
}

.admission_plan {
    overflow: hidden;
    padding-bottom: 80px;
}

.admission_plan .ap-direction {
    padding: 14px 0;
}

.admission_plan .ap-direction p {
    width: 640px;
    margin: 0 auto;
}

.admission_plan .ap-certificate p {
    width: 164px;
    margin: 7px auto;
}

.admission_plan .prompt {
    margin-top: 20px;
}

.admission_plan .prompt p {
    font-size: 14px;
    color: rgba(255, 136, 40, 1);
    line-height: 26px;
}

/*招生计划结束*/


/*遮罩开始*/
.sp-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

/*遮罩结束*/

/*校园风光开始*/
.campus-scenery .list {
    text-align: center;
    margin-bottom: 70px;
}

.campus-scenery .item1-left {

    display: inline-block;
}

.campus-scenery .list::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.campus-scenery .item1-left {
    width: 796px;
    float: left;
}

.campus-scenery .item1-right {
    width: 394px;
    float: right;
}

.campus-scenery .item2 {
    font-size: 0;
    text-align: center;
    line-height: 100%;
    margin-bottom: 10px;
}

.campus-scenery .item2-left a {
    display: block;
    width: 393px;
    height: 200px;
    margin-bottom: 10px;
}

.campus-scenery .item2-left a:last-of-type {
    margin-bottom: 0;
}

.campus-scenery img {
    width: 100%;
    height: 100%;
    display: block;
}

.campus-scenery .item2-left, .campus-scenery .item2-right {
    display: inline-block;
    vertical-align: inherit;
}

.campus-scenery .item2-right {
    margin-left: 10px;
}

.campus-scenery .item2-right a {
    width: 393px;
    height: 410px;
    display: block;
}

.campus-scenery .item3 a {
    width: 796px;
    height: 230px;
    display: block;
}

.campus-scenery .item1-right li:not(:last-of-type) {
    margin-bottom: 10px;
}

.campus-scenery .item1-right a {
    width: 394px;
    height: 200px;
    display: block;
}

.campus-scenery a:hover {
    opacity: .7;
}

.campus-scenery .item1-right li:last-of-type a {
    height: 230px;
}

/*校园风光结束*/

/*报名流程开始*/
.register-process {
    overflow: hidden;
    background: #90000A;
}

.register-process .m-btn {
    background: #FFD634;
    color: #90000a;
}

.register-process .module-title h3 {
    font-weight: normal;
    color: #fff;
}

.register-process li:last-of-type {
    margin-right: 0;
}

.register-process li:last-of-type:after {
    content: normal;
}

.register-process .rp-icon {
    width: 90px;
    height: 90px;
    line-height: 86px;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    background: url(../img/enGuide/process-icon1.png) center center/auto 50px no-repeat;
}

.register-process li:nth-of-type(2) .rp-icon {
    background-image: url("../img/enGuide/process-icon2.png");
}

.register-process li:nth-of-type(3) .rp-icon {
    background-image: url("../img/enGuide/process-icon3.png");
}

.register-process li:nth-of-type(4) .rp-icon {
    background-image: url("../img/enGuide/process-icon4.png");
}

.register-process li:nth-of-type(5) .rp-icon {
    background-image: url("../img/enGuide/process-icon5.png");
}

.register-process li:nth-of-type(6) .rp-icon {
    background-image: url("../img/enGuide/process-icon6.png");
}

.register-process li:nth-of-type(7) .rp-icon {
    background-image: url("../img/enGuide/process-icon7.png");
}

.register-process li.active:nth-of-type(1) .rp-icon {
    background-image: url("../img/enGuide/process-Aicon1.png");
}

.register-process li.active:nth-of-type(2) .rp-icon {
    background-image: url("../img/enGuide/process-Aicon2.png");
}

.register-process li.active:nth-of-type(3) .rp-icon {
    background-image: url("../img/enGuide/process-Aicon3.png");
}

.register-process li.active:nth-of-type(4) .rp-icon {
    background-image: url("../img/enGuide/process-Aicon4.png");
}

.register-process li.active:nth-of-type(5) .rp-icon {
    background-image: url("../img/enGuide/process-Aicon5.png");
}

.register-process li.active:nth-of-type(6) .rp-icon {
    background-image: url("../img/enGuide/process-Aicon6.png");
}

.register-process li.active:nth-of-type(7) .rp-icon {
    background-image: url("../img/enGuide/process-Aicon7.png");
}

.register-process .rp-icon img {
    height: 50px;
    display: inline-block;
}

.register-process li.active .rp-icon {
    background-color: rgba(255, 214, 52, 1);
    border-color: rgba(255, 214, 52, 1);
}

.register-process .rp-txt {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 26px;
    display: block;
}

.register-process ul {
    font-size: 0;
    text-align: center;
}

.register-process li {
    display: inline-block;
    position: relative;
    margin-right: 85px;
}

.register-process li:last-of-type {
    margin-right: 0;
}

.register-process li:after {
    content: "";
    width: 12px;
    height: 24px;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFGREVDMDNBMUQ3MzExRUFCRjM3RTM5NjUxRjY0OTY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFGREVDMDNCMUQ3MzExRUFCRjM3RTM5NjUxRjY0OTY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUZERUMwMzgxRDczMTFFQUJGMzdFMzk2NTFGNjQ5NjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUZERUMwMzkxRDczMTFFQUJGMzdFMzk2NTFGNjQ5NjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6HClHbAAAA/0lEQVR42oyUOwoCMRCGs2rpBSwUfLAqFvYewN5CfCCKeC4txF3XQhtv4QlkfeF6D9c/MIFBNo8fPpjA/EwymcRL07QvhCiCk3BQAfQolqYd+JoMORBSXANLWwVpiEFE6zJY2AxSV3CguApmOoOHQ/N1gyUnYKOroHSng0tVwMpmUKYjO9PUtCWuKmvAB6x1FZRerBGy0txWQakFxhQ/XAxSJWpAISfc5PFZsqkNRhTHNkMHDFm7Q9OW6iw5UReqq9AFAzZnkemmfZac8OSsCk0wofgJtlkvLuuANxCY3sN/NwLTA/JZ8puNt/YTUOMrn+re5de4gDw4u8zIT4ABAFqkN9P/8mL8AAAAAElFTkSuQmCC) left top/100% 100% no-repeat;
}

.register-process .module-btn .m-btn {
    background: #FFD634;
    color: #ffd634;
}

/*报名流程结束*/

/*毕业待遇开始*/
.graduation {
    overflow: hidden;
    height: 624px;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: url("../img/enGuide/graduation-bg.png") top center/auto 100% no-repeat;
}

.graduation .item {
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 22px 36px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow: hidden;
}

.graduation .content {
    float: left;
    width: 762px;
}

.graduation .img {
    float: right;
}

.graduation img {
    width: 282px;
    height: 185px;
    display: block;
    margin-bottom: 15px;
}

.graduation img:last-of-type {
    margin-bottom: 0;
}

.graduation .content h3 {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    line-height: 100%;
    margin-bottom: 25px;
    margin-top: 52px;
}

.graduation .content p {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    text-align: justify;
    text-indent: 32px;
    letter-spacing: 1px;
}

.graduation  .gra-info ul {
  margin-top:30px ;
}
.graduation  .gra-info li {
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 25px;
}

.graduation  .gra-info li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: rgba(151, 17, 16, 1);
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: unset;
    position: relative;
    top: -2px;
}

/*毕业待遇结束*/


