/** CSS Reset **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
}

textarea,
input,
select {
    resize: none;
    outline: none;
    background: none;
    border: none;
}

button {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

input {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    font-size: 18px;
    line-height: 160%;
    font-family: "Microsoft YaHei";
    width: 100%;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile {
    display: none;
}

.m1000 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
/* banner */
.header {
    width: 100%;
    height: 590px;
    position: relative;
    background: url("../images/1_01.jpg") no-repeat center top;
}

.header .logo img {
    margin-top: 40px;
}

.header_t {
    position: absolute;
    top: 162px;
    left: 50%;
    margin-left: -422px;
}

/* banner end */

/* 导航栏开始 */
.nav {
    width: 100%;
    height: 110px;
    background: url("../images/1_02.jpg") no-repeat center top;
    z-index: 9999;
}

.nav .nav_small {
    float: left;
    width: 52px;
    height: 110px;
    color: white;
    padding-top: 30px;
    margin-left: 52px;
    box-sizing: border-box;
    text-align: center;
}

.nav_small:first-child {
    margin-left: 0px;
}

.nav .active_navbar {
    border-bottom: 4px solid #fff;
}

/* 导航栏结束 */

/* 英国本科留学优势 开始 */
.advantage {
    width: 100%;
    height: 420px;
    cursor: pointer;
}

.advantage .title {
    margin-top: 52px;
    text-align: center;
}

.advantage .content {
    margin-top: 40px;
    height: 194px;
}

.advantage .content .tab_change {
    width: 100%;
    height: 194px;
    border: 1px solid #3f00d9;
    box-sizing: border-box;
}

.advantage .advantage_tab {
    width: 100%;
    height: 72px;
}

