h1,h2,h3,ul,li,p{
    margin: 0;
    padding: 0;
}



/*第一模块*/
.id-one_top{
    position: relative;
    /*max-height: 780px;*/
}
.id-one_top>img{
    max-width: 100%;
    /*max-height: 780px;*/
}
.id-one_but{
    position: absolute;
    left: 16.87%;
    top: 61.79%;
    box-sizing: border-box;
    width:180px;
    height:50px;
    background:linear-gradient(90deg,rgba(94,242,255,1) 0%,rgba(255,234,0,1) 96%);
    border-radius:4px;

    text-align: center;
    border: 0;
    font-size:24px;
    line-height:50px;
    font-weight:500;
    color:rgba(48,48,48,1);
}
.id-one_but:focus{
    outline: none;
}



/*第一模块——底部标题*/
.id-one_bot{
    height: 553px;
    background-color: rgba(255,255,255,1);
    position: relative;
}
.id-one_bot_box{
    position: relative;
    bottom: 120px;
    height:600px;
    background:rgba(255,255,255,1);
    box-shadow:0px 8px 29px 6px rgba(185,192,226,0.17);
}
.id-one_bot_h3{
    padding: 80px 0 0 66px;
}
.id-one_bot_h3>span{
    float: left;
    font-size:36px;
    line-height:36px;
    font-weight:bold;
    color:rgba(48,48,48,1);

}
.id-one_bot_h3>img{
    float: left;
    margin-right: 15px;
    max-width: 100%;
}

/*第一模块——底部内容*/
.id-one_bot_box_content{
    display: flex;
    margin: 90px 72px 0 65px;
    justify-content: space-between;
}
/*文字内容*/
.id-one_bot_p_list{
    width:45.85%;
    height:201px;
    font-size:18px;
    line-height:36px;
    font-weight:400;
    color:rgba(102,102,102,1);

}
.id-one_bot_p{
    text-indent: 2rem;
}
.id-one_bot_p>span{
    font-size: 36px;
    color: #666666;
}
/*第一部分 —— 轮播*/
.id-one_bot_swiper{
    width: 580px;

    position: relative;
}
/*轮播*/
.what{
    position: absolute;
    top: -122px;
    right: -49px;
}
.id-one_swiper-container{
    overflow: hidden;
}

.id-one_swiper-container .swiper-slide{
    display: flex;
    justify-content: space-between;

}
/*分页器*/
.id-one_swiper-container .swiper-pagination{
    position: absolute;
    bottom: -40px;
}
.id-one_swiper-container .swiper-pagination-bullet{
    background:#d2d2d2;
}

/*工业设计*/
.id-one_bot_title{
    text-transform: uppercase;
    position: relative;
    letter-spacing:8px;
    margin: 70px 0 0 66px;


    font-size:16px;
    font-weight:bold;
    color:rgba(198,198,198,1);
    line-height:16px;
    opacity:0.4;
}
.id-one_bot_title::after{
    content: '';
    position: absolute;
    width:160px;
    height:4px;
    background:rgba(56,140,255,1);
    opacity:0.15;
    bottom: -27px;
    left: 0;
}

/*背景*/
.id-one_bg{
    position: absolute;
    bottom: -69px;
    left: -49px;
}

