
@charset "utf-8";
/*首页列表*/
.index_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px auto;
}

.index_list li{
    width: 248px;
    height: 281px;
    background: url("../images/index_listbg.png") no-repeat center center;
    background-size: 308px 341px;
    padding: 20px 17px;
}

.index_list li img{
    margin-left: 15px;
    margin-top: 29px;
    width: 86px;
    height: 86px;
}

.index_list li h4{
    font-size:22px;
    font-weight:500;
    color:rgba(74,74,74,1);
    line-height:29px;
    margin-left: 22px;
}

.index_list li h6{
    font-size:16px;
    font-weight:500;
    color:rgba(155,155,155,1);
    line-height:22px;
    margin-left: 22px;
}

.index_list li a{
    display: block;
    width: 146px;
    height: 48px;
    background: url("../images/button.png") no-repeat center center;
    background-size: 146px 48px;
    margin-top: 46px;
    margin-left: 22px;
    font-size:15px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:32px;
    letter-spacing:3px;
    text-align: center;
}
/*main*/
.main{
    min-height: 695px;
}
.main_title{
    margin-top: 18px;
    margin-bottom: 10px;
}
.main_title h4{
    float: left;
    font-size:25px;
    font-weight:400;
    color:rgba(44,39,135,1);
    line-height:27px;
    padding-left: 10px;
    border-left: 5px solid #3F4CDC;
    margin-top: 14px;
}

.main_title a{
    display: block;
    float: right;
    width: 174px;
    height: 88px;
}

.main_title a img{
    display: block;
    width: 174px;
    height: 88px;
}
/*介绍视频*/
.introduction_video_player{
    width: 1000px;
    height: 523px;
    margin: 10px auto 56px auto;
}
/*项目特色*/
.project_characteristics_list{
    width: 948px;
    margin: 0 auto;
    margin-top: 14px;
}

.project_characteristics_list li{
    margin-bottom: 35px;
    padding-left: 24px;
    position: relative;
}

.project_characteristics_list li p{
    font-size:16px;
    font-weight:400;
    /* color:rgba(83,81,131,1); */
    color: #000000;
    line-height:2;
    text-indent: 32px;
}

.project_characteristics_list li h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    padding-left: 32px;
    position: relative;
}

.project_characteristics_list li h4::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.project_characteristics_list li h6{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-indent: 32px;
}

.project_characteristics_list li img{
    max-width: 100%;
}

.text_left_border{
    padding-left: 24px;
    position: relative;
}

.text_left_border::before{
    content: '';
    position: absolute;
    top: 9.5px;
    left: 0;
    width: 5px;
    height: 19px;
    background: #3F4CDC;
}

/*教学团队*/
.teaching_team_text{
    width: 1190px;
    margin: 0 auto;
    margin-top: 39px;
    margin-bottom: 24px;
}

.teaching_team_text p{
    font-size:18px;
    font-weight:400;
    color:rgba(83,81,131,1);
    line-height:42px;
}

.teaching_team_text::before{
    top: 11.5px;
}

/*实验资料*/
.experimental_data_list{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.experimental_data_list li{
    width: 132px;
    margin-bottom: 40px;
    margin-right: 86px;
}

.experimental_data_list li:nth-child(7n){
    margin-right: 0;
}

.experimental_data_list li img{
    width: 128px;
    height: 112px;
    display: block;
    margin: 0 auto;
}

.experimental_data_list li p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:16px;
    font-weight:400;
    color:rgba(44,39,135,1);
    line-height:22px;
    margin-top: 19px;
}
/*实验步骤演示*/
.demonstration_of_experimental_steps_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.demonstration_of_experimental_steps_list li{
    width: 251px;
    margin-right: 34px;
}

.demonstration_of_experimental_steps_list li:nth-child(5n){
    margin-right: 0;
}

.demonstration_of_experimental_steps_list li .video_info{
    width: 251px;
    height: 195px;
    background:rgba(255,255,255,1);
    box-shadow:2px 20px 37px 0px rgba(41,26,204,0.1);
    border-radius:3px;
    overflow: hidden;
}

.demonstration_of_experimental_steps_list li .video_info .video_wrap{
    width: 220px;
    height: 126px;
    background: #34355B;
    margin: 16px auto;
    position: relative;
}

