.page-apply{}
.page-apply .apply-block{padding:120px 0;}
.page-apply .apply-desc-box{}
.page-apply .apply-desc-box .desc-title{font-size:40px;margin-bottom:30px;}
.page-apply .apply-desc-box .desc-content{font-size:20px;color:#333;line-height:30px;width:100%;max-width:1140px;}

.page-apply .apply-course-box{}
.page-apply .apply-course-box .course-list{margin-top:60px;}
.page-apply .apply-course-box .course-list-in{margin:-15px;}
.page-apply .apply-course-box .course-list .course-item{width:20%;text-align: center;padding:15px;}
.page-apply .apply-course-box .course-list .course-item-in{background:#fafafa;border-radius:16px;padding:39px 0;}
.page-apply .apply-course-box .course-list .course-item-in:hover{color:var(--primary-color);}
.page-apply .apply-course-box .course-list .course-item .item-icon{width:100%;}
.page-apply .apply-course-box .course-list .course-item .item-icon i{font-size:40px;}
.page-apply .apply-course-box .course-list .course-item .item-txt{font-size:20px;line-height:30px;width:100%;padding:0 8px;box-sizing: border-box;}

/* 联系我们样式 */
.page-apply .apply-contact-block{padding:300px 0 150px 0;background:url("../img/apply/apply-contact-bg.jpg") no-repeat center center;}
.page-apply .apply-contact-block .contact-content{display: flex;}
.page-apply .apply-contact-block .contact-left{margin-right:240px;font-size:40px;color:#fff;}
.page-apply .apply-contact-block .contact-right{flex:1;background:rgba(255,255,255,.8);border-radius: 16px;padding:100px 80px;display: flex;}
.page-apply .apply-contact-block .contact-info-box{display: flex;flex-wrap: wrap;flex:1;}
.page-apply .apply-contact-block .contact-info-box .info-item{width:33.33%;}
.page-apply .apply-contact-block .contact-info-box .info-item:nth-child(1){width:50%;}
.page-apply .apply-contact-block .contact-info-box .info-item:nth-child(2){width:50%;}
.page-apply .apply-contact-block .contact-info-box .info-item:nth-child(3){width:100%;margin-top:70px;}
.page-apply .apply-contact-block .contact-info-box .info-item .info-item-title{display: flex;align-items: center;}
.page-apply .apply-contact-block .contact-info-box .info-item .item-content{font-size:20px;margin-top:16px;}
.page-apply .apply-contact-block .contact-info-box .info-item .info-item-title .item-title-icon{margin-right:8px;}
.page-apply .apply-contact-block .contact-info-box .info-item .info-item-title .item-title-icon i{font-size:24px;color:var(--primary-color);}
.page-apply .apply-contact-block .contact-info-box .info-item .info-item-title .item-title-txt{font-size:18px;color:var(--text-color-second);} 
.page-apply .apply-contact-block .contact-info-box .info-item .info-item-content{font-size:20px;}

.page-apply .apply-contact-block .contact-info-qrcode {}
.page-apply .apply-contact-block .contact-info-qrcode .qrcode-title{font-size:18px;color:var(--text-color-second);}
.page-apply .apply-contact-block .contact-info-qrcode .qrcode-img{width:158px;height:158px;padding:0px;background:#fff;border-radius: 8px;box-sizing: border-box;margin-top:16px;overflow: hidden;}
.page-apply .apply-contact-block .contact-info-qrcode .qrcode-img img{width:100%;height:100%;display: block;background:#ccc;;}










@media screen and (max-width: 1520px) {
  .page-apply .apply-course-box .course-list .course-item{width:33.333%;}
}
@media screen and (max-width: 1300px) {
  .page-apply .apply-block{padding:60px 0;}
  .page-apply .apply-desc-box .desc-title{font-size:32px;margin-bottom:8px;}
  .page-apply .apply-contact-block .contact-content{display: block;}
  .page-apply .apply-course-box .course-list{margin-top:24px;}
  .page-apply .apply-contact-block{padding:50px 0 50px 0}
  .page-apply .apply-contact-block .contact-left{margin:0;padding-bottom:16px;}
}
@media screen and (max-width: 1180px) {
  .page-apply .apply-contact-block .contact-right{display: block;padding:24px;}
  .page-apply .apply-contact-block .contact-info-box .info-item:nth-child(3){margin-top:24px;}
  .page-apply .apply-contact-block .contact-info-box .info-item .item-content{margin-top:8px;}
  .page-apply .apply-contact-block .contact-info-qrcode{margin-top:32px;}
   
}
@media screen and (max-width: 750px) {
  .page-apply .apply-course-box .course-list-in{margin:-8px;}
  .page-apply .apply-course-box .course-list .course-item{width:50%;padding:8px;}
  .page-apply .apply-course-box .course-list .course-item-in{padding:16px 0;}
  .page-apply .apply-course-box .course-list .course-item .item-txt{font-size:16px;}
  .page-apply .apply-contact-block .contact-info-box .info-item{width:100% !important;margin-top:24px;}
  .page-apply .apply-contact-block .contact-info-box .info-item:first-child{margin-top:0;}
  .page-apply .apply-contact-block .contact-info-box .info-item .item-content{margin-top:0;}
  .page-foot-wrap .foot-copyright .copyright-right a:first-child{margin-left:0;}

  .page-apply .apply-contact-block .contact-left{font-size:32px;padding-bottom:16px;}
  
}
@media screen and (max-width: 480px) {

}




