/*第二模块*/
.id-tow{
    /*background: url("../img/bg2.png") no-repeat top left;*/
    height: 700px;
}
/*标题*/
.id-tow_box_title{
    padding: 52px 56px 32px;
}
.id-tow_box_title>img{
    max-width: 100%;
    float: left;
    margin-right: 15px;
}
.id-tow_box_title>div{
    float: left;
}
.id-tow_box_title>div h3{
    font-size:36px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:26px;
}
.id-tow_box_title>div p{
    font-size:18px;
    margin-top: 20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
/*列表*/
.id-tow_box_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.id-tow_box_list li{
    width:12.89%;
    height:140px;
    background:rgba(255,255,255,1);

    margin-top: 22px;
    position: relative;
}
.id-tow_box_list h3{
    font-size:85px;
    font-weight:bold;
    color:rgba(51,140,255,1);
    line-height:85px;
    opacity:0.1;
}
.id-tow_box_list p{
    width:91px;
    font-size:18px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
    text-align: center;
}

/*第三模块*/
.id-three{
    height: 814px;
}
.id-three_box{
    position: relative;
}
.bg-2{
    position: absolute;
    right: 14px;
    bottom: -60px;
}

/*标题*/
.id_box_title{
    padding: 57px 0 0 68px;
}

.id_box_title>img{
    max-width: 100%;
    float: left;
    margin-right: 15px;
}
.id_box_title>div{
    float: left;
}
.id_box_title>div h3{
    font-size:36px;
    font-weight:bold;
    color:rgba(48,48,48,1);
    line-height:28px;
}
.id_box_title>div p{
    font-size:18px;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-top: 18px;
    line-height:18px;
}
/*列表*/
.id-three_box_list{
    display: flex;
    justify-content: space-between;
    padding: 91px 51px 0 13%;
}
.id-three_box_list>li{
    z-index: 10;
    width:30.85%;
    height:520px;
    position: relative;
    transition: all 0.2s;
}
/*第三模块active*/
.id-three_active{
    transform: scale(1.125);
}
/*.id-three_box_list>li:hover{
    transform: scale(1.1);
}*/
/*ID设计助理*/
.assistant{
    /*background: url("../img/count-1-1.png") no-repeat;*/
    background-size: 100% 100%;
}
.assistant:hover{
    box-shadow: 0px 5px 10px 5px rgba(131,201,255,0.1);
}
.assistant .responsibilities{
    margin-top: 25px;
}
/*ID设计师*/
.designer{
    /*background: url("../img/count-2.png") no-repeat;*/
    background-size: 100% 100%;
}
.designer:hover{
    box-shadow: 0px 5px 10px 5px rgba(109,109,254,0.1);
}
.designer .responsibilities{
    margin-top: 5px;
}
.designer p{
    padding-right: 22px;
}
/*ID设计总监*/
.director{
    /*background: url("../img/count-3.png") no-repeat;*/
    background-size: 100% 100%;
}
.director:hover{
    box-shadow: 0px 5px 10px 5px rgba(255,213,149,0.1);
}
.director .responsibilities{
    margin-top: 5px;
}
.director p{
    padding:0 10px!important;
}
/*列表内容*/
.id-three_box_list>li>div{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 40px;
}
.id-three_box_list>li>div h3{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size:54px;
    font-weight:bold;
    color:rgba(86,180,255,0.1);
    line-height:69px;
}
.id-three_box_list>li>div>h3>span{
    width: 100%;
    font-size:30px;
    font-weight:bold;
    color:rgba(56,140,255,1);
    line-height:36px;

}
/*列表内容*/
.id-three_box_list>li>div>p{
    padding-left: 40px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:28px;
}


/*第四模块*/
.id-four{
    /*background: url("../img/bg3.png") no-repeat top left;*/
    background-size: 100% 100%;
    height: 2150px;
}
.id-four_swiper-container .swiper-slide{
    transition: all 0.2s;
}
.id-four_swiper-container .swiper-slide:hover{
    transform: translateY(-5px);
}

/*通用轮播盒子*/
.id-four_box_div{
    position: relative;
    margin-top: 50px;
    padding: 0 62px;
    height:600px;
    background:rgba(255,255,255,1);
}
/*标题*/
.no_num{
    position: absolute;
    top: 26px;
    right: 72px;
    font-size:68px;
    font-weight:400;
    color:rgba(56,140,255,1);
    line-height:63px;
    opacity:0.1;
}
.id-four_box_title{
    padding: 44px 0 35px;
}
.id-four_box_title>h3{
    display: inline-block;
    font-size:24px;
    font-weight:bold;
    color:rgba(48,48,48,1);
    line-height:24px;
}
.id-four_box_title>span{
    display: inline-block;
    margin-left: 16px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:14px;
}

/*轮播*/
.swiper-hidden{
    overflow: hidden;
}
.swiper-slide{
    width: 27.88%;
}

/*前进后退按钮*/
.swiper-button-next{
    right: 15px;
    width: 30px;
    height: 30px;
    background: url("../img/icon-2.png") no-repeat;
}
.swiper-button-next:hover{
    background: url("../img/icon-2(1).png") no-repeat;
}

.swiper-button-prev{
    left: 15px;
    width: 30px;
    height: 30px;
    background: url("../img/icon-1.png") no-repeat;
}
.swiper-button-prev:hover{
    background: url("../img/icon1-1.png") no-repeat;
}
/*轮播标题*/
.id-four_swiper_title{
    position: relative;
}
.id-four_swiper_title>img{
    max-width: 100%;
}
.id-four_swiper_title>h3{
    width: 100%;
    text-align: center;
    font-size:36px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:36px;
}
/*轮播列表内容*/
.id-four_swiper_content{
    position: relative;
    width: 100%;
    height:310px;
    padding: 35px 30px 25px;
    background:rgba(248,249,255,1);
}
.id-four_swiper_content>div{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.id-four_swiper_content p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:36px;

    /* -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; */
}
.id-four_swiper_content>button{
    position: absolute;
    font-size: 18px;
    width:160px;
    height:40px;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

/*第五模块*/
.id-five{
    height: 580px;

}
.id-five_box_content{
    position: relative;
}
.id-five_box_content>img{
    position: absolute;
    bottom: 120px;
    right: -50px;
}
/*列表*/
.id-five_box_list{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 0.7%;
    z-index: 10;
}

.id-five_box_list>li{
    width: 31.45%;
    height: 300px;
    float: left;
    margin-top: 87px;
    /*margin-right: 19px;*/
    transition: all 0.2s;
}
.id-five_box_list>li:last-child{
    margin-right: 0px;
}

.id-five_active{
    /*transform: scale(1.125);*/
    width: 35%!important;
    height: 350px!important;
    margin-top: 58px!important;
    box-shadow:0px 2px 24px 3px rgba(106,116,174,0.15);
}
.id-five_active>h3{
    background:rgba(0,87,255,1)!important;
}

.id-five_box_list>li>h3{
    width: 100%;
    height:80px;
    background:rgba(56,140,255,1);

    text-align: center;
    font-size:24px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:80px;
}
.id-five_box_list_div{
    width: 100%;
    background: white;
    height: 253px;
    padding-top: 40px;
}
.id-five_box_list_div>div{
    max-width: 350px;
    margin: 0 auto;
}
.id-five_box_list_div p{
    font-size:18px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:36px;
}

/*第六模块*/
.id-six{
    height: 665px;
    background: url("../img/bg4.png") no-repeat;
}

.if-six_box_list{
    margin: 55px auto 0;
    padding: 0 65px 0 33px;
    display: flex;
    justify-content: space-between;
}
.if-six_box_list>li{
    width:32.31%;
    /*height:435px;*/
    background:rgba(255,255,255,1);
}
.if-six_box_list>li>img{
    width: 100%;
}
.if-six_box_list>li>div{
    width: 100%;
    height: 85px;
    text-align: center;

    font-size:24px;
    font-weight:400;
    color:rgba(56,140,255,1);
    line-height:85px;
}

/*第七模块*/
.id-seven{
    height: 400px;
    /*background: url("../img/banner-1.png") no-repeat ;*/
    background-size: 100% 100%;
}
.id-seven_box>h3{
    font-size:6.25rem;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:100px;
    padding-top: 127px;
}
.id-seven_box>p{
    font-size:2.2rem;
    margin-top: 44px;
    text-indent: 6.25rem;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:35px;

}


/*第八模块*/
.id-eight{
    height: 754px;
}
.id-eight .id_box_title{
    padding-left: 0px;
}
.id-eight_ul>ul{
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.id-eight_ul>ul>li{
    width: 24%;
    /*height: 240px;*/
    margin-top: 19px;
}
.id-eight_ul>ul>li>img{
    width: 100%;
}
/**/
.id-eight_swiper-pagination{
    text-align: center;
    margin-top: 30px;
}
.id-eight_swiper-pagination>span{
    background: rgba(191,191,191,1);
}
.id-eight_swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(191,191,191,1);
}

/*第九模块*/
.id-nine{
    background: url("../img/bg6.png") no-repeat;
    height: 850px;
}

/**/
.id-nine_surface{
    width: 75%;
    height: 542px;
    margin: 48px auto 0;
    position: relative;
    /*background: url("../img/bg7.png") no-repeat;*/
}

.line-1{
    position: absolute;
    top: 42px;
    left: 111px;
}
/*坐标点*/
.id-nine_spot{
    padding: 0 18px;
    position: absolute;
    height:39px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 11px 2px rgba(10,94,176,0.28);
    border-radius:19px;

    font-size:20px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:39px;
}
.id-nine_spot::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/icon01.png") no-repeat;
}
/*设计助理*/
.id-nine_assistant{
    left: 58px;
    bottom: 84px;
}
.id-nine_assistant::after{
    top: 57px;
    left: 54px;
}
/*设计师*/
.id-nine_designer{
    bottom: 207px;
    left: 245px;
}
.id-nine_designer::after{
    top: 52px;
    right: 7px;
}
/*设计主管*/
.id-nine_supervisor{
    top: 167px;
    left: 442px;
}
.id-nine_supervisor::after{
    top: 53px;
    right: 24px;
}
/*产品经理*/
.id-nine_manager{
    top: 21px;
    left: 679px;
}
.id-nine_manager::after{
    top: 13px;
    right: 130px;
}
/*设计总监*/
.id-nine_director{
    top: 148px;
    left: 747px;
}
.id-nine_director::after{
    top: 5px;
    right: 130px;
}

/*CMF设计师*/
.id-nine_cmf{
    top: 224px;
    left: 703px;
}
.id-nine_cmf::after{
    top: 5px;
    right: 170px;
}

/*左侧列表*/
.id-nine_left{
    width: 94px;
    position: absolute;
    bottom: 0;
    left: -124px;
    height: 499px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.id-nine_left>li{
    width: 100%;
    font-size:22px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:22px;
}

/*底部列表*/
.id-nine_bot{
    display: flex;
    justify-content: space-between;

    position: absolute;
    left: 10%;
    bottom: -62px;
    width:80%;
    height:22px;
    font-size:22px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:22px;
}

/*第十模块*/
.id-ten{
    height: 448px;
}
.id-ten_ul{
    position: relative;
    margin-top: 57px;
    padding: 0 8.57%;
    display: flex;
    justify-content: space-around;
}
.id-ten_ul::after{
    content: '';
    position: absolute;
    top: 19px;
    width:80%;
    height:4px;
    background: rgba(56,140,255,1);
}
.id-ten_ul>li img{
    display: block;
    margin: 0 auto 33px;
    position: relative;
    z-index: 10;
}
.id-ten_ul_li_div{
    width:120px;
    height:130px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 11px 2px rgba(7,60,212,0.1);
    border-radius:10px;
}
.id-ten_ul_li_div>h3{
    font-size:49px;
    font-weight:bold;
    color:rgba(56,140,255,1);
    line-height:40px;
    text-align: center;
    padding-top: 11px;
}
.id-ten_ul_li_div>p{
    user-select: text;
    font-size:16px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:16px;
    margin-top: 16px;
    text-align: center;
}


/*第十一模块*/
.id-eleven{
    height: 1668px;
}
.id-eleven_student{
    padding-top: 14px;
}
/*导师*/
.id-eleven_tutor{
    margin-top: 65px;
}
/*学员列表*/
.id-eleven_student_ul,
.id-eleven_tutor_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 42px;
}
.id-eleven_student_ul img,
.id-eleven_tutor_ul img{
    max-width: 100%;
}

.id-eleven_student_ul>li,
.id-eleven_tutor_ul>li{
    width: 18.58%;
    /*margin-right: 20px;*/
    margin-top: 30px;
    transition: all 0.2s;
}
.id-eleven_student_ul>li:hover,
.id-eleven_tutor_ul>li:hover{
    transform: translateY(-5px);
}
/*导师*/
.id-eleven_tutor_ul>li{
    width: 23.9%;
}

.id-eleven_student_ul_div,
.id-eleven_tutor_ul_div{
    width:100%;
    /*height:80px;*/
    background:rgba(56,140,255,1);
    text-align: center;
}
.id-eleven_student_ul_div>h3,
.id-eleven_tutor_ul_div>h3{
    font-size:18px;
    line-height: 18px;
    padding: 17px 0 14px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
/*导师*/
.id-eleven_tutor_ul_div>h3{
    padding: 19px 0 18px;
    font-size: 24px;
    line-height: 24px;
}
.id-eleven_student_ul_div>p,
.id-eleven_tutor_ul_div>p{
    padding-bottom: 17px;
    font-size:14px;
    line-height: 14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
/*导师*/
.id-eleven_tutor_ul_div>p{
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 21px;
}

/*第十二模块*/
.id-twelve{
    height: 260px;
    position: relative;
    background-position: center center;
}
.id-twelve_btn{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width:180px;
    height:50px;
    background:rgba(255,224,55,1);
    border: 0;

    font-size:24px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:50px;
}
.id-twelve_btn:hover{
    background: #ffde00;
}
/*1400缩放*/
@media screen and (max-width:1400px) {
    html,body{
        font-size: 12px;
    }
}