.demonstration_of_experimental_steps_list li .video_info .video_wrap img{
    width: 53px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.demonstration_of_experimental_steps_list li .video_info p{
    width: 220px;
    margin: 0 auto;
    font-size:16px;
    font-weight:400;
    color:rgba(44,39,135,1);
    line-height:22px;
    margin-bottom: 17px;
}

.demonstration_of_experimental_steps_list li > a{
    display: block;
    background: url("../images/anniu.png") no-repeat center center;
    background-size: 237px 68px;
    width: 237px;
    height: 68px;
    margin: 0 auto;
    margin-top: 21px;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:54px;
    text-align: center;
}
/*开始实验*/
.start_experiment_content{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.52);
}

.start_experiment_content .wrap{
    width: 1385px;
    height: 668px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius:8px;
    overflow: hidden;
}

.start_experiment_content .wrap .speed{
    float: left;
    width: 355px;
    margin-left: 55px;
    margin-top: 67px;
    text-align: center;
}

.start_experiment_content .wrap .speed .speed_box{
    width: 355px;
    height: 364px;
    position: relative;
}

.speed_box_bg{
    width: 355px;
    height: 355px;
}

.speed_current{
    position: absolute;
    top: 64px;
    left: 74px;
    transition: all .5s linear;
    transform: rotate(-120deg);
    /* transform-origin: right bottom; */
    width: 210px;
    height: 210px;
    border-radius: 50%;
}

.speed_num_list{
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
}