.advantage .advantage_tab span {
    float: left;
    width: 20%;
    height: 72px;
    box-sizing: border-box;
    border-bottom: 1px solid #3f00d9;
    text-align: center;
    padding-top: 10px;
    background-image: linear-gradient(to right, #1b5ff0, #1dccfd);
    color: #fff;
    font-size: 17px;
}

.advantage .advantage_tab .tabactive2 {
    color: black;
    background-image: none;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
}

.advantage .advantage_content .small_content {
    box-sizing: border-box;
    padding: 24px 46px 0 46px;
    font-size: 18px;
    color: #666666;
}

.advantage .advantage_content>div {
    display: none;
}

.advantage .advantage_content .show_content {
    display: block;
}


/* 英国本科留学优势 结束 */

/* 申请条件 开始 */
.condition {
    width: 100%;
    height: 561px;
    cursor: pointer;
}

.condition .m1000 {
    width: 1020px;
}

.condition .title {
    text-align: center;
}

.condition .content {
    width: 100%;
    height: 290px;
    margin-top: 40px;
}

.condition .content>div {
    float: left;
}

.condition .detail {
    width: 334px;
    height: 315px;
    background: url("../images/59.png") no-repeat center top;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.condition .detail .detail_tit {
    margin-top: 38px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.condition .detail .detail_con {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    overflow-y: auto;
    height: 194px;
    color: #333333;
    line-height: 24px;
}

.condition .bottom_btn {
    text-align: center;
    margin-top: 46px;
}

.detail_con::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.detail_con::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #333333;
    background: #535353;

}

.detail_con::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}



/* 申请条件 结束 */
/* 时间规划 开始 */
.timePlan {
    height: 904px;
    width: 100%;
    background-color: #e8f3ff;
}

.timePlan .title {
    margin-top: 42px;
    text-align: center;
}

.timePlan .content {
    width: 1000px;
    height: 690px;
    margin-top: 27px;
    position: relative;
}

.timePlan .content_bgc {
    width: 100%;
    height: 684px;
    background-color: #fff;
    padding: 20px 16px 18px;
    box-sizing: border-box;
    overflow-y: auto;
}

.timePlan .content_bgc .one_box {
    width: 100%;
    height: 190px;
    border: 1px solid #29c5fb;
}

.timePlan .content_bgc .one_box .blue1 {
    height: 64px;
    background-image: linear-gradient(to right, #1b5ef0, #1dccfd);
    line-height: 64px;
    text-align: center;
}

.timePlan .content_bgc .blue1 span {
    font-size: 22px;
    color: #fff;
}

.timePlan .content_bgc .one_box .blue2 {
    height: 53px;
    background-color: #e8f9ff;
    line-height: 53px;
}

.timePlan .content_bgc .blue2 span {
    width: 25%;
    font-size: 22px;
    color: #3f00d9;
    display: inline-block;
    text-align: center;
}

.timePlan .content_bgc .one_box .blue3 {
    height: 72px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 10px;
}

.timePlan .content_bgc .blue3 span {
    float: left;
    height: 52px;
    line-height: 58px;
    width: 25%;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

/* 粉色 */
.timePlan .content_bgc .two_box {
    width: 100%;
    height: 284px;
    border: 1px solid #d8aaff;
    margin-top: 6px;
}

.timePlan .content_bgc .two_box .pink1 {
    height: 64px;
    background-image: linear-gradient(to right, #dd5dff, #a9a0ff);
    line-height: 64px;
    text-align: center;
}

.timePlan .content_bgc .pink1 span {
    font-size: 22px;
    color: #fff;
}

.timePlan .content_bgc .two_box .pink2 {
    height: 53px;
    background-color: #faf1ff;
    line-height: 53px;
}

.timePlan .content_bgc .pink2 span {
    width: 25%;
    font-size: 22px;
    color: #3f00d9;
    float: left;
    text-align: center;
}

.timePlan .content_bgc .two_box .pink3 {
    height: 56px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.timePlan .content_bgc .pink3 span {
    float: left;
    height: 56px;
    line-height: 56px;
    width: 25%;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

/* 绿色 */
.timePlan .content_bgc .three_box {
    width: 100%;
    height: 396px;
    border: 1px solid #65d7ac;
    margin-top: 6px;
}

.timePlan .content_bgc .three_box .green1 {
    height: 64px;
    background-image: linear-gradient(to right, #2dca82, #4fcebd);
    line-height: 64px;
    text-align: center;
}

.timePlan .content_bgc .green1 span {
    font-size: 22px;
    color: #fff;
}

.timePlan .content_bgc .three_box .green2 {
    height: 53px;
    background-color: #edfaf6;
    line-height: 53px;
}

.timePlan .content_bgc .green2 span {
    width: 25%;
    font-size: 22px;
    color: #3f00d9;
    float: left;
    text-align: center;
}

.timePlan .content_bgc .three_box .green3 {
    height: 56px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.timePlan .content_bgc .green3 span {
    float: left;
    height: 56px;
    line-height: 56px;
    width: 25%;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

/* 橙色 */
.timePlan .content_bgc .four_box {
    width: 100%;
    height: 300px;
    border: 1px solid #fa8d80;
    margin-top: 6px;
}

.timePlan .content_bgc .four_box .orange1 {
    height: 64px;
    background-image: linear-gradient(to right, #ff5e4d, #fc9385);
    line-height: 64px;
    text-align: center;
}

.timePlan .content_bgc .orange1 span {
    font-size: 22px;
    color: #fff;
}

.timePlan .content_bgc .four_box .orange2 {
    height: 53px;
    background-color: #faf1ff;
    line-height: 53px;
}

.timePlan .content_bgc .orange2 span {
    width: 25%;
    font-size: 22px;
    color: #3f00d9;
    float: left;
    text-align: center;
}

.timePlan .content_bgc .four_box .orange3 {
    height: 56px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.timePlan .content_bgc .orange3 span {
    float: left;
    height: 56px;
    line-height: 56px;
    width: 25%;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.timePlan .content_bgc .color_twoline {
    line-height: 28px !important;
}

.content_bgc::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.content_bgc::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #333333;
    background: #535353;

}

.content_bgc::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

/* 时间规划 结束 */
/* 费用梳理 开始 */
.cost {
    width: 100%;
    height: 570px;
    background-color: #e8f3ff;
}

.cost .title {
    text-align: center;
    margin-top: 56px;
}

.cost .content {
    height: 238px;
    margin-top: 36px;
}

.cost .content .left_pic {
    float: left;
}

.cost .content .right_pic {
    float: right;
}

.cost .bottom_btn {
    text-align: center;
    margin-top: 50px;
}

/* 费用梳理 结束 */
/* 留学早规划 开始 */
.early_planning {
    width: 100%;
    height: 1042px;
}

.early_planning .title {
    text-align: center;
    margin-top: 44px;
}

.early_planning .content {
    width: 100%;
    height: 732px;
}

.early_planning .content img {
    margin-top: 24px;
}

.early_planning .bottom_btn {
    text-align: center;
    margin-top: 24px;
}

/* 留学早规划 结束 */
/* 择校指南 开始 */
.choose_school {
    width: 100%;
    height: 2130px;
    background-color: #e8f3ff;
    cursor: pointer;
}

.choose_school .m1000 {
    width: 1006px;
}

.choose_school .title {
    text-align: center;
    margin-top: 50px;
}

.choose_school .content {
    margin-top: 42px;
    width: 100%;
    height: 1802px;
}

.choose_school .top_left {
    float: left;
    height: 532px;
}

.choose_school .content .left_pic {
    background: url("../images/28.png") no-repeat center top;
    width: 503px;
    height: 426px;
    box-sizing: border-box;
    padding: 0 18px;
    padding-top: 120px;
}

.choose_school .top_left ul {
    float: left;
    color: #666666;
}

.choose_school .top_left .left_top {
    width: 195px;
    text-align: center;
}

.choose_school .top_left .left_top li {
    height: 40px;
    line-height: 40px;
}

.choose_school .top_left .right_top {
    width: 272px;
    text-align: center;
}

.choose_school .top_left .right_top li {
    height: 40px;
    line-height: 40px;
}

.choose_school .top_left .bottom_btn {
    text-align: center;
    margin-top: 30px;
}

.choose_school .top_right {
    float: right;
    height: 532px;
}

.choose_school .content .right_pic {
    background: url("../images/29.png") no-repeat center top;
    width: 503px;
    height: 426px;
    box-sizing: border-box;
    padding: 0 38px;
    padding-top: 100px;
}

.choose_school .right_pic .change_btn {
    height: 64px;
}

.choose_school .right_pic .first {
    width: 120px;
    height: 48px;
    float: left;
    border: 1px solid #fe923d;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}

.choose_school .right_pic .second {
    width: 120px;
    height: 48px;
    float: left;
    border: 1px solid #fe923d;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    margin-left: 5px;
}

.choose_school .right_pic .third {
    width: 100px;
    height: 48px;
    float: left;
    border: 1px solid #fe923d;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    margin-left: 6px;
}

.choose_school .right_pic .fourth {
    width: 62px;
    height: 48px;
    float: left;
    border: 1px solid #fe923d;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    margin-left: 4px;
}

/* 商业与经济 */
.choose_school .change_first ul {
    float: left;
    margin-top: 58px;
    font-size: 16px;
}

.choose_school .change_first .left li {
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_first .middle li {
    width: 152px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_first .right li {
    width: 224px;
    height: 47px;
    line-height: 24px;
    text-align: center;
}

/* 临床和健康 */
.choose_school .change_second ul {
    float: left;
    margin-top: 58px;
    font-size: 16px;
}

.choose_school .change_second .left li {
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_second .middle li {
    width: 152px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_second .right li {
    width: 224px;
    height: 47px;
    line-height: 24px;
    text-align: center;
}

/* 生命科学 */
.choose_school .change_third ul {
    float: left;
    margin-top: 58px;
    font-size: 16px;
}

.choose_school .change_third .left li {
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_third .middle li {
    width: 152px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_third .right li {
    width: 224px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_third .right li:first-child {
    width: 224px;
    height: 47px;
    line-height: 24px;
    text-align: center;
}

/* 理学 */
.choose_school .change_fourth ul {
    float: left;
    margin-top: 58px;
    font-size: 16px;
}

.choose_school .change_fourth .left li {
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_fourth .middle li {
    width: 152px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.choose_school .change_fourth .right li {
    width: 224px;
    height: 47px;
    line-height: 24px;
    text-align: center;
}

.choose_school .top_right .bottom_btn {
    text-align: center;
    margin-top: 30px;
}

.choose_school .tabactive {
    background-image: linear-gradient(#fe8438, #fed75a);
}

.choose_school .allchange>div {
    display: none;
}

.choose_school .allchange .showtabcontent {
    display: block;
}

/* qs大学排名 */

.choose_school .middle_qs {
    width: 100%;
    height: 718px;
    float: left;
    box-sizing: border-box;
    padding-top: 44px;
}

.choose_school .middle_qs .qs_top {
    background: url("../images/32.png") no-repeat center top;
    width: 1002px;
    height: 524px;
    box-sizing: border-box;
    padding: 100px 12px 0 10px;
}

.choose_school .qs_top .qs_module {
    background: url("../images/34.png") no-repeat center top;
    width: 196px;
    height: 191px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

.choose_school .chName {
    font-size: 17px;
    color: #3f00d9;
    font-weight: 700;
    margin-top: 16px;
}

.choose_school .engName {
    font-size: 15px;
    color: #3f00d9;
}

.choose_school .engName2 {
    font-size: 15px;
    color: #3f00d9;
    line-height: 14px;
}

.choose_school .engName3 {
    font-size: 11px;
    color: #3f00d9;
    line-height: 14px;
}

.choose_school .greyFont1 {
    margin-top: 14px;
}

.choose_school .greyFont {
    color: #666666;
    font-size: 15px;
}

.choose_school .middle_qs .bottom_btn {
    text-align: center;
    margin-top: 36px;
}

/* qs专业排名 */
.choose_school .content .last_bottom {
    float: left;
    height: 680px;
    width: 100%;
    padding-top: 10px;
}

.choose_school .last_bottom .last_cont {
    background: url("../images/36.png") no-repeat center top;
    width: 1009px;
    height: 542px;
    box-sizing: border-box;
    padding-top: 72px;
    padding: 72px 15px 0 7px;
}

.choose_school .line_ul {
    float: left;
    height: 460px;
    width: 232px;
}

.choose_school .line_ul li {
    width: 100%;
    height: 77px;
    line-height: 77px;
    text-align: center;
    border-bottom: 1px solid #8195f5;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
}

.choose_school .line_ul li:last-child {
    border-bottom: none;
}

.choose_school .last_cont .ul_change {
    background-color: #fff;
    float: left;
    width: 754px;
    height: 462px;
    border-radius: 0px 8px 8px 0px;
    box-sizing: border-box;
    padding: 14px 0 0 48px;
}

.choose_school .ul_change .ulChange_bgc {
    background: url("../images/38.png") no-repeat center top;
    width: 661px;
    height: 365px;
    padding-top: 78px;
    box-sizing: border-box;
    float: left;
}

.choose_school .ul_change .ulChange_left {
    width: 160px;
    float: left;
}

.choose_school .ul_change .ulChange_bgc li {
    width: 160px;
    height: 72px;
    line-height: 84px;
    text-align: center;
}

.choose_school .ul_change .ulChange_middle {
    width: 322px;
    float: left;
}

.choose_school .ul_change .ulChange_middle li {
    width: 322px;
    height: 72px;
    line-height: 84px;
    text-align: center;
}

.choose_school .ul_change .ulChange_right {
    width: 160px;
    float: left;
}

.choose_school .ul_change .ulChange_right li {
    width: 160px;
    height: 72px;
    line-height: 84px;
    text-align: center;
}

.choose_school .last_bottom .bottom_btn {
    text-align: center;
    margin-top: 36px;
}

.choose_school .line_ul .tabactive1 {
    background-color: #fff;
    color: #3f00d9;
}

.choose_school .ul_change>div {
    display: none;
}

.choose_school .ul_change .showtabcontent {
    display: block;
}

/* 择校指南 结束 */
/* 录取捷报 开始 */
.item-2 .title {
    margin-top: 42px;
    text-align: center;
}

.item-2 .title .line1 {
    color: #666666;
    font-size: 18px;
    margin-top: 20px;
}

.item-2 .title .line2 {
    color: #666666;
    font-size: 18px;
}

.item-2 .title .line3 {
    color: #999999;
    font-size: 18px;
    margin-bottom: 24px;
}
.TOP_bgc {
    margin-top: 40px;
}
.item-2 .con {
    text-align: center;
}

.item-2 .swiper-container {
    padding-bottom: 50px;
}

.item-2 .con ul {
    overflow: hidden;
}

.item-2 .con ul li {
    width: 168px;
    height: 169px;
    background: url(../images/41.png) no-repeat center center;
    margin-right: 32px;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.item-2 .con ul li .first {
    color: #3f00d9;
    font-weight: 700;
    width: 96px;
    height: 32px;
    line-height: 32px;
    margin-top: 34px;
    margin-left: 38px;
}

.item-2 .con ul li:nth-child(5) {
    margin-right: 0px;
}

.item-2 .con ul li:nth-child(10) {
    margin-right: 0px;
}

.item-2 .con ul li p {
    color: #666666;
    margin-top: 10px;
}

.item-2 .con ul li .third {
    color: #3f00d9;
}

.item-2 .con ul li .second {
    margin-top: 10px;
    font-size: 18px;
    padding: 0 10px;
}

.item-2 .con ul li p span {
    color: #3f00d9;
    font-size: 30px;
    margin-top: 10px;
    margin-left: -2px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #999999;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 14px;
}

.item-2 .noun {
    float: left;
    color: #9f9f9f;
    font-size: 16px;
}

.item-2 .bottom_btn {
    margin-top: 28px;
    text-align: center;
}

/* 录取捷报 结束 */
/* 为什么 开始 */
.why {
    width: 100%;
    height: 694px;
}

.why .title {
    text-align: center;
    margin-top: 60px;
}

.why .carousel {
    margin-top: 44px;
    text-align: center;
}

.carousel .swiper-slide {
    background-position: center;
    background-size: cover;
    background: url('../images/52.png');
    width: 304px;
    height: 318px;
    padding: 0 30px;
    box-sizing: border-box;
}

.why .bottom_btn {
    text-align: center;
    margin-top: 46px;
}

.why .numbercard {
    width: 88px;
    height: 82px;
    display: block;
    float: left;
    margin-left: -30px;
}

.why .numbercard span {
    font-size: 74px;
    color: #fc9548;
    display: block;
    margin-top: 32px;
    margin-left: 6px;
}

.why .small_title {
    font-size: 20px;
    color: #3f00d9;
    float: left;
    margin-top: 40px;
    font-weight: 700;
    margin-left: 6px;
}

.why .explain {
    text-align: left;
    font-size: 16px;
    color: #333333;
    float: left;
    margin-top: 34px;
}

/* 为什么 结束 */
/* 老师团队 开始 */
.teacher {
    background-image: linear-gradient(to bottom, #ffffff, #e8f3ff);
    width: 100%;
    height: 640px;
}

.teacher .content {
    width: 100%;
    height: 582px;
    background-image: linear-gradient(to right, #1926e9, #1dc7fc);
    overflow: hidden;
}

.teacher .head_portrait {
    height: 126px;
    width: 960px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    cursor: pointer;
}

.teacher .head_portrait span {
    float: left;
    width: 90px;
    height: 90px;
    margin-left: 10px;
    margin-top: 16px;
}

.teacher .head_portrait span img {
    float: left;
    width: 90px;
    height: 90px;
}

.teacher .teacher_content>div {
    background: url(../images/61.png) no-repeat center center;
    width: 957px;
    height: 404px;
    margin: 0 auto;
    display: none;
    padding: 30px 42px 0px;
    box-sizing: border-box;
}

.teacher .teacher_content .teacher_name {
    font-size: 26px;
    color: #1926e9;
    font-weight: 700;
}

.teacher .teacher_content .producee {
    margin-left: 24px;
    color: #1926e9;
    font-size: 20px;
}

.teacher .teacher_content .teacher_producess {
    color: #666666;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    height: 112px;
    overflow-y: auto;
}

.teacher .teacher_content .work_word {
    color: #666666;
    font-size: 18px;
    margin-top: 26px;
}





.teacher .teacher_content .show_content {
    display: block;
}

.teacher .head_portrait .span_show {
    width: 126px;
    height: 126px;
    margin-top: 0px;
}

.teacher .head_portrait .span_show img {
    width: 126px;
    height: 126px;
}

/* 老师团队 结束 */
/* 链接 开始 */
.a_link {
    width: 100%;
    height: 382px;
    background-color: #e8f3ff;
    padding-top: 48px;
    box-sizing: border-box;
}

.a_link a {
    padding-bottom: 24px;
    padding-right: 12px;
    float: left;
    width: 241px;
    height: 128px;
}

.a_link a:nth-child(4) {
    padding-right: 0;
}

.a_link a:nth-child(8) {
    padding-right: 0;
}

/* 链接 结束 */
.gys_0112 {
    background: url(../images/1_03.jpg) no-repeat center center;
    width: 100%;
    height: 528px;
}

/*part*/
.page {
    padding: 30px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.page .title {
    margin-bottom: 40px;
    text-align: center;
}

.page .title img {
    margin: 0 auto;
    display: block;
}

/*tab*/
.tab_wrap {
    width: 100%;
}

.tab_wrap .tab {
    width: 1000px;
}

.tab_wrap .tab li {
    float: left;
    cursor: pointer;
    font-size: 30px;
    width: 33.3%;
    background: yellow;
}

.tab_wrap .tab li.active {
    background: red;
}

.tab_wrap .item_wrap {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.tab_wrap .item_wrap .item {
    position: absolute;
    left: -1000px;
    width: 1000px;
    overflow: hidden;
}

#reg form label {
    margin: 0px 0;
}

.form-wrap form label {
    border-radius: 40px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 45px;
    font-size: 0;
    border: 1px solid #d4d2f4;
    background: #2917c7;
}

.form-wrap form label {
    border-radius: 40px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 0;
    border: 1px solid #d4d2f4;
    background: #2917c7;
}

.form-wrap form label span {
    text-align: center;
    display: inline-block;
    width: 26%;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #2917c3;
    border-radius: 40px;
    background-image: linear-gradient(#ff8233, #ffd557);
}

.form-wrap .btn-wrap {
    border-radius: 40px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background-image: linear-gradient(#ff8233, #ffd557);
    font-size: 22px;
    font-weight: 700;
    color: #2917c3;
    margin-top: 20px;
}

.content_m {
    display: none;
}

.content_pc {
    display: block;
}

@media screen and (max-width:1000px) {
    body {
        font-size: 1.4rem;
        line-height: 140%;
        max-height: 999999px; 
    }
    .m1000 {
        width: 98%;
        margin: 0 auto;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .content_m {
        display: block;
    }

    .content_pc {
        display: none;
    }

    .page {
        padding: 2rem 2%;
    }

    /*banner*/
    .header {
        height: 460px;
        background: url("../images/images/1.png") no-repeat center top;
    }

    .header .m1000 {
        width: 100%;
    }

    .header_t {
        margin-left: -35%;
        width: 70%;
        top: 10rem;
    }

    .header_t img {
        width: 100%;
    }

    .header_b {
        margin-left: -20%;
        width: 40%;
        top: 26rem;
    }

    .header_b img {
        width: 100%;
    }

    /* 导航栏开始 */
    .nav {
        width: 100%;
        height: 90px;
        background: url("../images/1_02.jpg") no-repeat center top;
        z-index: 9999;
    }

    .nav .nav_small {
        float: left;
        width: 46px;
        height: 90px;
        color: white;
        padding-top: 15px;
        margin-left: 28px;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
    }

    .nav_small:first-child {
        margin-left: 10px;
    }

    .nav .active_navbar {
        border-bottom: 4px solid #fff;
    }

    /* 导航栏结束 */
    /* 英国本科留学优势 开始 */
    .advantage {
        width: 100%;
        height: 584px;
        cursor: pointer;
    }

    .advantage .title {
        margin-top: 52px;
        text-align: center;
    }

    .advantage .content {
        margin-top: 40px;
        height: 370px;
    }

    .advantage .content .tab_change {
        width: 90%;
        height: 370px;
        border: 1px solid #3f00d9;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .advantage .advantage_tab {
        width: 168px;
        height: 370px;
        float: left;
    }

    .advantage .advantage_tab span {
        float: left;
        width: 168px;
        height: 20%;
        box-sizing: border-box;
        border-bottom: 2px solid #fff;
        text-align: center;
        padding-top: 10px;
        background-image: linear-gradient(to right, #1b5ff0, #1dccfd);
        color: #fff;
        font-size: 17px;
    }

    .advantage .advantage_tab .tabactive2 {
        color: black;
        background-image: none;
        background-color: #fff;
        border-right: 1px solid #d1d1d1;
        border-bottom: 1px solid #3f00d9;

    }

    .advantage .advantage_content {
        float: left;
        width: 470px;
        height: 370px;
    }

    .advantage .advantage_content .small_content {
        box-sizing: border-box;
        padding: 24px 46px 0 46px;
        font-size: 18px;
        color: #666666;
    }

    .advantage .advantage_content>div {
        display: none;
    }

    .advantage .advantage_content .show_content {
        display: block;
    }

    /* 英国本科留学优势 结束 */
    /* 申请条件 开始 */
    .condition {
        width: 100%;
        height: 906px;
    }

    .condition .m1000 {
        width: 98%;
    }

    .condition .title {
        text-align: center;
    }

    .condition .content {
        width: 100%;
        height: 636px;
        margin-top: 40px;

    }

    .condition .content>div {
        float: none;
        margin-top: 20px;
    }

    .condition .detail {
        margin: 0 auto;
        width: 683px;
        height: 196px;
        background: url("../images/images/22.png") no-repeat center top;
        text-align: center;
        overflow: hidden;
        padding: 0 20px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .condition .detail .detail_tit {
        margin-top: 15px;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
    }

    .condition .detail .detail_con {
        font-size: 18px;
        text-align: left;
        margin-top: 20px;
        overflow-y: hidden;
        height: 120px;
        color: #333333;
        line-height: 24px;
    }

    .condition .bottom_btn {
        text-align: center;
        margin-top: 46px;
    }

    /* 申请条件 结束 */
    /* 时间规划 开始 */
    .timePlan {
        height: 756px;
        width: 100%;
        background-color: #e8f3ff;
    }

    .timePlan .title {
        margin-top: 42px;
        text-align: center;
    }

    .timePlan .content {
        width: 680px;
        height: 608px;
        margin: 0 auto;
        margin-top: 27px;
        position: relative;
    }

    .timePlan .content_bgc {
        width: 100%;
        height: 684px;
        background-color: #fff;
        padding: 20px 16px 18px;
        box-sizing: border-box;
        overflow-y: auto;
    }

    .timePlan .content_bgc .one_box {
        width: 100%;
        height: 190px;
        border: 1px solid #29c5fb;
    }

    .timePlan .content_bgc .one_box .blue1 {
        height: 64px;
        background-image: linear-gradient(to right, #1b5ef0, #1dccfd);
        line-height: 64px;
        text-align: center;
    }

    .timePlan .content_bgc .blue1 span {
        font-size: 22px;
        color: #fff;
    }

    .timePlan .content_bgc .one_box .blue2 {
        height: 53px;
        background-color: #e8f9ff;
        line-height: 53px;
    }

    .timePlan .content_bgc .blue2 span {
        width: 32%;
        font-size: 22px;
        color: #3f00d9;
        display: inline-block;
        text-align: center;
    }

    .timePlan .content_bgc .one_box .blue3 {
        height: 72px;
        background-color: #ffffff;
        box-sizing: border-box;
        padding-top: 10px;
    }

    .timePlan .content_bgc .blue3 span {
        float: left;
        height: 52px;
        line-height: 58px;
        width: 33%;
        font-size: 16px;
        color: #666666;
        text-align: center;
    }

    /* 粉色 */
    .timePlan .content_bgc .two_box {
        width: 100%;
        height: 392px;
        border: 1px solid #d8aaff;
        margin-top: 6px;
    }

    .timePlan .content_bgc .two_box .pink1 {
        height: 64px;
        background-image: linear-gradient(to right, #dd5dff, #a9a0ff);
        line-height: 64px;
        text-align: center;
    }

    .timePlan .content_bgc .pink1 span {
        font-size: 22px;
        color: #fff;
    }

    .timePlan .content_bgc .two_box .pink2 {
        height: 53px;
        background-color: #faf1ff;
        line-height: 53px;
    }

    .timePlan .content_bgc .pink2 span {
        width: 32%;
        font-size: 22px;
        color: #3f00d9;
        float: left;
        text-align: center;
    }

    .timePlan .content_bgc .two_box .pink3 {
        height: 56px;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .timePlan .content_bgc .pink3 span {
        float: left;
        height: 56px;
        line-height: 56px;
        width: 33%;
        font-size: 16px;
        color: #666666;
        text-align: center;
    }

    /* 绿色 */
    .timePlan .content_bgc .three_box {
        width: 100%;
        height: 508px;
        border: 1px solid #65d7ac;
        margin-top: 6px;
    }

    .timePlan .content_bgc .three_box .green1 {
        height: 64px;
        background-image: linear-gradient(to right, #2dca82, #4fcebd);
        line-height: 64px;
        text-align: center;
    }

    .timePlan .content_bgc .green1 span {
        font-size: 22px;
        color: #fff;
    }

    .timePlan .content_bgc .three_box .green2 {
        height: 53px;
        background-color: #edfaf6;
        line-height: 53px;
    }

    .timePlan .content_bgc .green2 span {
        width: 32%;
        font-size: 22px;
        color: #3f00d9;
        float: left;
        text-align: center;
    }

    .timePlan .content_bgc .three_box .green3 {
        height: 56px;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .timePlan .content_bgc .green3 span {
        float: left;
        height: 56px;
        line-height: 56px;
        width: 33%;
        font-size: 16px;
        color: #666666;
        text-align: center;
    }

    /* 橙色 */
    .timePlan .content_bgc .four_box {
        width: 100%;
        height: 580px;
        border: 1px solid #fa8d80;
        margin-top: 6px;
    }

    .timePlan .content_bgc .four_box .orange1 {
        height: 64px;
        background-image: linear-gradient(to right, #ff5e4d, #fc9385);
        line-height: 64px;
        text-align: center;
    }

    .timePlan .content_bgc .orange1 span {
        font-size: 22px;
        color: #fff;
    }

    .timePlan .content_bgc .four_box .orange2 {
        height: 53px;
        background-color: #faf1ff;
        line-height: 53px;
    }

    .timePlan .content_bgc .orange2 span {
        width: 32%;
        font-size: 22px;
        color: #3f00d9;
        float: left;
        text-align: center;
    }

    .timePlan .content_bgc .four_box .orange3 {
        height: 98px;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .timePlan .content_bgc .orange3 span {
        float: left;
        height: 98px;
        line-height: 98px;
        width: 33%;
        font-size: 16px;
        color: #666666;
        text-align: center;
    }

    .timePlan .content_bgc .color_twoline {
        line-height: 28px !important;
    }

    /* 时间规划 结束 */
    /* 费用梳理 开始 */
    .cost {
        width: 100%;
        height: 760px;
        background-color: #e8f3ff;
    }

    .cost .title {
        text-align: center;
        margin-top: 56px;
    }

    .cost .content {
        height: 438px;
        margin-top: 36px;
    }

    .cost .content_m {
        text-align: center;
    }

    .cost .content .left_pic {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .cost .content .right_pic {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }

    .cost .bottom_btn {
        text-align: center;
        margin-top: 50px;
    }

    /* 费用梳理 结束 */
    /* 留学早规划 开始 */
    .early_planning {
        width: 100%;
        height: 1010px;
    }

    .early_planning .m1000 {
        width: 100%;
    }

    .early_planning .title {
        text-align: center;
        margin-top: 44px;
    }

    .early_planning .content {
        width: 100%;
        height: 732px;
    }

    .early_planning .content img {
        margin-top: 24px;
    }

    .early_planning .bottom_btn {
        text-align: center;
        margin-top: 24px;
    }

    /* 留学早规划 结束 */
    /* 择校指南 开始 */
    .choose_school {
        width: 100%;
        height: 2580px;
        background-color: #e8f3ff;
        cursor: pointer;
    }

    .choose_school .m1000 {
        width: 98%;
        margin: 0 auto;
    }

    .choose_school .title {
        text-align: center;
        margin-top: 50px;
    }

    .choose_school .content {
        margin-top: 42px;
        width: 100%;
        height: 1802px;
    }

    .choose_school .top_left {
        float: none;
        height: 468px;
        margin: 0 auto;
    }

    .choose_school .content .left_pic {
        background: url("../images/images/7.png") no-repeat center top;
        width: 682px;
        height: 317px;
        margin: 0 auto;
    }

    .choose_school .top_right {
        float: none;
        margin: 0 auto;
        height: 532px;
    }

    .choose_school .content .right_pic {
        background: url("../images/images/8.png") no-repeat center top;
        width: 682px;
        height: 413px;
        box-sizing: border-box;
        padding: 0 0 0 64px;
        padding-top: 100px;
        margin: 0 auto;
    }

    .choose_school .right_pic .change_btn {
        height: 64px;
    }

    .choose_school .right_pic .first {
        width: 138px;
        height: 48px;
        float: left;
        border: 1px solid #fe923d;
        border-radius: 10px;
        font-size: 18px;
        text-align: center;
        line-height: 48px;
    }

    .choose_school .right_pic .second {
        width: 138px;
        height: 48px;
        float: left;
        border: 1px solid #fe923d;
        border-radius: 10px;
        font-size: 18px;
        text-align: center;
        line-height: 48px;
        margin-left: 26px;
    }

    .choose_school .right_pic .third {
        width: 110px;
        height: 48px;
        float: left;
        border: 1px solid #fe923d;
        border-radius: 10px;
        font-size: 18px;
        text-align: center;
        line-height: 48px;
        margin-left: 26px;
    }

    .choose_school .right_pic .fourth {
        width: 82px;
        height: 48px;
        float: left;
        border: 1px solid #fe923d;
        border-radius: 10px;
        font-size: 18px;
        text-align: center;
        line-height: 48px;
        margin-left: 26px;
    }

    /* 商业与经济 */
    .choose_school .change_first ul {
        float: left;
        margin-top: 58px;
        font-size: 16px;
    }

    .choose_school .change_first .left li {
        width: 100px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_first .middle li {
        width: 158px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_first .right li {
        width: 334px;
        height: 47px;
        line-height: 24px;
        text-align: center;
    }

    /* 临床和健康 */
    .choose_school .change_second ul {
        float: left;
        margin-top: 58px;
        font-size: 16px;
    }

    .choose_school .change_second .left li {
        width: 100px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_second .middle li {
        width: 158px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_second .right li {
        width: 334px;
        height: 47px;
        line-height: 24px;
        text-align: center;
    }

    /* 生命科学 */
    .choose_school .change_third ul {
        float: left;
        margin-top: 58px;
        font-size: 16px;
    }

    .choose_school .change_third .left li {
        width: 100px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_third .middle li {
        width: 158px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_third .right li {
        width: 334px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_third .right li:first-child {
        width: 334px;
        height: 47px;
        line-height: 24px;
        text-align: center;
    }

    /* 理学 */
    .choose_school .change_fourth ul {
        float: left;
        margin-top: 58px;
        font-size: 16px;
    }

    .choose_school .change_fourth .left li {
        width: 100px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_fourth .middle li {
        width: 158px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    .choose_school .change_fourth .right li {
        width: 334px;
        height: 47px;
        line-height: 24px;
        text-align: center;
    }

    .choose_school .top_right .bottom_btn {
        text-align: center;
        margin-top: 30px;
    }

    .choose_school .tabactive {
        background-image: linear-gradient(#fe8438, #fed75a);
    }

    .choose_school .allchange>div {
        display: none;
    }

    .choose_school .allchange .showtabcontent {
        display: block;
    }

    /* qs大学排名 */

    .choose_school .middle_qs {
        width: 100%;
        height: 718px;
        float: left;
        box-sizing: border-box;
        padding-top: 44px;
    }

    .choose_school .middle_qs .qs_top {
        background: url("../images/images/9.png") no-repeat center top;
        width: 675px;
        height: 543px;
        box-sizing: border-box;
        padding: 100px 0px 0 10px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 auto;
    }

    .choose_school .mobile_need {
        width: 1090px;

    }

    .choose_school .qs_top .qs_module {
        background: url("../images/34.png") no-repeat center top;
        width: 196px;
        height: 191px;
        text-align: center;
        overflow: hidden;
        float: left;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .choose_school .chName {
        font-size: 17px;
        color: #3f00d9;
        font-weight: 700;
        margin-top: 16px;
    }

    .choose_school .engName {
        font-size: 15px;
        color: #3f00d9;
    }

    .choose_school .engName2 {
        font-size: 15px;
        color: #3f00d9;
        line-height: 14px;
    }

    .choose_school .engName3 {
        font-size: 11px;
        color: #3f00d9;
        line-height: 14px;
    }

    .choose_school .greyFont1 {
        margin-top: 14px;
    }

    .choose_school .greyFont {
        color: #666666;
        font-size: 15px;
    }

    .choose_school .middle_qs .bottom_btn {
        text-align: center;
        margin-top: 36px;
    }

    /* qs专业排名 */
    .choose_school .content .last_bottom {
        float: left;
        height: 680px;
        width: 100%;
        padding-top: 10px;
    }

    .choose_school .last_bottom .last_cont {
        background: url("../images/images/10.png") no-repeat center top;
        width: 711px;
        height: 542px;
        box-sizing: border-box;
        padding-top: 72px;
        padding: 72px 15px 0 7px;
        margin: 0 auto;
    }

    .choose_school .line_ul {
        float: left;
        height: 460px;
        width: 216px;
    }

    .choose_school .line_ul li {
        width: 100%;
        height: 77px;
        line-height: 77px;
        text-align: center;
        border-bottom: 1px solid #8195f5;
        color: #fff;
        font-weight: 700;
        box-sizing: border-box;
        font-size: 20px;
    }

    .choose_school .line_ul li:last-child {
        border-bottom: none;
    }

    .choose_school .last_cont .ul_change {
        background-color: #fff;
        float: left;
        width: 472px;
        height: 462px;
        border-radius: 0px 8px 8px 0px;
        box-sizing: border-box;
        padding: 14px 0 0 10px;
    }

    .choose_school .ul_change .ulChange_bgc {
        background: url("../images/images/11.png") no-repeat center top;
        width: 454px;
        height: 364px;
        padding-top: 78px;
        box-sizing: border-box;
        float: left;
    }

    .choose_school .ul_change .ulChange_left {
        width: 86px;
        float: left;
    }

    .choose_school .ul_change .ulChange_bgc li {
        width: 86px;
        height: 72px;
        line-height: 84px;
        text-align: center;
    }

    .choose_school .ul_change .ulChange_middle {
        width: 246px;
        float: left;
    }

    .choose_school .ul_change .ulChange_middle li {
        width: 246px;
        height: 72px;
        line-height: 84px;
        text-align: center;
    }

    .choose_school .ul_change .ulChange_middle .mobile_changeneed {
        padding-top: 6px;
        line-height: 32px;
        box-sizing: border-box;
    }

    .choose_school .ul_change .ulChange_right {
        width: 110px;
        float: left;
    }

    .choose_school .ul_change .ulChange_right li {
        width: 110px;
        height: 72px;
        line-height: 84px;
        text-align: center;
    }

    .choose_school .ul_change .ulChange_right .mobile_changeneed {
        padding-top: 6px;
        line-height: 32px;
        box-sizing: border-box;
    }

    .choose_school .last_bottom .bottom_btn {
        text-align: center;
        margin-top: 36px;
    }

    .choose_school .line_ul .tabactive1 {
        background-color: #fff;
        color: #3f00d9;
    }

    .choose_school .ul_change>div {
        display: none;
    }

    .choose_school .ul_change .showtabcontent {
        display: block;
    }

    /* 择校指南 结束 */
    /* 录取捷报 开始 */
    .item-2 .title {
        margin-top: 42px;
        text-align: center;
    }

    .item-2 .m1000 {
        width: 79%;
        text-align: center;
    }

    .item-2 .title .line1 {
        color: #666666;
        font-size: 18px;
        margin-top: 20px;
    }

    .item-2 .title .line2 {
        color: #666666;
        font-size: 18px;
    }

    .item-2 .title .line3 {
        color: #999999;
        font-size: 18px;
        margin-bottom: 24px;
    }

    .item-2 .con {
        text-align: center;
    }

    .item-2 .swiper-container {
        padding-bottom: 20px;
    }

    .item-2 .con ul {
        overflow: hidden;
    }

    .item-2 .con ul li {
        width: 169px;
        height: 168px;
        background: url(../images/images/12.png) no-repeat center center;
        margin-right: 40px;
        float: left;
        margin-bottom: 20px;
        text-align: center;
    }

    .item-2 .con ul li .first {
        color: #3f00d9;
        font-weight: 700;
        width: 96px;
        height: 32px;
        line-height: 32px;
        margin-top: 34px;
        margin-left: 38px;
    }

    .item-2 .con ul li:nth-child(3) {
        margin-right: 0px;
    }

    .item-2 .con ul li:nth-child(6) {
        margin-right: 0px;
    }

    .item-2 .con ul li:nth-child(5) {
        margin-right: 40px;
    }

    .item-2 .con ul li:nth-child(10) {
        margin-right: 40px;
    }

    .item-2 .con ul li p {
        color: #666666;
        margin-top: 10px;
    }

    .item-2 .con ul li .third {
        color: #3f00d9;
    }

    .item-2 .con ul li .second {
        margin-top: 10px;
        font-size: 18px;
        padding: 0 10px;
    }

    .item-2 .con ul li p span {
        color: #3f00d9;
        font-size: 30px;
        margin-top: 10px;
        margin-left: -2px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #999999;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #333333;
        border-radius: 14px;
    }

    .item-2 .noun {
        float: left;
        color: #9f9f9f;
        font-size: 16px;
        text-align: left;
    }

    .item-2 .bottom_btn {
        margin-top: 38px;
        text-align: center;
    }

    /* 录取捷报 结束 */
    /* 为什么 开始 */
    .why {
        width: 100%;
        height: 658px;
    }

    .why .title {
        text-align: center;
        margin-top: 60px;
    }

    .why .carousel {
        margin-top: 44px;
        text-align: center;
    }

    .carousel .swiper-slide {
        background-position: center;
        background-size: cover;
        background: url('../images/52.png');
        width: 304px;
        height: 318px;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .why .bottom_btn {
        text-align: center;
        margin-top: 30px;
    }

    .why .numbercard {
        width: 88px;
        height: 82px;
        display: block;
        float: left;
        margin-left: -24px;
    }

    .why .numbercard span {
        font-size: 74px;
        color: #fc9548;
        display: block;
        margin-top: 32px;
        margin-left: 6px;
    }

    .why .small_title {
        font-size: 20px;
        color: #3f00d9;
        float: left;
        margin-top: 40px;
        font-weight: 700;
        margin-left: 6px;
        width: 182px;
    }

    .why .explain {
        text-align: left;
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 34px;
    }

    /* 为什么 结束 */
    /* 老师团队 开始 */
    .teacher {
        background-image: linear-gradient(to bottom, #ffffff, #e8f3ff);
        width: 100%;
        height: 694px;
    }

    .teacher .content {
        width: 96%;
        height: 640px;
        background-image: linear-gradient(to right, #1926e9, #1dc7fc);
        overflow: hidden;
        margin: 0 auto;
    }

    .teacher .head_portrait {
        height: 178px;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        text-align: none;
        cursor: pointer;
        position: relative;
    }

    .teacher .head_portrait span {
        position: absolute;
        float: none;
        width: 80px;
        height: 80px;
        margin-left: 10px;
        margin-top: 16px;
    }
    .teacher .head_portrait .mobile_1 {
        top: 0px;
        left: 24px;
    }
    .teacher .head_portrait .mobile_2 {
        top: 0px;
        left: 180px;
    }
    .teacher .head_portrait .mobile_3 {
        top: 0px;
        left: 314px;
    }
    .teacher .head_portrait .mobile_4 {
        top: 0px;
        left: 456px;
    }
    .teacher .head_portrait .mobile_5 {
        top: 0px;
        left: 598px;
    }
    .teacher .head_portrait .mobile_6 {
        top: 90px;
        left: 108px;
    }
    .teacher .head_portrait .mobile_7 {
        top: 90px;
        left: 248px;
    }
    .teacher .head_portrait .mobile_8 {
        top: 90px;
        left: 386px;
    }
    .teacher .head_portrait .mobile_9 {
        top: 90px;
        left: 528px;
    }

    .teacher .head_portrait span img {
        float: left;
        width: 80px;
        height: 80px;
    }

    .teacher .teacher_content>div {
        background: url(../images/images/23.png) no-repeat center center;
        width: 693px;
        height: 420px;
        margin: 0 auto;
        margin-top: 24px;
        display: none;
        padding: 30px 42px 0px;
        box-sizing: border-box;
    }

    .teacher .teacher_content .teacher_name {
        font-size: 26px;
        color: #1926e9;
        font-weight: 700;
    }

    .teacher .teacher_content .producee {
        margin-left: 24px;
        color: #1926e9;
        font-size: 20px;
    }

    .teacher .teacher_content .teacher_producess {
        color: #666666;
        font-size: 18px;
        margin-top: 10px;
        width: 100%;
        height: 112px;
        overflow-y: auto;
    }

    .teacher .teacher_content .work_word {
        color: #666666;
        font-size: 18px;
        margin-top: 46px;
        height: 168px;
        overflow-y: auto;
        max-height: 99999px;
    }





    .teacher .teacher_content .show_content {
        display: block;
    }

    .teacher .head_portrait .span_show {
        width: 126px;
        height: 126px;
        margin-top: 0px;
        margin-left: -23px;
    }

    .teacher .head_portrait .span_show img {
        width: 126px;
        height: 126px;
    }

    /* 老师团队 结束 */
    /* 链接 开始 */
    .a_link {
        width: 100%;
        height: 792px;
        background-color: #e8f3ff;
        padding-top: 48px;
        box-sizing: border-box;
    }

    .a_link .m1000 {
        width: 83%;
    }

    .a_link a {
        padding-bottom: 24px;
        padding-right: 12px;
        float: left;
        width: 299px;
        height: 158px;
    }

    .a_link a:nth-child(4) {
        padding-right: 0;
    }

    .a_link a:nth-child(8) {
        padding-right: 0;
    }

    /* 链接 结束 */
    .reg_mobile form {
        width: 74%;
        margin: 0 auto;
    }
}