@charset "UTF-8";
@import url(./public_01.css);
@import url(./footer.css);
@import url(./header.css);

.main{
    width: 100%;
    min-width: 1550px;
}
@media (max-width: 1919px) and (min-width: 768px){
    .main {
        zoom:80%;
    }
    @-ms-viewport { width: 1920px; }
}
@font-face {
    font-family: "my font1"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W9.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font2"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W10.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font3"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W15.ttf"); /* 引入本体字体文件 */
}
.maint_top{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    margin-top: 140px;
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-slide{
    height: initial !important;
} 
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.banner .swiper-pagination-bullet{
    width: 15px !important;
    height:2px !important;
}



/* 为什么要学习机器视觉技术 */
.why{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 0;
}
.why_top{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.why_top p{
    font-family: "my font2";
    width: 100%;
    font-size: 35px;
    color: #086DCF;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.why_top div{
    font-family: "my font1";
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.why_info{
    width: 100%;
    display: flex;
}
.why_info_left{
    font-family: "my font1";
    width:40%;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 45px;
    text-align: justify;
    padding-left: 17%;
    text-indent: 2em;
}
.why_info_right{
    width: 60%;
    display: flex;
    padding-left: 4%;
}
.why_info_right img{
    width: 100%;
}

/* 机器视觉市场规模快速增长且人才紧缺 */
.rcjq{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #EDF0F5;
    padding: 70px 0;
}
.rcjq_info{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.rcjq_left{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.rcjq_left p{
    font-family: "my font1";
    width: 100%;
    font-size:18px;
    color: #086DCF;
    margin: 0 0 15px 31px;
}
.rcjq_left img{
    width: 100%;
}
.rcjq_left span{
    font-family: "my font1";
    width: 100%;
    font-size:18px;
    color: #333;
    margin: 13px 0 10px 31px;
}

/* 近两年机器视觉平均薪资水平 */
.xzsp{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 70px 0;
}
.xzsp_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.xzsp_top p{
    font-family: "my font2";
    width: 100%;
    font-size: 35px;
    color: #086DCF;
    margin-bottom:15px;
    font-weight: 600;
    text-align: center;
}
.xzsp_top span{
    font-family: "my font1";
    font-weight: 600;
    font-size: 28px;
    color: rgb(191,13,35);
    text-align: center;
}
.xzsp_info{
    width: 100%;
    display: flex;
}
.xzsp_info img{
    width: 100%;
}

/* 能力要求 */
.nlyq_info{
    width: 70%;
    margin: 0 auto;
    display: flex;
}
.nlyq_info img{
    width: 100%;
}

.box01{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 70px 0;
}
.box01_item{
    width: 32%;
    height: 263px;
    display: flex;
    flex-direction: column;
    padding: 20px 12% 20px 20px;
    margin-right: 2%;
}
.box01_item:last-child{
    margin-right: 0;
}
.box01_item p{
    font-family: "my font2";
    font-size: 26px;
    color: #fff;
    margin-bottom: 9px;
    font-weight: 600;
}
.box01_item_text{
    font-family: "my font2";
    font-size: 18px;
    color: rgb(241, 237, 237);
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box01_img01{
    background: url(../images_01/jnpx_sx_icon01.png) no-repeat;
    background-size: 100% 100%;
}
.box01_img02{
    background: url(../images_01/jnpx_sx_icon02.png) no-repeat;
    background-size: 100% 100%;
}
.box01_img03{
    background: url(../images_01/jnpx_sx_icon03.png) no-repeat;
    background-size: 100% 100%;
}

/* 学习课程 */
.study{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #EDF0F5;
    padding: 70px 0;
}
.study_top{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.study_top p{
    font-family: "my font2";
    width: 100%;
    font-size: 35px;
    color: #086DCF;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.study_info{
    width: 70%;
    margin: 0 auto;
    display: flex;
}
.study_item{
    width: 25%;
    height: 447px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #33333312;
    cursor: pointer;
}
.study_item_top{
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: url(../images_01/jnpx_sx_img02.png) no-repeat;
    background-size: 100% 100%;
    font-family: "my font3";
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-left: 30px;
}
.study_item_top01{
    width: 100%;
    height: 72px;
    line-height: 72px;
    background-color: rgb(223,234,254);
    font-family: "my font3";
    font-size: 25px;
    color: #086DCF;
    font-weight: 600;
    padding-left: 30px;
}
.study_item_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 10px 20px;
}
.study_item_list span{
    font-family: "my font2";
    font-size: 23px;
    color: #086DCF;
    margin-bottom: 15px;
}
.study_item_ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.study_item_li{
    width: 100%;
    display: flex;
    font-family: "my font2";
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
}
.study_item_li img{
    width: 25px;
    height: 25px;
    margin-right: 12px;

}

.box02{
    width: 70%;
    margin: 0 auto;
    display: flex;
    padding: 70px 0;
}
.box02 img{
    width: 100%;
}

/* .教学保障 */
.jxbz{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #EDF0F5;
    padding: 70px 0;
}
.jxbz_info{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.jxbz_info_left{
    font-family: "my font1";
    width: 36%;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 39px;
    text-align: justify;
    text-indent: 2em;
}
.jxbz_info_right{
    width: 60%;
    display: flex;
}
.jxbz_info_right img{
    width: 100%;
}

/* 赶紧报名,让人生的齿轮快速转动 */
.SignUp{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../images_01/Sign_banner.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 70px 0;
}
.SignUp_top{
    font-family: "my font2";
    width: 100%;
    font-size: 35px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.SignUp_info{
    width: 28%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.3);
    padding: 18px 20px 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.SignUp_info_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.SignUp_info_top span:nth-child(1){
    font-family: "my font2";
    font-size: 27px;
    color: #fff;
    margin-bottom: 7px;
}
.SignUp_info_top span:nth-child(2){
    font-family: "my font1";
    font-size: 19px;
    color: #ffffffba;
}
.SignUp_info_text{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.SignUp_info_left{
    font-family: "my font2";
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
    white-space: nowrap;
}
.SignUp_info_right{
    display: flex;
    flex-direction: column;
}
.SignUp_info_right_li{
    display: flex;
    align-items: center;
    font-family: "my font2";
    font-size: 19px;
    color: #ffffffba;
    margin-bottom: 12px;
    cursor: pointer;
}
.SignUp_info_right_li div{
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 12px;
}
.SignUp_info_yuan{
    background-color: #086DCF !important;
}
.SignUp_info_input{
    width: 80%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
    margin-top: 22px;
    background: rgb(159,186,238);
}
.SignUp_info_input input{
    font-family: "my font2";
    font-size: 20px;
    color: #fff;
    width: 100%;
    background: rgb(159,186,238);
    height: 58px;
    line-height: 58px;
    outline: none;
    border: none;
    padding: 0 20px;
    border-radius: 10px;
}
.SignUp_info_input input::placeholder{
    font-family: "my font2";
    font-size: 19px;
    color: #fff;
}
.SignUp_info_btn{
    width: 50%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-family: "my font2";
    font-size: 28px;
    color: #086DCF;
    font-weight: 600;
    text-align: center;
    background: rgb(212,228,251);
    margin-top: 30px;
    border-radius: 10px
}
.SignUp_info_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}