header h2 {
    font-weight: bold !important;
}

.card {
    position: relative;
    width: 238px;
    height: 149px;
    background: #fff;
}
.card .content {
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
}
.card::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: -10px;
    left:  -10px;
    background: #c00;
}
/* banner start */
.banner {
    display: block;
    height: 547px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/banner.png") no-repeat center;
    background-size: auto 547px;
}
/* banner end */

/* service-time start */
.service-time {
    height: 152px;
    background: linear-gradient(270deg,rgba(0,0,0,1) 0%,rgba(37,13,2,1) 100%);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,1) 0%,rgba(37,13,2,1) 100%);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,1) 0%,rgba(37,13,2,1) 100%);
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,1) 0%,rgba(37,13,2,1) 100%);
}
.service-time li {
    float: left;
    width: calc(100% / 5);
    text-align: center;
}
.service-time li img {
    display: block;
    margin: auto;
    margin-top: 28px;
    height: 48px;
}
.service-time li p {
    margin-top: 18px;
    color: #fff;
    font-size: 14px;
}
/* service-time end */

/* why start */
.why {
    height: 553px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/bg6.png") no-repeat center;
}
.why .left,
.why .right {
    float: left;
    margin-top: 56px;
}
.why .left h2 {
    font-size: 60px;
    font-weight: bold !important;
    color: #c00;
}
.why .left h2 strong {
    color: #fff;
    font-size:30px;
}
.why .left .card {
    width: 298px;
    height: 255px;
}
.why button {
    display: block;
    margin: auto;
    margin-top: 26px;
    width:140px;
    height:34px;
    color: #fff;
    background:rgba(204,0,0,1);
    cursor: pointer;
    border-radius:17px;
}
.why .card.top::after {
    bottom: -10px;
    right: -10px;
    top: unset;
    left: unset;
}
.why .card p,
.why .card p strong {
    font-size: 16px;
}
.why .card p strong {
    color: #c00;
}

.why .right {
    float: right;
    margin-top: 150px;
    width: 820px;
    text-align: center;
    font-size: 0;
}
.why .right .card {
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}
.why .right .card:nth-child(4),
.why .right .card:nth-child(5) {
    width: 372px;
    height: 141px;
}
.why .right .center {
    margin-left: 110px;
}
/* why end */
/* position start */
.position {
    height: 682px;
    background: #F0F4FB;
}
.position header {
    margin-top: 59px;
    text-align: center;
}
.position header h2 {
    color: #c00;
    font-size: 42px;
}
.position header p {
    margin-top: 20px;
    color: #545454;
    font-size: 30px;

}
.position ul {
    margin-top: 52px;
    margin-bottom: 15px;
}
.position ul li {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
    width:228px;
    height:400px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #eee;
    background:rgba(255,255,255,1);
}
.position ul li img {
    width: 100%;
}
.position ul li:first-child {
    margin-left: 10px;
}
.position ul li p.name {
    position: absolute;
    padding-top: 30px;
    top: 0;
    width: 100%;
    height: 126.62px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    box-sizing: border-box;
    color: #fff;
}
.position ul li .header + p {
    margin: 14px 20px;
    font-size: 16px;
    text-align: left;
}

