﻿/**********banner图和产品介绍****************/
.program-detail>img {
    width: 810px;
    height: 270px;
    float: left;
    margin-right: 30px;
}

.program-detail-list {
    position: relative;
    height: 270px;
}

.program-detail-list>h2 {
    font-size: 20px;
    color: #717171;
    margin-bottom: 20px;
    word-break: break-all
}

.program-detail-list>p {
    font-size: 14px;
    color: #717171;
    margin-bottom: 15px;
}

.program-detail-list>p>img {
    margin-right: 12px;
}

.zixun-baoming {
    position: absolute;
    bottom: 0;
    right: 0;
}

.zixun-baoming span {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #1b3081;
    color: #fff;
    border-radius: 5px;
    margin-right: 30px;
    transition: all .3s;
    font-size: 14px;
}

.zixun-baoming span:hover {
    font-size: 16px;
    cursor: pointer;
}

/***************导航****************/
.nav {
    width: 100%;
    height: 40px;
    background: #474c5c;
    margin-top: 46px;
}

.nav-list li {
    width: 25%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #d8d8d8;
    text-align: center;
    font-weight: bold;
}

.nav-list li:hover {
    background: #1b3081;
    color: #fff;
}

/**********公共标题*************/
.program-common-title {
    margin-top: 40px;
}

.program-common-title>img {
    width: 30px;
    height: 56px;
}

.program-common-title>h2 {
    font-size: 0;
    margin: -5px 10px 0;
}

.program-common-title>h2 span {
    font-size: 34px;
    letter-spacing: 3px;
}

.program-common-title>h2 span:first-child {
    color: #0d3f98;
}

.program-common-title>h2 span:last-child {
    color: #f39800;
}

.service-team-title {
    font-size: 20px;
    color: #747474;
    text-align: center;
    margin-top: 10px;
}

.product-introduce {
    background-size: 1050px 100%;
    background-position: center;
    padding: 70px 0;
}

.product-introduce p {
    width: 910px;
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

/*****适合人群********/
.suitable {
    margin-top: 30px;
    position: relative;
}

.suitable p {
    word-break: break-all
}

// .suitable p{
//     font-size: 18px;
//     color: #0d3f98;
//     height: 108px;
//     width: 356px;
//     font-weight: bold;
//     position: absolute;
//     border-radius: 70px;
//     transition: all .5s;
//     top: 54px;
// }
// .suitable p span{
//     width: 253px;
//     text-align: center;
// }
// .suitable p:hover{
//     background: #f39800;
//     opacity: .7;
//     color: #fff;
// }
.suitable-one {
    left: 1px;
}

.suitable-two {
    left: 422px;
}

.suitable-three {
    right: -1px;
}

/**********服务团队**************/
/*.service-team {*/
/*    background: #f6f6f6;*/
/*    width: 100%;*/
/*    padding-top: 1px;*/
/*    margin-top: 70px;*/
/*    padding-bottom: 95px;*/
/*}*/

.service-team p, .project-character-detail p {
    word-break: break-all
}

.teacher-team-title>h2 {
    width: 280px;
    height: 58px;
    line-height: 58px;
    display: inline-block;
    background: #0d3f98;
    color: #fff;
    text-align: center;
}

.teacher-team-title {
    margin-top: 55px;
}

.teacher-team-title>span {
    vertical-align: bottom;
    color: #828282;
    font-size: 14px;
    display: inline-block;
    width: 915px;
    padding-left: 15px;
}

/***腾校招生官*****/
.teacher-contain {
    margin-top: 20px;
}

.teacher-left {
    width: 880px;
    height: 555px;
    background: #0d3f98;
    float: left;
    position: relative;
    padding-left: 95px;
    padding-top: 50px;
    display: none;
}

.teacher-left.cur {
    display: block;
}

.teacher-left:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 45px solid #002360;
    border-right: 45px solid transparent;
    position: absolute;
    right: -45px;
    top: 0;
}

.teacher-img {
    width: 183px;
    height: 183px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-right: 60px;
}

.teacher-details {
    color: #fff;
}

.teacher-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px
}

