* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
ul{ 
    margin:0; 
    padding:0; 
    list-style-type:none;
 } 
input,textarea{
    border: none;
    outline: none;
}


li {
    font-style: none;
    list-style: none;
    text-decoration: none;
}

html {
    font-family: hyqh;
    font-size: 13.333333vw;
    overflow-x: hidden;
    margin:0; 
    padding:0; 
}


.main{
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
}
.maint_top{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.banner .swiper-pagination-bullet{
    width:0.15rem !important;
    height:0.02rem !important;
}


.box01{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #EEF1F7;
    padding: 0.6rem 0;
}
.box01_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom:0.40rem;
}
.box01_top p{
    font-family: "my font2";
    width: 100%;
    font-size: 0.35rem;
    color: #086DD0;
    font-weight: 600;
    text-align: center;
}
.box01_info{
    width:90%;
    margin: 0 auto;
    display: flex;
}
.box01_info img{
    width: 100%;
    cursor: pointer;
}

/* 我们的优势 */
.box02{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.6rem 0 0 0;  
}
.box02_info{
    width:90%;
    margin: 0 auto;
    display: flex; 
}
.box02_info img{
    width: 100%;
    cursor: pointer;
}

/* 专注于智能制造相关专业 */
.box03{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #EEF1F7;
    padding: 0.6rem 0 0.3rem 0;
}
.box03_info{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box03_info .box03_item{
    width: 48%;
    height: 3.26rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.35rem 0.13rem;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0.22rem 0.02rem #c4d1e4;
    border-radius: 0.2rem;
    margin-bottom: 0.3rem;
}
.box03_img01{
    background: url(../images/zn_img01.jpg) no-repeat;
    background-size: cover;
}
.box03_img02{
    background: url(../images/zn_img02.jpg) no-repeat;
    background-size: cover;
}
.box03_img03{
    background: url(../images/zn_img03.jpg) no-repeat;
    background-size: cover;
}
.box03_img04{
    background: url(../images/zn_img04.jpg) no-repeat;
    background-size: cover;
}
.box03_item p{
    font-family: "my font2";
    font-size: 0.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.15rem;
}
.box03_item span{
    font-family: "my font2";
    font-size: 0.23rem;
    font-weight: 400;
    color: #333;
    opacity: 0.8;
    line-height: 0.35rem;
    text-align: center;
}
.box03_item img{
    width: 0.9rem;
    margin-top: 0.3rem;
}
/* “工控帮在线”服务平台陪伴职业技能人才成长 */
.box04{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.6rem 0 0 0;
}
.box04_top{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.40rem;
}
.box04_top p{
    font-family: "my font2";
    width: 100%;
    font-size: 0.35rem;
    color: #086DD0;
    margin-bottom: 0.15rem;
    font-weight: 600;
    text-align: center;
    margin-bottom:0.20rem;
}
.box04_top span{
    font-family: "my font2";
    width: 100%;
    font-size:0.22rem;
    color: rgb(90, 88, 88);
    text-align: center;
}
.box04_info{
    width:90%;
    margin: 0 auto;
    display: flex; 
}
.box04_info img{
    width: 100%;
}

/* 合作企业 */
.box05{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #EEF1F7;
    padding: 0.6rem 0 0.3rem 0;
}
.box05_info{
    width:90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box05_info img{
    width: 22%;
    /* height: 122.9rem; */
    display: flex;
    cursor: pointer;
    box-shadow: 0 0 0.06rem 0.01rem #0a45ad40;
    margin-right: 4%;
    margin-bottom: 0.25rem;
    object-fit: cover;
    border-radius: 0.10rem;
}
.box05_info img:nth-child(4n){
    margin-right: 0;
}

/* 合作院校 */
.box06{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.6rem 0;
}
.box06_info{
    width:90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box06_info img{
    width: 15%;
    /* height: 172.25rem; */
    display: flex;
    cursor: pointer;
    box-shadow: 0 0 0.06rem 0.01rem #0a45ad40;
    margin-right: 2%;
    margin-bottom: 0.22rem;
    object-fit: cover;
    border-radius: 0.10rem;
}
.box06_info img:nth-child(6n){
    margin-right: 0;
}

/* 底部 */

.gk_footer{
    width: 100%;
    background-color: #0E327A;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.gk_footer .nav_up{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gk_footer .nav_up a{
    display: inline-block;
    width: 48%;
    text-align: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gk_footer .nav_up a img{
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.gk_footer .nav_up a span{
    font-size:12px;
    vertical-align: middle;
    color: white;
}
.gk_footer .foot_nav{
    width: 100%;
    position: relative;
}
.gk_footer .foot_nav ul{
    width:100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 8px;
    background-color: white;
    margin: 0;
}
.gk_footer .foot_nav ul li{
    width: 25%;
    text-align: center;
    display: inline-block;
}
.gk_footer .foot_nav ul li a span{
    color: #515151;
    font-size: 14px;
    display: block;
}
.gk_footer .foot_nav ul li a span.active{
    color: #0E327A;
}
.gk_footer .foot_nav ul li a p{
    margin-bottom: 3px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.gk_footer .foot_nav ul li:nth-child(1) a p{
    width: 100%;
    height: 20px;
    background-image: url("../images/foot_icon1.png");
    background-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
.gk_footer .foot_nav ul li:nth-child(2) a p{
    width: 100%;
    height: 20px;
    background-image: url("../images/foot_icon2.png");
    background-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
.gk_footer .foot_nav ul li:nth-child(3) a p{
    width: 100%;
    height: 20px;
    background-image: url("../images/foot_icon3.png");
    background-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
.gk_footer .foot_nav ul li:nth-child(4) a p{
    width: 100%;
    height: 20px;
    background-image: url("../images/foot_icon4.png");
    background-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
.gk_footer .foot_nav ul li:nth-child(5) a p{
    width: 100%;
    height: 20px;
    background-image: url("../images/foot_icon5.png");
    background-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
.gk_footer .foot_nav ul li a:visited p{
    background-position: center bottom;
}

.gk_footer .foot_nav ul li .sec_nav{
    position: absolute;
    width:130px;
    text-align: center;
    background-color: white;
    right: 50px;
    top:-125px;
    z-index: 999;
    display: none;
    border-radius: 3px;
}
.gk_footer .foot_nav ul li .sec_nav a{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    box-sizing: border-box;
    padding: 14px;
    font-size: 14px;
}