.position ul li:hover p.name {
    background: #c00;
}
.position ul li button:hover {
    background: #F91515;
}
.position ul li button {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    width:124px;
    height:30px;
    color: #fff;
    font-size: 14px;
    background:rgba(204,0,0,1);
    cursor: pointer;
    border-radius:4px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.position ul li p {
    color: #333;
}
.position ul li:hover {
    -webkit-box-shadow: 0 0 15px rgba(35,35,35,0.16);
    -moz-box-shadow: 0 0 15px 0 rgba(35,35,35,0.16);
    box-shadow: 0 0 15px 0 rgba(35,35,35,0.16);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
/* position end */

/* arrange start */
.arrange {
    position: relative;
    display: block;
    height: 774px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/bg.png");
    background-repeat: no-repeat repeat , no-repeat repeat;
    background-size: auto 774px;
}
.arrange img {
    height: 492px;
}

.arrange header {
    margin-top: 59px;
    color: #fff;
    text-align: center;
}
.arrange header h2 {
    color: #c00;
    font-size: 42px;
}
.arrange header p {
    color: #fff;
    font-size: 30px;
}

.arrange header p {
    margin-top: 22px;
    font-size: 30px;
}
.arrange .contronler {
    position: relative;
    z-index: 3;
}
.arrange .content {
    overflow: hidden;
}
.arrange .left,
.arrange .right {
    height: 500px;
}
.arrange .left {
    float: left;
    padding: 0 20px;
    width: 42%;
    box-sizing: border-box;
    background: #c00;
}
.arrange .right {
    float: left;
    padding-top: 20px;
    width: 58%;
    box-sizing: border-box;
    background: #fff;
}
.arrange .left h3,
.arrange .left p {
    color: #fff;
}
.arrange .left img {
    margin: auto;
    margin-top: 20px;
    width: 300px;
}
.arrange .left h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size:38px;
}
.arrange .left p {
    font-size: 20px;
}
.arrange .right {
    /*margin-top: 10px;*/
}
.arrange .right p {
    margin-top: 8px;
    line-height: 30px;
}
.arrange .right p strong {
    padding: 3px;
    color: #fff;
    font-size: 16px;
    background: #c00;
}
.arrange .right p span {
    color: #c00;
}
.arrange .right div {
    float: left;
    margin-left: 10px;
    width: 310px;
}
.arrange .right div:last-child {
    margin-left: 60px;
}
.arrange button {
    position: absolute;
    z-index: 3;
    bottom: 5px;
    width:232px;
    height:60px;
    color: #fff;
    font-size:18px;
    cursor: pointer;
    background:rgba(204,0,0,1);
}
.arrange .whyswiper {
    display: block;
    margin: 0 !important;
    margin-bottom: 24px !important;
    padding: 0;
    width: 232px;
    height: 84px;
    /*border: solid 1px #c00;*/
    border-radius: 0;
    opacity: 1;
    background: #fff;
}
.arrange .swiper-wrapper {
    margin-top: 30px;
    margin-left: 250px;
}
.arrange .swiper-pagination {
    position: absolute;
    top: 30px !important;
}
.arrange .whyswiper p {
    padding-top: 10px;
    font-size: 18px;
}
.arrange .whyswiper span {
    color: #000;
    font-size:14px;
}
.arrange .whyswiper.swiper-pagination-bullet-active {
    color: #fff;
    background: #c00;
}
.arrange .whyswiper.swiper-pagination-bullet-active strong,
.arrange .whyswiper.swiper-pagination-bullet-active p {
    color: #fff;
}
.arrange .whyswiper strong {
    color: #000;
    font-size:24px;
}
/* arrange end */

/* teacher start */
.teacher {
    height: 904px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/bg7.png") no-repeat center;
}
.teacher header {
    margin-top: 59px;
    text-align: center;
}
.teacher header h2 {
    color: #c00;
    font-size:42px;
}
.teacher header p {
    color: #545454;
    font-size:30px;
}
.teacher .content {
    position: relative;
    margin-top: 42px;
    height: 622px;
}
.teacher .content img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 264px;
    height: 352px;
}
.teacher .table {
    position: absolute;
    margin: auto;
    padding-top: 20px;
    padding-left: 200px;
    padding-right: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    width:1058px;
    height:622px;
    box-sizing: border-box;
    border:2px solid rgba(204,0,0,1);
}
.teacher .item3 p,
.teacher .item1 p {
    color: #333 !important;
    font-size:18px;
}
.teacher .item1 {
    margin-top: 40px;
}
.teacher .item2,
.teacher .item3 {
    margin-top: 30px;
}
.teacher .item3 p:first-child {
    margin-bottom: 10px;
    font-weight: bold !important;
}
.teacher .item2 p {
    color: #666;
}
.teacher .card {
    top: 50px;
    width: 284px;
    height: 522px;
}
.teacher .card div {
    position: relative;
    margin-left: 20px;
    padding: 10px;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
}
.teacher .card:after {
    top: -20px;
    left: -20px;
}
.teacher .table .name {
    color: #c00;
    font-size:35px;
    line-height: normal;
}
.teacher .table .sename {
    margin-bottom: 20px;
    color: #666;
    font-size: 26px;
    line-height: normal;
}
.teacher .table p {
    color: #666;
    line-height: 25px;
}

.teacher .card .name {
    margin-top: 10px;
    color: #000;
    font-size:30px;
}
.teacher .card p {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}
.teacher .card p strong {
    color: #c00;
}
/* teacher end */

/* tutor-regiment start */
.tutor-regiment {
    height: 833px;
    background: #F1F4FB;
}

.tutor-regiment header h2 {
    margin-top: 60px;
    font-size:42px;
    text-align: center;
    color: #c00;
}
.tutor-regiment header p {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
}

.tutor-regiment section {
    width:275px;
    height:575px;
    background: #fff;
}
.tutor-regiment section:hover {
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-box-shadow: 0 0 10px 0  rgba(0,0,16,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,16,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,16,0.1);
}
.tutor-regiment section h3,
.tutor-regiment section p {
    padding: 0 18px 0 15px;
}
.tutor-regiment section h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size:26px;
    border-left: solid 4px #c00;
}
.tutor-regiment section p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.tutor-regiment section p.jj {
    color: #666;
    font-size: 12px;
}
.tutor-regiment .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px;
    width: 50px;
    height: 50px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/left.png");
    background-size: 50px;
}
.tutor-regiment .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/right.png");
    background-size: 50px;
}
/* tutor-regiment end */