.speed_num_list span{
    font-size:8px;
    color:rgba(46,36,207,1);
    line-height:10px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

.speed_box_pointer{
    width: 9px;
    height: 92px;
    position: absolute;
    top: 12px;
    left: calc(50% - 4.5px);
}

.current_block{
    width:9px;
    height:9px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 9px 0px rgba(98,92,219,0.45);
    position: absolute;
    top: -3.5px;
    left: calc(50% - 4.5px);
    border-radius: 50%;
}

.speed_current_text{
    font-size:14px;
    font-weight:300;
    color:rgba(47,40,208,1);
    line-height:19px;
    position: absolute;
    top: 189px;
    left: 151px;
}

.speed_num{
    width:107px;
    height:35px;
    background:linear-gradient(270deg,rgba(219,216,255,1) 0%,rgba(255,255,255,1) 82%,rgba(255,255,255,1) 100%);
    border-radius:5px;
    border:1px solid rgba(173,167,255,1);
    font-size:11px;
    color:rgba(46,38,207,1);
    line-height:35px;
    text-align: center;
    position: absolute;
    top: 237px;
    left: 122px;
}

.speed_num span{
    font-size:23px;
    font-weight:500;
    color:rgba(46,38,207,1);
    line-height:35px;
}

.start_experiment_content .wrap .speed .speed_info{
    width: 211px;
    height: 41px;
    margin: 0 auto;
    margin-top: 22px;
    text-align: center;
}

.start_experiment_content .wrap .speed .speed_info p{
    font-size:16px;
    font-weight:400;
    color:rgba(108,106,182,1);
    line-height:22px;
}

.start_experiment_content .wrap .speed .speed_wait{
    font-size:37px;
    font-weight:500;
    color:rgba(108,106,182,1);
    line-height:66px;
    letter-spacing:1px;
    margin-top: 26px;
}

.start_experiment_content .wrap .info{
    float: left;
    width: 918px;
    margin-left: 57px;
}

.start_experiment_content .wrap .info h4{
    font-size:37px;
    font-weight:500;
    color:rgba(108,106,182,1);
    line-height:66px;
    letter-spacing:1px;
    margin-top: 85px;
}

.start_experiment_content .wrap .info .text p{
    font-size:18px;
    font-weight:400;
    color:rgba(108,106,182,1);
    line-height:37px;
    letter-spacing:1px;
}

.start_experiment_content .wrap .info a{
    display: block;
    width:220px;
    height:50px;
    background:linear-gradient(270deg,rgba(109,105,255,1) 0%,rgba(46,36,207,1) 100%);
    box-shadow:0px 6px 9px 0px rgba(109,105,255,0.31);
    border-radius:4px;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
    text-align: center;
    float: right;
    margin-right: 103px;
    margin-top: 5px;
}
/*共享情况*/
.sharing_situation_charts{
    width: 580px;
    height: 400px;
    float: left;
}

.sharing_situation_info{
    float: left;
    width: 710px;
    /* height: 144px; */
    margin-left: 150px;
}

.sharing_situation_info .banner{
    width: 100%;
    height: 144px;
    background:rgba(49,44,209,0.12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sharing_situation_info .banner img{
    width: 100%;
    height: auto;
}

.sharing_situation_info .text{
    width: 100%;
    margin-top: 51px;
}

.sharing_situation_info .text p{
    font-size:18px;
    font-weight:400;
    color:rgba(83,81,131,1);
    line-height:47px;
    position: relative;
    padding-left: 23px;
}

.sharing_situation_info .text p::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 22.5px;
    margin-top: -2.5px;
    width:5px;
    height:5px;
    background:rgba(63,76,220,1);
}
/*共享情况备份*/
.share_backup_main{
    position: relative;
}

.share_backup_main img{
    width: 100%;
}

.share_backup_footer{
    height: 168px;
}

.share_backup_footer p{
    font-size:16px;
    font-weight:500;
    color:rgba(148,146,200,1);
    line-height:39px;
    line-height: 168px;
}

.share_backup_process{
    width: 1302px;
    height: 12px;
    background:rgba(78,71,213,1);
    box-shadow:-4px 19px 30px 0px rgba(41,26,204,0.12),0px 0px 5px 0px rgba(43,30,205,1);
    border-radius:6px;
    position: absolute;
    top: 690px;
    left: 50%;
    transform: translate(-50%, 0);
}

.share_backup_process .current_active{
    width:0;
    height:6px;
    background:linear-gradient(360deg,rgba(191,186,255,1) 0%,rgba(217,215,242,1) 100%);
    box-shadow:5px 10px 30px 0px rgba(41,26,204,0.12);
    border-radius:3px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .5s linear;
}

.share_backup_process .current_active .tip{
    width: 65px;
    height: 36px;
    background: url("../images/backup_tip.png") no-repeat center center;
    background-size: 65px 36px;
    font-size:20px;
    font-weight:400;
    color:rgba(45,35,207,1);
    line-height:28px;
    text-align: center;
    position: absolute;
    right: -32.5px;
    top: -56px;
}

/*2019-08-15*/
.project_introduction{
    margin-bottom: 40px;
}

.project_introduction .title{
    text-align: center;
    margin-bottom: 20px;
}

.project_introduction .title h4{
    font-size: 22px;
}

.project_introduction .title h6{
    font-size: 16px;
}

.project_introduction .text p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-indent: 2em;
}

.steps_dplayer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.steps_video_player{
    width: 1000px;
    height: 523px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*2019-08-16*/
.teaching_team_list_wrap{
    position: relative;
}

.teaching_team_list{
    width: 1214px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teaching_team_list .swiper-slide{
    width: 270px;
    height: 340px;
    position: relative;
}

.teaching_team_list .swiper-slide > img{
    width: 220px;
    height: 340px;
    object-fit: contain;
}

.teaching_team_list .swiper-slide .info{
    width: 220px;
    height: 57px;
    position: absolute;
    bottom: 30px;
    left: 0;
    background:rgba(51,51,51,1);
}

.teaching_team_list .swiper-slide .info h4{
    font-size:18px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:25px;
    margin-left: 30px;
    margin-top: 6px;
}

.teaching_team_list .swiper-slide .info h6{
    font-size:14px;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:20px;
    margin-left: 30px;
    opacity: 0.6;
}

.teaching_team_list .swiper-slide .more{
    width: 220px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(63,76,220,1);
}

.teaching_team_list .swiper-slide .more span{
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:30px;
    float: right;
    margin-right: 20px;
}

.teaching_team_list_wrap .swiper-button-prev, .teaching_team_list_wrap .swiper-container-rtl .swiper-button-next{
    background-image: url("../images/slidebutton.png");
    left: 0;
    right: auto;
    width: 98px;
    height: 184px;
    margin-top: -92px;
    background-size: 98px 184px;
    opacity: 1;
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: initial;
}

.teaching_team_list_wrap .swiper-button-next, .teaching_team_list_wrap .swiper-container-rtl .swiper-button-prev{
    background-image: url("../images/slidebutton.png");
    right: 0;
    left: auto;
    width: 98px;
    height: 184px;
    margin-top: -92px;
    background-size: 98px 184px;
    opacity: 1;
    cursor: pointer;
    pointer-events: initial;
}

.teachimg_team_detail_wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
}

.teachimg_team_detail{
    width: 1385px;
    height: 670px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:rgba(255,255,255,1);
    border-radius:8px;
    overflow: hidden;
}

.teachimg_team_detail .top{
    padding: 60px 90px;
    height: 440px;
    overflow: hidden;
}

.teachimg_team_detail .top .left{
    float: left;
    width: 246px;
    height: 440px;
}

.teachimg_team_detail .top .left h2{
    font-size:17px;
    color:rgba(0,0,0,1);
    line-height:24px;
    letter-spacing:1px;
}

.teachimg_team_detail .top .left h2::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 24px;
    background:rgba(63,76,220,1);
    margin-right: 5px;
}

.teachimg_team_detail .top .left .info{
    margin-top: 50px;
    text-align: center;
}

.teachimg_team_detail .top .left .info img{
    width: 246px;
    max-height: 256px;
    object-fit: contain;
}

.teachimg_team_detail .top .left .info h4{
    font-size:25px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:36px;
    margin-top: 24px;
}

.teachimg_team_detail .top .left .info h6{
    font-size:18px;
    color:rgba(0,0,0,1);
    line-height:25px;
    letter-spacing:1px;
    margin-top: 4px;
}

.teachimg_team_detail .top .right{
    float: left;
    width: 913px;
    height: 446px;
    overflow-y: auto;
    margin-left: 46px;
}

.teachimg_team_detail .top .right p{
    font-size:17px;
    color:rgba(0,0,0,1);
    line-height:1.8;
    letter-spacing:1px;
    text-indent: 2em;
}

.teachimg_team_detail .close{
    display: block;
    width:220px;
    height:50px;
    background:linear-gradient(270deg,rgba(109,105,255,1) 0%,rgba(46,36,207,1) 100%);
    box-shadow:0px 6px 9px 0px rgba(109,105,255,0.31);
    border-radius:4px;
    font-size:20px;
    color:rgba(255,255,255,1);
    line-height:50px;
    text-align: center;
    margin-bottom: 60px;
    float: right;
    margin-right: 90px;
}


/*2019-08-27*/
.start_experiment_content .wrap .info h4{
    text-align: center;
}

.start_experiment_content .wrap .info .text p{
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.start_experiment_content .wrap .info .text p.tips{
    color: #7f7f7f;
}

.start_experiment_content .wrap .info .text p.tips a{
    color: #d9744e;
    display: inline;
    float: none;
    background: none;
    box-shadow: none;
    margin-right: 20px;
    font-weight: normal;
    font-size: 18px;
}

/*项目共享应用*/
.start_order_content{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.52);
}

.start_order_content .wrap{
    width: 1385px;
    height: 668px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius:8px;
    overflow: hidden;
}

.start_order_content .wrap .order{
    width: 1120px;
    height: 600px;
    margin: 34px auto;
}

.start_order_content .wrap .order h2{
    font-size: 24px;
}

.start_order_content .wrap .order ul{
    overflow: hidden;
    margin-top: 40px;
}

.start_order_content .wrap .order ul li{
    float: left;
    width: 140px;
    margin-right: 20px;
}

.start_order_content .wrap .order ul li h4{
    font-size: 18px;
}

.start_order_content .wrap .order ul li p{
    overflow: hidden;
}

.start_order_content .wrap .order ul li p span{
    display: block;
    margin: 20px auto;
    width: 138px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #000;
    cursor: pointer;
    color: #000;
}

.start_order_content .wrap .order ul li p span.noton{
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

.start_order_content .wrap .order ul li p span.on{
    border-color: #3F4CDC;
    color: #3F4CDC;
}

.start_order_content .wrap .order > a{
    display: block;
    margin: 20px auto;
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #3F4CDC;
    color: #ffffff;
}