﻿@charset "utf-8";

.layout-auto {
    width: 1200px;
}

.t-container {
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC","微软雅黑","Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.t-banner {
    background: url("../images/banner.jpg") center top no-repeat;
    height: 610px;
}

.t-block1 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 50px 0 ;
}

.t-block1 p {
    line-height: 30px;
}

.t-block1 p:first-of-type {
    padding-top: 40px;
}

.t-blocklist-wrap {
    border-top: 4px solid #e4232d;
    margin-top: 100px;
}

.t-blocklist li {
    float: left;
    display: inline;
    position: relative;
    width: 300px;
}

.t-blocklist li strong {
    font-size: 28px;
    color: #e4232d;
    display: block;
    padding-top: 30px;
    text-align: left;
}

.t-blocklist li div {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

.t-blocklist li i {
    display: block;
    background: url("../images/icon-close.png") center top no-repeat;
    height: 22px;
    width: 22px;
    position: absolute;
    top: -12px;
    left: 0; 
}

.t-block2 {
    background-color: #e4232d;
    height: 260px;
    padding: 60px 0;
    background: url("../images/bg-chose.png") center bottom no-repeat #d82f34;
}

.t-block2-content dd {
    float: left;
    display: inline;
    padding-left: 150px;
}

.t-block2-content dt {
    float: left;
    padding-left: 65px;
    padding-top: 170px;
}

.t-block2-content dd div {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 70px;
    line-height: 45px;
}

.t-block2-content dt a {
    float: left;
    display: inline;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 148px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    margin-right: 40px;
    font-size: 16px;
    font-weight: bold;
}

.t-block3 {
    padding: 60px 0;
}

.t-block3 img {
    display: block;
    margin: 0 auto;
}

.t-block3-table {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.t-block3-table thead th {
    height: 60px;
    background-color: #111111;
    text-align: center;
    color: #d82f34;
    font-size: 26px;
    font-weight: bold;
}

.t-block3-table tbody td {
    padding: 40px 20px;
    font-size: 14px;
    color: #111111;
    line-height: 22px;
    width: 450px;
    background-color: #eeeeee;
}

.t-block3-table tbody tr td:nth-of-type(1)  {
    width: 300px;
    text-align: center;
}

.t-block3-table tbody tr:nth-of-type(even) td {
    background-color: #d8d8d8;
}

.t-block3-table tbody strong {
    font-size: 32px;
    color: #343434;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.t-block3-table tbody strong i {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 4px;
    border-top: 4px solid #d82f34;
}

.t-block4 {
    background: url("../images/bg-condition.jpg") center 0 no-repeat #0a0f10;
    height: 689px;
    border-bottom: 4px solid #d82f34;
    padding: 60px 0;
}

.t-block4 img {
    display: block;
    margin: 0 auto;
}

.t-block4__title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 40px;
}

.t-block4__item {
    position: relative;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
}

.t-block4__item strong {
    font-size: 26px;
    color: #d82f34;
}

.t-block4__item p {
    padding-top: 15px;
}

.t-block4__star {
    position: absolute;
    right: 0;
    top: 0;
}

.t-block4__star i {
    float: left;
    display: inline;
    width: 33px;
    height: 32px;
    background: url("../images/icon-star.png") 0 0 no-repeat;
    margin-left: 15px;
}

.t-block4__left {
    float: left;
    display: inline;
    width: 672px;
}

.t-block4__content {
    position: relative;
}

.t-block4__right {
    position: absolute;
    right: 0;
    top: 120px;
    width: 400px;
    height: 396px;
    text-align: center;
}

.t-block4__right strong {
    display: block;
    color: #fff;
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.t-block4__right span {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}

.t-block4__right a {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #2a60ea;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    margin-top: 5px;
}

.t-block5 {
    padding: 70px 0;
    padding-bottom: 30px;
}

.t-block5 > img {
    display: block;
    margin: 0 auto;
}

.t-block5__title {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-top: 40px;
    padding-bottom: 30px;
}

.t-subtitle {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-top: 40px;
    padding-bottom: 30px;
}

.t-subtitle a {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: #333333;
    font-size: 20px;
    padding-right: 30px;
    background: url("../images/icon-arrow.png") right center no-repeat;
}

.t-block6 {
    padding: 70px 0;
}

.t-block6 > img {
    display: block;
    margin: 0 auto;
}

.t-school-wrap {
    position: relative;
    overflow: hidden;
    height: 520px;
}

.t-schoollist {
    position: absolute;
    left: 0;
    top: 0;
}

.t-schoollist li {
    float: left;
    width: 270px;
    height: 440px;
    margin-top: 80px;
    margin-right: 40px;
}

.t-schoollist__pic {
    height: 200px;
    position: relative;
    background-color: #ccc;
}

.t-schoollist__total {
    position: absolute;
    right: 0;
    top: -25px;
    width: 96px;
    height: 55px;
    text-align: center;
    background: url("../images/bg-total.png") right center no-repeat;
    color: #e4232d;
    font-size: 14px;
    font-weight: bold;
    padding-top: 41px;
}

.t-schoollist__total strong {
    font-size: 18px;
}

.t-schoollist__title {
    padding-top: 20px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
}

.t-schoollist__title strong {
    font-size: 22px;
    display: block;
}

.t-schoollist__title span {
    font-size: 12px;
    color: #80c7b5;
}

.t-schoollist__desc {
    height: 100px;
    padding-top: 20px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

.t-schoollist__action {
    height: 36px;
}

.t-schoollist__action a {
    height: 36px;
    line-height: 36px;
    border: 1px solid #80c7b5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #80c7b5;
    width: 96px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    float: left;
    display: inline;
    margin-right: 20px;
}

.t-schoollist__action a:hover {
    background-color: #d82f34;
    color: #fff;
}

.t-block7 {
    background-color: #eaeaea;
    padding: 60px 0;
}

.t-block7 > img {
    display: block;
    margin: 0 auto;
}

.t-major {
    margin-top: 60px;
}

.t-major__item {
    float: left;
    display: inline;
}

.t-major__item dt {
    float: left;
    display: inline;
    width: 300px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.t-major__item dt img {
    width: 300px;
    height: 220px;
}

.t-major__item dt div {
    position: absolute;
    left: 95px;
    bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.t-major__item-current dt div {
    display: none;
}

.t-major__item dt div span {
    display: block;
    font-size: 14px;
    color: #d82f34;
    font-weight: normal;
}

.t-major__item dd {
    float: left;
    display: inline;
    width: 240px;
    height: 160px;
    display: none;
    overflow: hidden;
    position: relative;
    padding: 30px;
    background-color: #fff;
}

.t-major__item-current dd {
    display: block;
}

.t-major__title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.t-major__title span {
    display: block;
    font-size: 14px;
    color: #80c7b5;
    font-weight: normal;
}

.t-major__desc {
    font-size: 15px;
    line-height: 20px;
    padding-top: 12px;
    color: #000;
}

.t-major__item dd a {
    position: absolute;
    left: 154px;
    top: 30px;
    width: 88px;
    height: 33px;
    line-height: 32px;
    background-color: #80c7b5;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
}

.t-block8 {
    background-color: #ffffff;
    padding: 60px 0;
}

.t-block8 > img {
    display: block;
    margin: 0 auto;
}


.J_interview_c {
    padding-top: 40px;
    display: none;
}

.t-form {
    background: url("../images/bg-plan.png") center bottom no-repeat #d82f34;
    height: 200px;
}

.w-form__content {

    height: 200px;

}

.w-form__content h2 {
    color: #fff;
    font-size: 42px;
    padding-top: 30px;
    clear: both;
    float: left;
    width: 100%;
}

/*表单*/
.form-field {
    margin-top: 30px;
    margin-right: 30px;
}

.form-field  label {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    float: left;
    display: inline;
    padding-right: 15px;
}

.form-field  label em {
    font-style: normal;
    color: #e52f2f;
}


.form-field__input {
    width: 90px;
    height: 26px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    float: left;
    display: inline;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.form-field__select {
    position: relative;
    width: 100px;
    height: 26px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 14px;
    color: #fff;
    float: left;
    display: inline;
    overflow: hidden;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-field__select-school {
    width: 200px;
}

.form-field__select span {
    font-size: 14px;
    color: #000;
    height: 26px;
    line-height: 26px;
    display: block;
}

.form-field__select select {
    width: 100%;
    position: absolute;
    top:5px;
    left: 10px;
    opacity: 0;
    z-index: 2;

}

.form-field__select em {
    background: url("../images/arrow.png") 0 0 no-repeat;
    width: 17px;
    height: 8px;
    position: absolute;
    z-index: 1;
    right: 10px;
    top:50%;
    margin-top: -4px;
    background-size: contain;
}

.form-field__error .form-field__input,
.form-field__error  .form-field__select{
    border-color: #ff595c;
}

.form-field__submit {
    float: left;
    display: inline;
    width: 110px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 30px;
}

.form-field__submit:hover {
    background-color: #cc2d32;
    color: #fff;
}

.form-field__submit-forbid {
    background-color: #ccc;
    color: #fff;
}