/* experiment-notes start */
.experiment-notes {
    height: 1197px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/bg4.png") no-repeat center;
}
.experiment-notes header h2,
.experiment-notes header p {
    color: #fff;
}
.experiment-notes header h2 {
    margin-top: 59px;
    font-size:42px;
    text-align: center;
}
.experiment-notes li {
    margin-top: 30px;
    padding: 20px 20px;
    border: solid 2px #fff;
    box-sizing: border-box;
}
.experiment-notes li p,
.experiment-notes li span {
    position: relative;
    z-index: 5;
    margin-top: 8px;
    color: #fff;
    font-size: 18px;
}
.experiment-notes li span {
    font-size: 20px;
}
.experiment-notes li p.bg {
    display: inline-block;
}
.experiment-notes li p.bg:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 14px;
    background: #c00;
}
.experiment-notes li.item:hover {
    border-color: #c00;
    background: #c00;
}
.experiment-notes table {
    width: 100%;
}
.experiment-notes table .icon {
    display: block;
    margin: 30px auto 20px auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.experiment-notes table .icon1 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes1_1.png") #fff no-repeat center;
}
.experiment-notes table .icon2 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes2_1.png") #fff no-repeat center;
}
.experiment-notes table .icon3 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes3_1.png") #fff no-repeat center;
}
.experiment-notes table .icon4 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes4_1.png") #fff no-repeat center;
}
.experiment-notes table .icon5 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes5_1.png") #fff no-repeat center;
}
.experiment-notes table p {
    font-size: 16px;
    text-align: center;
}
.experiment-notes table td:hover p {
    color: #c00;
}
.experiment-notes table td:hover .icon1 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes1_2.png") #c00 no-repeat center;
}
.experiment-notes table td:hover .icon2 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes2_2.png") #c00 no-repeat center;
}
.experiment-notes table td:hover .icon3 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes3_2.png") #c00 no-repeat center;
}
.experiment-notes table td:hover .icon4 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes4_2.png") #c00 no-repeat center;
}
.experiment-notes table td:hover .icon5 {
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/experiment-notes5_2.png") #c00 no-repeat center;
}

.experiment-notes button {
    display: block;
    margin: auto;
    margin-top: 50px;
    width:148px;
    height:38px;
    color: #fff;
    font-size:16px;
    border-radius: 4px;
    cursor: pointer;
    background: #c00;
}
    /* experiment-notes end */

/* highlights start */
.highlights {
    height: 950px;
    background: #F1F4FB;
}
.highlights header {
    margin-top: 57px;
    margin-bottom: 40px;
    text-align: center;
}
.highlights header h2 {
    color: #c00;
    font-size: 42px;
}
.highlights header p {
    margin-top: 10px;
    font-size: 30px;
}
.highlights .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px;
    width: 50px;
    height: 50px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/right_black.png");
    background-size: 50px;
}
.highlights .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/lefr_black.png");
    background-size: 50px;
}
/* highlights end */

/* case start */
.case {
    height: 978px;
    background: url("../../imgaes/hiyoucollege/equity_incentive_laboratory/bg3.png") no-repeat center;
}
.case header {
    padding-top: 59px;
    text-align: center;
}
.case header h2 {
    color: #c00;
    font-size:42px;
}
.case header p {
    margin-top: 10px;
    color: #545454;
    font-size:30px;
}
.case  {
    /*margin-top: 56px;*/
}
.case ul {
    margin-top: 26px;
    margin-left: -24px;
}

.case .content ul li {
    float: left;
    position: relative;
    width: 285px;
    height: 160px;
    overflow: hidden;
}
.case .content ul li img {
    width: 100%;
    height: 100%;
}
.case .content ul li p {
    color: #fff;
    text-align: center;
}
.case .content ul li .details,
.case .content ul li .border,
.case .content ul li .title {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.case .content ul {
    margin-left: -20px;
    overflow: hidden;
}
.case .content ul li {
    float: left;
    margin-left: 20px;
    margin-top: 24px;
}
.case .content ul li .details {
    position: absolute;
    top: 100px;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
}
.case .content ul li .border {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 245px;
    height: 120px;
    border: solid 1px #fff;
    opacity: 0;
}
.case .content ul li:hover .details {
    top: 0;
}
.case .content ul li:hover .border {
    opacity: 1;
}
.case .content ul li:hover .title {
    margin-top: 20px;
}
.case .content ul li .title {
    font-size: 20px;
    margin-bottom: 10px;
}
.case .content ul li .content {
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}
/* case end */


/* phone start */
.phonepop {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 100%;
    height:87px;
    background: rgba(3,5,6,.8);
}
.phonepop .name {
    font-weight: bold !important;
    font-size: 20px;
    color: #c00;
    line-height: 25px;
}

.phonepop .close {
    position: absolute;
    right: -100px;
    top: -20px;
    font-size: 18px;
    cursor: pointer;
}
.phonepop li {
    float: left;
    margin-right: 20px;
}
.phonepop li img {
    margin-right: 5px;
}
.phonepop p,
.phonepop li img {
    float: left;
}
.phonepop p {
    color: #fff;
}
.phonepop .table {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 532px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* phone end */


/* popu-lx start */


.popu-lx {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 410px;
}
.popu-lx .submit {
    height: auto;
    background: none;
}
.popu-lx .table h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 108px;
    line-height: 108px;
    color: #fff !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background: #c00;
}
.popu-lx .table div {
    margin-top: 108px;
}
.popu-lx .table button {
    margin-top: 30px;
}

/* popu-lx end */