@media (max-width: 999px) {
  .topFix {
    display: none;
  }
  .banner {
    display: none;
  }
  .fullSlide {
    display: none;
  }
  .left_big_img {
    display: none;
  }
  .left_fix_nav {
    display: none;
  }
  .m_header {
    display: block;
  }
  .m_logo {
    width: 150px;
    height: 150px;
  }
  .main_container {
    width: 100%;
    margin-top: 0;
  }
  .new_item .new_txt_box {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .m_more_btn {
    display: block;
  }
  .plate_title a {
    display: none;
  }
  .h_tool_container {
    display: none;
  }
  .m_tool_container {
    display: block;
  }
  .bottom_nav {
    display: none;
  }
  .m_b_nav {
    display: block;
  }
  .footer {
    display: block;
    padding: 0;
  }
  .footer .foot_left {
    width: 100%;
    border-bottom: 1px solid #33648f;
    padding: 24px 6%;
  }
  .footer .foot_right {
    width: 100%;
    text-align: center;
    padding: 24px 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lq_res,
  .sc_res {
    padding: 0 0 60px;
  }
  .goTop:hover {
    background: #448ac7;
  }
  .single_box img {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .m_header {
    height: 300px;
  }
  .m_logo {
    width: 120px;
    height: 120px;
  }
  .form_container {
    padding: 0 0 40px;
  }
}
@media (max-width: 500px) {
  .plate_title {
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 15px;
  }
  .plate_title h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .college_item a .left_txt {
    padding: 0 0 0 0;
  }
  .college_item a .right_img {
    display: none;
  }
  .major_ul {
    margin-bottom: 24px;
  }
  .major_ul li {
    display: block;
    background: transparent;
  }
  .major_ul li .li_left {
    width: 100%;
    padding: 20px 0 15px 15px;
    overflow: hidden;
    display: block;
  }
  .major_ul li .li_left h4 {
    position: static;
    display: block;
    background: none;
    padding-left: 0;
  }
  .major_ul li .li_right {
    display: block;
    width: 100%;
    color: #ffffff;
    padding: 0 15px 15px 15px;
  }
  .major_ul .color01 {
    background: #cf9186;
  }
  .major_ul .color02 {
    background: #7d86b2;
  }
  .major_ul .color02 .li_right {
    border-top: none;
  }
  .major_ul .color03 {
    background: #d2516b;
  }
  .major_ul .color03 .li_right {
    border-top: none;
  }
  .major_ul .color04 {
    background: #70a68c;
  }
  .major_ul .color04 .li_right {
    border-top: none;
  }
  .major_ul .color05 {
    background: #de8351;
  }
  .major_ul .color05 .li_right {
    border-top: none;
  }
  .major_ul .color06 {
    background: #769bc0;
  }
  .major_ul .color06 .li_right {
    border-top: none;
  }
  .major_ul .color07 {
    background: #7d86b2;
  }
  .major_ul .color07 .li_right {
    border-top: none;
  }
  .major_ul .color08 {
    background: #d2516b;
  }
  .major_ul .color08 .li_right {
    border-top: none;
  }
  .major_ul .color09 {
    background: #70a68c;
  }
  .major_ul .color09 .li_right {
    border-top: none;
  }
  .major_ul .color10 {
    background: #de8351;
  }
  .major_ul .color10 .li_right {
    border-top: none;
  }
  .m_btn_zy {
    display: block;
  }
  .container_top {
    padding: 24px 6%;
  }
  .currentPaht {
    margin-bottom: 15px;
  }
  .c_t_column h2 {
    font-size: 20px;
  }
  .c_t_column span {
    font-size: 14px;
  }
  .img_c_list .asli .img_txt {
    height: 50px;
    line-height: 50px;
  }
  .fypage a {
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    font-size: 14px;
    margin: 0 1px;
  }
  .fypage b {
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
  }
  .article_title h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .article_title p span {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .form_container {
    padding: 0 0 40px;
    overflow: hidden;
  }
  .form_container .col {
    border: 1px solid #E6E7E7;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form_container .col label {
    position: relative;
    width: 20%;
    margin-right: 2%;
    float: inherit;
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_container .col label:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #E1E1E1;
  }
  .form_container .col label span {
    display: none;
  }
  .form_container .col .from_box {
    float: inherit;
    width: 78%;
    overflow: hidden;
    text-align: left;
  }
  .form_container .col .from_box select {
    border: none;
  }
  .form_container .col .from_box input {
    border: none;
  }
  .form_container .col .from_box input.sm-radio {
    margin-left: 12px;
  }
  .form_container .submit_btn {
    display: block;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin: 15px auto 0;
    color: #ffffff;
    background: #1a6eb8;
    font-size: 16px;
    overflow: hidden;
  }
  .enroll_box .tab-hd li:nth-of-type(1) a {
    padding-left: 45%;
  }
  .enroll_box .tab-hd li:nth-of-type(2) a {
    padding-right: 45%;
  }
}
@media (max-width: 450px) {
  .form_container .col label {
    width: 24%;
  }
  .form_container .col .from_box {
    width: 74%;
  }
  .enroll_box .tab-hd {
    height: 50px;
    line-height: 50px;
  }
  .enroll_box .tab-hd li:nth-of-type(1) a {
    padding-left: 30%;
  }
  .enroll_box .tab-hd li:nth-of-type(2) a {
    padding-right: 30%;
  }
  .enroll_box .tab-bd .tab-pal {
    padding-top: 30px;
  }
}
@media (max-width: 360px) {
  .form_container .col label {
    width: 26%;
  }
  .form_container .col .from_box {
    width: 72%;
  }
  .enroll_box .tab-bd .tab-pal {
    width: 90%;
  }
}
@media (max-width: 320px) {
  .form_container .col label {
    width: 28%;
  }
  .form_container .col .from_box {
    width: 70%;
  }
}
@media (max-height: 768px) {
  .left_fix_nav .logo {
    width: 206px;
    height: 140px;
  }
  .left_fix_nav .main_nav #nav {
    height: 340px;
  }
}
