@media screen and (max-width: 768px) {
  html,
  body {
    min-width: inherit;
  }
  .headerBox {
    height: 15vw;
  }
  .headerBox .logoBox .box {
    height: 15vw;
    padding: 0 2vw;
  }
  .headerBox .logoBox .box a {
    width: 55vw;
    overflow: hidden;
  }
  .headerBox .logoBox .box .logo {
    width: 80vw;
    height: 100%;
  }
  .headerBox .btns .title {
    padding-right: 4.8vw;
  }
  .headerBox .btns .title:after {
    top: 0.8vw;
  }
  .headerBox .btns .title span {
    font-size: 3.6vw;
    color: #004471;
    font-weight: 700;
  }
  .headerBox .btns .item {
    height: 10vw;
    font-size: 3.6vw;
    padding: 0 2vw;
    margin-left: 0;
  }
  .headerBox .btns .item:last-child {
    background-color: transparent;
  }
  /*footer*/
  .footer {
    min-height: auto;
  }
  .footer .box {
    display: block;
    font-size: 3.6vw;
  }
  .footer .box .f1 {
    width: 70vw;
    margin: 6vw auto 0;
    background: inherit;
  }
  .footer .box .f2 {
    margin-left: 0;
    margin-top: 10vw;
    padding-bottom: 5vw;
  }
  .footer .box .f2 .item {
    margin-top: 3vw;
  }
  .footer .box .f2 .item .n {
    padding-left: 8vw;
  }
  .footer .box .f2 .item p {
    margin-left: 4vw;
  }
  .footer .box .f2 .desc {
    font-size: 3vw;
  }
  .footer .box .f3 {
    display: none;
  }
  .footer .box .f4 {
    width: 150px;
    text-align: center;
    padding-bottom: 5vw;
    margin: auto;
  }
  .footer .box .f4 img {
    margin-bottom: 2vw;
  }
  .footer .box .f4 p {
    font-size: 3vw;
  }
  .adIndex {
    height: 42vw;
  }
  .adIndex h2 {
    font-size: 5vw;
  }
  .adIndex .searchBox {
    position: absolute;
    inset: 6vw 0 0;
    width: 90vw;
  }
  .searchBox {
    width: 100%;
    margin: 5vw auto 0;
  }
  .searchBox .search {
    height: 11vw;
  }
  .searchBox .search input {
    height: 11vw;
    padding: 0 4vw;
  }
  .searchBox .search .btn {
    width: 20vw;
    height: 11vw;
  }
  .searchBox .search .btn i {
    font-size: 6vw;
  }
  .searchBox .tips {
    margin-top: 3vw;
  }
  .menus {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4vw;
  }
  .menus .item {
    width: calc(33.3333% - 2vw);
    height: 12vw;
    line-height: 12vw;
    margin-right: 3vw;
    margin-top: 3vw;
  }
  .menus .item span {
    font-size: 3.6vw;
  }
  .menus .item i {
    font-size: 4.2vw;
    margin-right: 1.2vw;
  }
  .carouselBox {
    margin-top: 6vw;
    padding-top: 3vw;
    height: auto;
  }
  .carouselBox .slider {
    margin: 4vw auto 0;
    padding-bottom: 4vw;
  }
  .carouselBox .slider .prev,
  .carouselBox .slider .next {
    display: none !important;
  }
  .carouselBox .slider .box {
    height: 95vw;
  }
  .carouselBox .slider .box .contents.c30 {
    margin-left: 3vw;
  }
  .carouselBox .slider .box .contents.c31 {
    margin-left: 3vw;
  }
  .carouselBox .slider .box .contents li {
    margin-right: 3vw;
    width: 94vw;
    height: 95vw;
    opacity: 1 !important;
  }
  .carouselBox .slider .box .contents li img {
    width: 94vw;
    height: 60vw;
  }
  .carouselBox .slider .box .contents li p {
    padding: 12vw 3vw 0;
    font-size: 3.8vw;
  }
  .carouselBox .slider .box .contents li .name {
    top: 52vw;
    width: 70vw;
    height: 15vw;
    line-height: 15vw;
    font-size: 4.2vw;
    padding: 0 3vw;
  }
  .newBox {
    padding-top: 3vw;
  }
  .newBox .box .contentBox {
    padding-bottom: 6vw;
  }
  .newBox .box .contentBox .list .item {
    width: 100%;
  }
  .list .item {
    margin-top: 3vw;
  }
  .list .item img {
    width: 32vw;
    height: 24vw;
    margin-right: 3vw;
  }
  .list .item .name {
    line-height: 1.5;
  }
  .list .item .name p {
    font-size: 3.8vw;
    padding-right: 0;
  }
  .list .item .name span {
    margin-top: 1.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .list .item .name .time {
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 2px;
    color: #999999;
  }
  .list.indexList .item:first-child {
    width: 100%;
    height: 55vw;
  }
  .list.indexList .item:first-child .name {
    height: 12vw;
  }
  .list.indexList .item:first-child .name p {
    display: block;
    padding: 0 4vw;
    line-height: 12vw;
  }
  .list.indexList .item:first-child .name span {
    display: none;
  }
  .list.indexList .item:first-child .name .time {
    display: none;
  }
  .list.indexList .item:nth-child(2) {
    width: inherit;
    height: inherit;
  }
  .list.indexList .item:nth-child(2) img {
    width: 32vw;
    height: 24vw;
    margin-right: 3vw;
    border-radius: 8px;
  }
  .list.indexList .item:nth-child(2) .name {
    position: relative;
    width: inherit;
    height: inherit;
  }
  .list.indexList .item:nth-child(2) .name:after {
    display: none;
  }
  .list.indexList .item:nth-child(2) .name p {
    position: relative;
    z-index: 9;
    padding: inherit;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  .list.indexList .item:nth-child(2) .name span {
    display: -webkit-box;
  }
  .list.indexList .item:nth-child(2) .name .time {
    display: block;
  }
  .navIndex {
    line-height: 13vw;
  }
  .navIndex span {
    font-size: 5vw;
  }
  .navIndex i {
    font-size: 5.6vw;
    margin-right: 1vw;
  }
  .navIndex .more {
    font-size: 3.6vw;
  }
  .loginBox .login {
    width: 90vw;
    padding-bottom: 6vw;
  }
  .loginBox .login .tabs {
    margin-top: 5vw;
  }
  .loginBox .login .tabs .tab {
    width: 20vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 4.2vw;
    margin: 0 3vw;
  }
  .loginBox .login .tabs .tab.active:after {
    width: 8vw;
  }
  .loginBox .login .tab-content .contents .item {
    margin: 6vw 6vw 0;
  }
  .loginBox .login .tab-content .contents .item .n {
    top: -2.2vw;
    left: 5vw;
    padding: 0 2vw;
  }
  .loginBox .login .tab-content .contents .item input {
    width: 100%;
    height: 12vw;
    font-size: 4vw;
    padding: 0 4vw;
  }
  .loginBox .login .tab-content .contents .item input[name=captcha] {
    padding-right: 40vw;
  }
  .loginBox .login .tab-content .contents .item .captcha {
    top: 0.5vw;
    right: 0.5vw;
    height: 11vw;
  }
  .loginBox .login .tab-content .contents .btn {
    height: 12vw;
    line-height: 12vw;
    font-size: 4vw;
    margin: 5vw 6vw 0;
  }
  .loginBox .login .tab-content .tips {
    margin: 26px 6vw 0;
  }
  .userBox {
    min-height: 50vh;
  }
  .userBox .box {
    display: block;
    padding: 4vw 3vw;
  }
  .userBox .box .left {
    width: 100%;
    min-height: inherit;
    padding: 1.5vw 3vw;
    border-radius: 1.5vw;
  }
  .userBox .box .left ul {
    display: flex;
    flex-wrap: wrap;
  }
  .userBox .box .left ul > li.active {
    border-radius: 1.5vw;
  }
  .userBox .box .left ul > li.active > a {
    border-right: none;
  }
  .userBox .box .left ul li {
    display: block;
    width: 28.6vw;
  }
  .userBox .box .left ul li a {
    width: 100%;
    font-size: 3.8vw;
    padding: 0 3vw;
  }
  .userBox .box .left ul li .sub-menu {
    position: relative;
    top: 1px;
    background-color: #f2f5f8;
    width: 90vw;
    margin-left: -29.7vw;
    padding: 0 2vw;
  }
  .userBox .box .left ul li .sub-menu li a {
    padding-left: 3vw;
    font-size: 3.6vw;
  }
  .userBox .box .left ul li .sub-menu:after {
    display: none;
  }
  .userBox .box .left ul li:nth-child(3n+1) .sub-menu {
    margin-left: -0.7vw;
  }
  .userBox .box .left ul li:nth-child(3n+3) .sub-menu {
    margin-left: -58.1vw;
  }
  .userBox .box .left ul li.open {
    overflow: visible;
    border-radius: 1.5vw;
  }
  .userBox .box .left ul li.open > a {
    border-right: none;
  }
  .userBox .box .left ul.newsNav a {
    text-align: center;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .userBox .box .right {
    width: 100%;
    min-height: inherit;
    border-radius: 1.5vw;
    padding: 0 3vw 6vw;
    margin-top: 4vw;
  }
  .userBox .box .right .navigation {
    padding: 3.8vw 0 3.6vw;
    font-size: 3.8vw;
  }
  .userBox .box .right .navigation a,
  .userBox .box .right .navigation span {
    padding-right: 5vw;
  }
  .userBox .box .right .navigation a:after,
  .userBox .box .right .navigation span:after {
    right: 2vw;
  }
  .userBox.pageBox .box {
    padding: 4vw 3vw;
  }
  .students .item {
    width: 100%;
    margin-top: 4vw;
    font-size: 4vw;
    padding: 4vw 4vw 5vw;
  }
  .students .item .name {
    font-size: 5vw;
  }
  .students .item .p1 {
    padding: 4vw 0 3vw;
  }
  .students .item .p1 span {
    margin-right: 3vw;
  }
  .students .item .ps .p {
    margin-top: 3vw;
  }
  .queryBox .search {
    font-size: 4vw;
    margin-top: 4vw;
  }
  .queryBox .search span {
    margin-right: 2vw;
  }
  .queryBox .search input {
    width: 0;
    flex: 1;
    height: 10vw;
    margin-right: 4vw;
  }
  .queryBox .search .btn {
    width: 20vw;
    height: 10vw;
    line-height: 10vw;
  }
  .queryBox .types {
    flex-wrap: wrap;
    margin-top: 3vw;
  }
  .queryBox .types .item {
    width: calc(25% - 1.5vw);
    height: 18vw;
    margin-left: 0;
    margin-right: 2vw;
    margin-top: 2vw;
  }
  .queryBox .types .item:nth-child(4n) {
    margin-right: 0;
  }
  .queryBox .types .item p {
    font-size: 3.8vw;
    margin-top: 3.2vw;
  }
  .queryBox .types .item span {
    font-size: 4.6vw;
    margin-top: 0;
  }
  .queryBox .listBox .listQ a {
    width: calc(50% - 1.5vw);
    margin-right: 3vw;
    margin-top: 3vw;
    padding: 3vw;
    font-size: 3.7vw;
  }
  .queryBox .listBox .listQ a:nth-child(8n) {
    margin-right: 3vw;
  }
  .queryBox .listBox .listQ a:nth-child(2n) {
    margin-right: 0;
  }
  .queryBox .listBox .vpage {
    padding: 3vw 0;
  }
  .queryNav {
    font-size: 4.6vw;
    margin-top: 5vw;
  }
  .schools .item {
    margin-top: 3vw;
  }
  .schools .item img {
    width: 32vw;
    height: 25vw;
    margin-right: 3vw;
    border-radius: 8px;
  }
  .schools .item .items a {
    font-size: 4vw;
    margin-top: 0;
  }
  .schools .item .items p {
    font-size: 3.6vw;
    margin-top: 1vw;
  }
  .newsBox {
    margin-top: 2vw;
  }
  .newsBox .list .item {
    margin-top: 3vw;
  }
  .newsBox .newsTab a {
    width: calc(25% - 1.5vw);
    height: 10vw;
    line-height: 10vw;
    font-size: 4vw;
    margin-right: 2vw;
    margin-top: 2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .newsBox .newsTab a:nth-child(4n) {
    margin-right: 0;
  }
  .newsBox .form-city {
    margin-top: 3vw;
  }
  .newsBox .form-city .layui-form-label {
    width: 14vw;
  }
  .newsBox .form-city .layui-form-item {
    margin-bottom: 0;
  }
  .newsBox .form-city .layui-form-item .layui-input-inline {
    margin: 0 0 10px 14vw;
  }
  .newsBox .form-city .layui-form-item .layui-input-inline input {
    border-radius: 6px;
  }
  .content_detail .content_top {
    padding: 3vw 0 0;
  }
  .content_detail .content_top h3 {
    font-size: 4.8vw;
  }
  .content_detail .content_top span {
    font-size: 3.8vw;
    margin-top: 3vw;
    margin-right: 3vw;
  }
  .content_detail .content {
    padding: 4vw 0 0;
    font-size: 3.8vw;
    line-height: 1.8;
  }
  .vpage {
    padding: 4vw 0 0;
  }
  .formBox {
    margin-top: 6vw;
  }
  .formBox .layui-form-item .layui-form-label {
    white-space: normal;
    float: inherit;
    width: auto;
    text-align: left;
    padding: 9px 0;
  }
  .formBox .layui-input-block {
    margin-left: 0;
  }
}

/*# sourceMappingURL=m.css.map */