.teacher-position {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.teacher-intro {
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.yuyue {
    width: 176px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 10px;
    background: #f39800;
    font-size: 16px;
    transition: all .3s;
}

.yuyue:hover {
    font-size: 18px;
    cursor: pointer;
}

.teacher-right {
    width: 320px;
    margin-top: 45px;
    float: left;
    border-top: 1px solid #d2d2d2;
}

.teacher-right li {
    height: 120px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background: #fff;
    font-size: 18px;
    color: #646464;
}

.teacher-right li.active, .teacher-right li:hover {
    background: #0d3f98;
    color: #fff;
    cursor: pointer;
}

.teacher-right li b {
    width: 180px;
}

/**************美本TOP30外籍导师团队************/
.forign .teacher-team-title>h2,
.forign .teacher-left,
.forign .teacher-right li.active,
.forign .teacher-right li:hover {
    background: #f39800;
}

.forign .teacher-right li {
    height: 94px;
}

.forign .yuyue {
    background: #0d3f98;
}

/***************中方团队*******************/
.china .teacher-left {
    width: 810px;
    height: 700px;
    padding-left: 30px;
}

.china-teacher-img {
    height: 530px;
    float: left;
    margin-right: 40px;
    margin-top: 15px;
}

.china-teacher-details {
    float: left;
    width: 420px;
}

.china-teacher-right {
    float: left;
    width: 384px;
    margin-top: 45px;
    border-top: 1px solid #d2d2d2;
}

.china-teacher-right li {
    width: 50%;
    height: 210px;
    float: left;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    position: relative;
    overflow: hidden;
}

.china-teacher-right li:hover, .china-teacher-right li.active {
    background: #0d3f98;
    cursor: pointer;
}

.china-teacher-right li>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/************项目特色**********************/
.project-character-detail {
    margin-top: 20px;
    line-height: 35px;
}

/******领取方案*******/
.free-collection {
    overflow: hidden;
    margin-top: 50px;
}

.free-collection span {
    float: left;
    width: 290px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f39800;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    transition: all .3s;
}

.free-collection span:hover {
    cursor: pointer;
    font-size: 18px;
}

.free-collection span:nth-child(even) {
    background: #0d3f98
}

/*************选择新航道******************/
/*.choose {*/
/*    width: 100%;*/
/*    height: 420px;*/
/*    background: url(../image/choose.png) no-repeat;*/
/*    background-size: cover;*/
/*    margin-top: 55px;*/
/*    padding-top: 15px;*/
/*}*/

.choose-reason {
    position: relative;
    width: 1330px;
    margin: 55px auto;
}

.choose-reason>p {
    position: absolute;
    font-size: 14px;
    color: #fff;
}

.bg-yellow {
    background: #f39800;
}

.bg-blue {
    background: #0d3f98;
}

.choose-reason>h2 {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    background: #f39800;
    color: #fff;
    padding-top: 20px;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    top: 50px;
}

.choose-reason p b {
    padding: 12px 20px;
    margin-right: 10px;
    border-radius: 30px;
}

.choose-reason p img {
    margin-top: -6px;
    margin-right: 10px;
}

.r1 {
    top: 10px;
    left: 260px;
}

.r2 {
    top: 75px;
    left: 317px;
}

.r3 {
    top: 75px;
    right: 191px;

}

.r4 {
    top: 10px;
    right: 250px;
}

.r5 {
    top: 145px;
    left: 156px;
}

/*********获取用户联系电话************/
.customer-info {
    height: 102px;
    background: #474c5c;
}

.customer-info>div {
    margin-right: 15px;
    position: relative;
}

.customer-info b {
    color: #fff;
    font-size: 14px;
}

.customer-info input {
    height: 32px;
    outline: none;
    border: none;
    border-radius: 20px;
    padding: 0 32px;
    width: 200px;
    font-size: 12px;
}

.customer-info input[name=captcha] {
    padding-right: 104px;
}

#submit {
    height: 32px;
    width: 100px;
    border-radius: 16px;
    background: #e71f19;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
}

#submit:hover {
    font-size: 16px;
    cursor: pointer;
}

#captcha {
    width: 90px;
    height: 25px;
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer;
}

#yzm, #dumiao {
    position: absolute;
    top: 8px;
    right: 27px;
    font-size: 12px;
    cursor: pointer;
    color: #474c5c;
}

#dumiao {
    right: -15px
}