@media screen and (min-width: 1560px) {

  /* #region  首页*/
  html,
  body {
    font-size: 20px;
  }

  /* #endregion */

}

@media screen and (max-width: 1559px) {

  /* #region  首页*/
  html,
  body {
    font-size: 19px;
  }


  /* #endregion */

  /* #region  内页*/

  /* #endregion */

}

@media screen and (max-width: 1319px) {

  /* #region  首页*/
  html,
  body {
    font-size: 18px;
  }

  header .nav .nav_one a {
    font-size: 1.2rem;
  }

  header .nav li {
    margin-left: 2rem;
  }

  /* #endregion */

  /* #region  内页*/

  /* #endregion */

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* #region  首页*/
  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  /* #endregion */

  /* #region  内页*/


  /* #endregion */

}

@media screen and (max-width: 768px) {

  /* #region  首页*/
  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  header .container {
    height: 5rem;
  }

  header .phone {
    display: none;
  }

  header .nav {
    position: fixed;
    left: -101%;
    top: 0;
    width: 60%;
    height: 100vh;
    background: #fff;
    display: block;
    padding: 2rem 0;
    transition: ease-out .36s;
    z-index: 999;
  }

  header .nav.on {
    left: 0;
  }

  header .nav_icon {
    display: block;
    margin-left: auto;
    transition: ease-out .36s;
    position: relative;
    padding: .8rem;
  }

  header .nav_icon img {
    width: 2.1rem;
    transition: ease-out .36s;
  }

  header .nav_icon2 {
    transform: rotate(90deg);
  }

  header .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 888;
  }

  header .nav li {
    margin: 0;
  }

  header .nav .nav_one {
    padding-left: 2rem;
    padding-right: .5rem;
    display: flex;
    align-items: center;
  }

  header .nav .nav_one a {
    font-size: 1.3rem;
    line-height: 4rem;
    flex: 1;
    padding-right: 1rem;
    padding-bottom: 0;
  }

  header .nav .nav_one span {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0) rotate(-90deg);
    padding: 1rem;
    transition: ease-out .36s;
    display: block;
  }

  header .nav .nav_one span.on {
    transform: translateY(0) rotate(0);
  }

  header .nav .nav_one span img {
    width: 1.1rem;
  }


  header .nav li .nav_two {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateX(0);
    padding: 1rem 0;
    background: #f5f0f0;
    border-radius: 0;
    display: none;
    box-shadow: none;
  }

  header .nav li .nav_two a {
    font-size: 1.2rem;
    padding: 0 2rem;
    line-height: 2.3;
    text-align: left;
    border-bottom: none;
    padding: .5rem 0;
    white-space: wrap;
    line-height: 1.5;
  }

  header .nav .nav_two div {
    background: none;
    box-shadow: none;
    padding: 0 2rem;
    border-left: none;
  }

  header .nav .nav_one a::after {
    display: none;
  }

  header .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 888;
  }

  header .nav_icon {
    display: block;
    margin-left: auto;
    transition: ease-out .36s;
    position: relative;
    padding: .5rem;
  }

  header .nav_icon img {
    width: 2.5rem;
    transition: ease-out .36s;
  }

  header .nav_icon2 {
    transform: rotate(90deg);
  }

  .index1 .center .t1 {
    font-size: 2.6rem;
  }

  .index1 .center .t2 {
    font-size: 1.8rem;
    padding: 0 1rem;
  }

  .index2 {
    display: block;
  }

  .index2 a {
    width: 100%;
    margin-top: 1.5rem;
    -webkit-box-reflect: unset;
  }

  .index2 a div {
    font-size: 1.1rem;
  }

  .index3 {
    margin-top: 5rem;
  }

  .index_title {
    padding: 0 1rem;
  }

  .index5 .row .container {
    display: block;
  }

  .index5 .row .img {
    width: 100%;
  }

  .index5 .row .text {
    width: 100%;
  }

  .index5 .row .text {
    margin-top: 2.8rem;
  }

  .index5 .row .container {
    padding-bottom: 4rem;
  }

  .index6 .container {
    display: block;
  }

  .index6 .left {
    width: 100%;
  }

  .index6 .tit {
    font-size: 1.8rem;
  }

  .index6 .left .text {
    font-size: 1.2rem;
  }

  .index6 .center {
    margin-top: 2rem;
  }

  .index6 .right {
    width: 100%;
    margin-top: 2rem;
  }

  .index6 .right .address {
    font-size: 1.2rem;
  }

  .about1 .top {
    display: block;
  }

  .about1 .top .text {
    padding-left: 0;
    margin-top: 3rem;
  }

  .about1 .row {
    flex-wrap: wrap;
  }

  .about1 .row a {
    flex: auto;
    width: 33.33%;
  }

  .about1 .row a:nth-child(3):after {
    display: none;
  }

  .about1 .row {
    margin-top: 5rem;
  }

  .about1 {
    padding-bottom: 6rem;
  }

  .about2 .bg {
    right: 0;
    width: 100%;
  }

  .about3 .top a {
    font-size: 1.4rem;
    line-height: 3.25rem;
  }

  .about3 .bottom {
    display: block;
    padding-left: 1rem;
  }

  .about3 .bottom .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .about3 .bottom .img img {
    width: 30%;
    margin-right: 3.3%;
  }

  .about3 .bottom .right {
    padding-left: 0;
    margin-top: 1rem;
  }

  .about3 .bottom .lis a {
    font-size: 1.2rem;
    margin-bottom: .65rem;
  }

  .about3 .imgs li img {
    display: none;
  }

  .about3 .imgs li img:nth-child(2) {
    display: block;
  }

  .page_en {
    left: 1rem;
    font-size: 4rem;
  }

  .page1 .container {
    display: block;
  }

  .page1 .left .page_link {
    margin-top: 3rem;
  }

  .page1 .right {
    padding-left: 0;
  }

  .page1 {
    padding-bottom: 5rem;
  }

  .page2 .container {
    display: block;
  }

  .page2 .lis {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .page2 .lis a {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .page2 .right {
    width: 100%;
    margin-top: 1rem;
  }

  .page2 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .page2 .right .bottom {
    display: block;
  }

  .page2 .right .bottom a {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .page2 .right .bottom a h3 {
    font-size: 1.3rem;
    line-height: 4rem;
  }

  .page2 .right .text {
    font-size: 1.3rem;
  }

  .page3 .container {
    display: block;
  }

  .page3 .lis {
    display: flex;
    justify-content: space-between;
  }

  .page3 .lis {
    padding-bottom: 2rem;
    margin-top: 2rem;
  }

  .page3 .right {
    width: 100%;
  }

  .page3 .right a {
    width: 100%;
  }

  .page3 .right {
    margin-top: 2rem;
  }

  .page3 .right a .card .text h3 {
    font-size: 1.4rem;
  }

  .page3 .right a .card .text div {
    font-size: 1.2rem;
  }

  .page3 .right a .card .time {
    font-size: 1.4rem;
  }

  .page3 .right a .card .time span {
    flex: 1rem;
  }

  footer {
    padding-top: 2rem;
  }

  footer .container {
    flex-direction: column-reverse;
  }

  footer .code {
    width: 9rem;
    margin-bottom: 1rem;
  }

  footer .left .bottom {
    font-size: 1.2rem;
    padding: 1rem 0;
  }

  footer .left .lis a {
    width: 33.33%;
    margin-right: 0;
  }

  .page_banner .page_dot span {
    width: 3rem;
    height: 0.35rem;
  }

  .news .top {
    justify-content: space-around;
  }

  .news .top a {
    margin: 0;
  }

  .strip a {
    min-width: 2.3rem;
    height: 2.3rem;
    font-size: 1.2rem;
  }

  .news .lis a {
    align-items: start;
    flex-direction: column-reverse;
    padding-left: 0;
    margin-top: 2rem;
  }

  .news .lis a .img {
    margin-left: 0;
  }

  .news .lis a .img img {
    width: 100%;
    height: auto;
  }

  .news .lis a .text {
    flex: none;
    width: 100%;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
  }

  .news .lis a .text h3 {
    font-size: 1.4rem;
  }

  .news .lis a .text div {
    font-size: 1.2rem;
  }

  .news .lis a .time {
    padding: 0 1.5rem;
    margin-top: 1rem;
  }

  .news .lis a .time span {
    font-size: 1.2rem;
  }

  .news .lis {
    padding-top: 1rem;
  }

  .details {
    padding: 2.5rem 1.5rem 3rem 1.5rem;
  }

  .details h1 {
    font-size: 1.8rem;
  }

  .details .time {
    font-size: 1.2rem;
  }

  .details .text {
    font-size: 1.25rem;
    margin-top: 1.4rem;
  }

  .details .time {
    margin-top: 1rem;
  }

  .brand .lis a {
    font-size: 1.3rem;
    line-height: 2.3rem;
    border-radius: 1.8rem;
    margin: 0.75rem .5rem;
    margin-top: 0;
  }

  .brand .brand_ul li {
    width: 100%;
  }

  .brand .brand_ul a .text .t1 {
    font-size: 1.8rem;
  }

  .brand .brand_ul a .text .t2 {
    font-size: 2.3rem;
    margin-top: 1rem;
  }

  .school1 .top {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .school1 .top a {
    width: 47.5%;
    margin-top: 1rem;
  }

  .school1 {
    padding-top: 3rem;
  }

  .school1 .bg img {
    transform: translateY(4rem);
  }

  .school2 .container {
    display: block;
  }

  .school2 .row a {
    width: 100%;
    padding: 1.5rem 0;
  }

  .school2 .row a .text {
    font-size: 1.2rem;
  }

  .school2 .row {
    padding-bottom: 1rem;
  }

  .school3 {
    padding-top: 3.75rem;
  }

  .school4 .container {
    display: block;
  }

  .school4 .left {
    width: 100%;
  }

  .school4 .right {
    width: 100%;
    margin-top: 1rem;
  }

  .contact1 .row {
    display: block;
  }

  .contact1 .card .text .t1 {
    font-size: 1.7rem;
  }

  .contact1 .card .text .t2 {
    font-size: 1.3rem;
  }

  .contact1 .card .text .t3 {
    font-size: 1.3rem;
  }

  .contact1 .card .text .t3 img {
    width: 1.3rem;
  }

  .contact1 .card {
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .contact2 .row a {
    margin: 0 .8rem;
    padding: 0 1.25rem;
  }

  .contact2 .card {
    display: block;
  }

  .contact2 .card .img {
    width: 100%;
  }

  .contact2 .card {
    font-size: 1.7rem;
  }

  .contact2 .card .text {
    font-size: 1.3rem;
    padding: 2rem 6.5% 3rem 6.5%;
  }

  .contact2 .card .text ul {
    margin-top: 1.2rem;
  }

  .education1 .row {
    display: block;
  }

  .education1 .img {
    width: 100%;
  }

  .education1 .right {
    width: 100%;
    margin-top: 2rem;
  }

  .education1 .right {
    padding: 2rem 2rem;
  }

  .education2 .row {
    display: block;
  }

  .education2 .row div {
    width: 100%;
    margin-bottom: 1rem;
  }

  .education2 .row ul li {
    margin-left: 0;
    width: 48.5%;
  }

  .education2 .row ul li {
    margin-bottom: 1rem;
  }

  .education2 {
    padding-bottom: 3.5rem;
  }

  .education3 .row {
    display: block;
  }

  .education3 .row div {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }

  .education4 .ul {
    justify-content: space-between;
  }

  .education4 .ul li {
    width: 48.5%;
    margin-right: 0;
    margin-top: 1rem;
  }

  .education5 .top {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .education5 .top a {
    width: 48.5%;
    margin-bottom: 1rem;
    padding: 1.1rem 1.3rem;
  }

  .education5 .top a div {
    font-size: 1.1rem;
    margin-top: .5rem;
  }

  .education5 .imgs {
    display: block;
  }

  .education5 .imgs div {
    width: 100% !important;
    margin-top: 1.5rem;
  }

  .index1 .img {
    height: 32rem;
  }

  .page4 .container {
    display: block;
  }

  .page4 .right {
    width: 100%;
    margin-top: 3rem;
  }

  .page4 .left {
    padding-top: 5rem;
  }


  .ke1 .row {
    display: block;
  }

  .ke1 .row div {
    width: 100%;
    margin-top: 1.5rem;
  }

  .ke1 ul {
    display: block;
  }

  .ke1 ul li {
    width: 100%;
  }

  .ke1 ul li .t2 {
    font-size: 1.2rem;
  }

  .ke1 ul li .t1 {
    font-size: 1.6rem;
  }

  .ke1 .row {
    margin-top: 0;
    padding-top: 2rem;
  }

  .ke2 .text {
    font-size: 1.3rem;
  }

  .ke2 .img {
    display: block;
  }

  .ke2 .img span {
    width: 100%;
  }

  .ke2 .img div {
    width: 100%;
    margin-top: 1.5rem;
  }

  .ke3 .row {
    display: block;
  }

  .ke3 .row .text {
    width: 100%;
  }

  .ke3 .row .img {
    width: 100%;
    margin-top: 2rem;
  }

  .ke3 .imgs span {
    width: 100%;
  }

  .ke3 .imgs span:nth-child(2) {
    width: 100%;
  }

  .ke3 .imgs {
    display: block;
  }

  .ke4 .text {
    font-size: 1.3rem;
  }

  .ke4 .tit {
    font-size: 1.6rem;
  }

  .ke4 .row2 {
    display: block;

  }

  .ke4 .row2 .left {
    width: 100%;
  }

  .ke4 .row2 .right {
    width: 100%;
    margin-top: 2rem;
  }

  .ke4 .row3 {
    display: block;
  }

  .ke4 .row3 div {
    width: 100% !important;
    margin-bottom: 1.5rem;

  }

  .money .top {
    font-size: 18px;
  }

  .money .bottom {
    font-size: 16px;
  }

  .money_banner .logo {
    width: 9rem;
  }

  .money_banner .login {
    font-size: 1.4rem;
  }

  .money_banner>img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    object-position: center;
  }

  .money .top,
  .money .bottom .t1,
  .money .bottom .t2 {
    padding: 0 18px;
  }

  .lay_input input {
    width: 110px;
    height: 36px; 
    font-size: 16px; 
    border-radius: 6px; 
  }

  /* #endregion */

}


/* #region  */

/* #endregion */