<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ˜†æ˜Žç«¹é¹¿ç§‘æŠ€ æ±¤æ­¦ 1152131538@qq.com  */
@import url('https://at.alicdn.com/t/font_1427023_0muh9jxicxkq.css');
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  background: #fff;
}
html {
  overflow-x: hidden;
}
body {
  font-family:  "Microsoft Yahei",-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  overflow-x: inherit!important;
  overflow-y: hidden;
}
body {
  -webkit-overflow-scrolling: touch!important;
  overflow-scrolling: touch!important;
  overflow: auto;
  height: auto!important;
}
a {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #ff3a00;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
input,
button,
select,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
th {
  vertical-align: baseline;
}
* {
  outline: none;
}
i {
  font-style: normal;
}
input,
button {
  border: none;
}
select {
  /*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ&nbsp;·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
  border: solid 1px #fff;
  /*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html a {
  text-decoration: none;
  color: #333;
}
img {
  width: 100%;
  display: block;
  height: auto;
}
/* è‡ªå®šä¹‰å…¬å…±æ&nbsp;·å¼ */
.w {
  max-width: 1500px;
  margin: auto;
}
.sm-w {
  max-width: 1200px;
  margin: auto;
}
.auto-pc {
  display: block;
}
.auto-phone {
  display: none;
}
.not-ready {
  overflow: hidden;
}
.ov-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ov-2 {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.more-btn {
  display: inline-block;
  padding: 0.875rem 2.5rem;
  background: #ff3a00;
  border-radius: 50px;
  color: #fff;
  border: 0;
}
.more-btn a {
  color: #fff;
}
.more-btn::before {
  border-radius: 50px;
  opacity: 0.7;
}
.more-btn:hover {
  background-color: #ff3a00;
}
.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
/* åž‚ç›´å±…ä¸­ */
.align-c {
  align-items: center;
}
/* å·¦å³ */
.l-r {
  justify-content: space-between;
}
.col {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.clear:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.crumbs {
  background: #f3f3f3;
}
.crumbs .crumbs-main {
  width: 100%;
}
.crumbs .crumbs-main .tit {
  padding-right: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 46px;
}
.crumbs .crumbs-main .tit i {
  color: #777777;
}
.crumbs .crumbs-main .tit span {
  color: #777777;
}
.crumbs .crumbs-main .list {
  line-height: 46px;
}
.crumbs .crumbs-main .list ul a {
  color: #777777;
  font-size: 12px;
}
.crumbs .crumbs-main .list ul a:hover {
  color: #ff3a00;
}
.crumbs .crumbs-main .list ul i {
  color: #777777;
  margin: 0 10px;
  font-size: 12px;
}
.crumbs .crumbs-main .seach {
  padding: 6px 0;
  display: inherit;
}
.crumbs .crumbs-main .seach input {
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  background: #fff;
  border-radius: 3px;
}
.crumbs .crumbs-main .seach .icon {
  background: #ff3a00;
  width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.crumbs .crumbs-main .seach .icon i {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.crumbs .crumbs-main * {
  display: inline-block;
  vertical-align: middle;
}
.big-header .top-border {
  border-bottom: 1px solid #ebebeb;
}
.big-header .top {
  padding: 15px 30px;
  position: relative;
}
.big-header .top .l ul li {
  padding-right: 20px;
}
.big-header .top .l ul li .a {
  cursor: pointer;
}
.big-header .top .l ul li .a span {
  font-size: 1rem;
  color: #666666;
  transition: 0.3s;
}
.big-header .top .l ul li .a i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #cccccc;
  transition: 0.3s;
}
.big-header .top .l ul li .fixed-list {
  position: absolute;
  bottom: 0;
  left: -10px;
  transform: translateY(100%);
  width: 750px;
  padding: 20px 15px;
  background: #fff;
  flex-wrap: wrap;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
}
.big-header .top .l ul li .fixed-list .list {
  padding: 0 15px;
  margin: 5px 0;
  position: relative;
}
.big-header .top .l ul li .fixed-list .list a {
  color: #888888;
  font-size: 14px;
  display: inline-block;
}
.big-header .top .l ul li .fixed-list .list a:hover {
  transform: translateX(3px);
}
.big-header .top .l ul li .fixed-list .list a:hover {
  color: #ff3a00;
}
.big-header .top .l ul li .fixed-list .list::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.big-header .top .l ul li .fixed-list .list:last-child::after {
  display: none;
}
.big-header .top .l ul li .fixed-list .list:nth-child(4n)::after {
  display: none;
}
.big-header .top .l ul li:hover .a span,
.big-header .top .l ul li:hover .a i {
  color: #ff3a00;
}
.big-header .top .l ul li:hover .a i {
  transform: rotate(-90deg);
}
.big-header .top .l ul li:hover .fixed-list {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.big-header .top .r * {
  display: inline-block;
  vertical-align: middle;
}
.big-header .top .r .login {
  margin-right: 30px;
}
.big-header .top .r .login .list {
  margin-left: 10px;
  position: relative;
}
.big-header .top .r .login .list svg {
  width: 20px;
  height: 20px;
}
.big-header .top .r .login .list span {
  color: #666666;
  font-size: 1rem;
  margin-left: 4px;
}
.big-header .top .r .login .list .fixed-div {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 220px;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9;
}
.big-header .top .r .login .list .fixed-div .fixed-div-main {
  padding: 20px 15px;
  position: relative;
}
.big-header .top .r .login .list .fixed-div .fixed-div-main img {
  width: 75px;
}
.big-header .top .r .login .list .fixed-div .fixed-div-main .txt {
  padding-left: 20px;
}
.big-header .top .r .login .list .fixed-div .fixed-div-main .txt p {
  color: #666;
  margin-bottom: 8px;
  display: block;
}
.big-header .top .r .login .list .fixed-div .fixed-div-main .txt p span {
  color: #ff3a00;
}
.big-header .top .r .login .list .fixed-div .fixed-div-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #fff;
}
.big-header .top .r .login .list:hover .fixed-div {
  opacity: 1;
  visibility: visible;
  bottom: -40px;
}
.big-header .top .r .text a {
  color: #888888;
  font-size: 1rem;
  padding-left: 6px;
  position: relative;
  transition: 0.3s;
}
.big-header .top .r .text a:hover {
  color: #ff3a00;
}
.big-header .top .r .text a:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
.big-header .top .r .text a:first-child::after {
  content: '';
  display: inline-block;
  background: #999;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.big-header .top .r .text.login-in a::after {
  display: none;
}
.big-header .top .r .text.login-in img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.big-header .bottom-border {
  border-bottom: 4px solid #ff3a00;
}
.big-header .bottom {
  position: relative;
}
.big-header .bottom .l {
  padding-top: 30px;
  padding-bottom: 15px;
}
.big-header .bottom .l .img {
  width: 230px;
}
.big-header .bottom .l .text {
  margin-left: 20px;
  padding: 0 30px;
  background: #ff3a00;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  height: 45px;
  line-height: 45px;
}
.big-header .bottom .c {
  position: relative;
}
.big-header .bottom .c .triangle {
  position: absolute;
  left: 25px;
  bottom: -1px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #ff3a00;
  transition: 0.3s ease;
}
.big-header .bottom .c ul li {
  padding: 40px 20px;
}
.big-header .bottom .c ul li .tit {
  font-size: 16px;
  font-weight: 500;
}
.big-header .bottom .c ul li.active .tit {
  color: #ff3a00;
}
.big-header .bottom .c ul li:hover .fixed-list-main {
  visibility: visible;
  opacity: 1;
}
.big-header .bottom .r {
  padding-top: 30px;
  padding-bottom: 15px;
}
.big-header .bottom .r .tel-icon {
  width: 35px;
  margin-right: 15px;
}
.big-header .bottom .r .tel {
  font-size: 18px;
}
.big-header .bottom .r .tel a {
  color: #ff3a00;
  font-weight: 500;
  margin-bottom: 5px;
}
.big-header .bottom .r .tel a:last-chlid {
  margin-bottom: 0;
}
.big-header .header-fixed-list-main {
  width: 100vw;
  background: #fff;
}
.big-header .header-fixed-list-main .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s;
  background: #fff;
}
.big-header .header-fixed-list-main .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.big-header .header-fixed-list-main .fixed-list {
  padding: 5px 0;
}
.big-header .header-fixed-list-main .fixed-list .list {
  margin: 5px 0;
  width: calc(100% / 5);
  text-align: center;
}
.big-header .header-fixed-list-main .fixed-list .list a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
}
.big-header .header-fixed-list-main .fixed-list .list a:hover {
  color: #ff3a00;
  transform: translateX(3px);
}
.small-header {
  background: #fff;
  padding: 15px 0;
}
.small-header .l {
  width: 200px;
}
.small-header .c ul li a {
  color: #555555;
  font-size: 1.125rem;
  display: inline-block;
  padding: 0 30px;
}
.small-header .c ul li a:hover {
  color: #ff3a00;
}
.small-header .r .tel-main {
  margin-right: 10px;
}
.small-header .r .tel-main .tel-icon {
  width: 25px;
  margin-right: 5px;
}
.small-header .r .tel-main .tel {
  align-items: center;
}
.small-header .r .tel-main .tel a {
  color: #ff3a00;
}
.small-header .r .login {
  margin-right: 30px;
}
.small-header .r .login .list {
  margin-left: 10px;
  position: relative;
}
.small-header .r .login .list svg {
  width: 20px;
  height: 20px;
}
.small-header .r .login .list span {
  color: #666666;
  font-size: 1rem;
  margin-left: 4px;
}
.small-header .r .login .list .fixed-div {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 220px;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.small-header .r .login .list .fixed-div .fixed-div-main {
  padding: 20px 15px;
  position: relative;
}
.small-header .r .login .list .fixed-div .fixed-div-main img {
  width: 75px;
}
.small-header .r .login .list .fixed-div .fixed-div-main .txt {
  padding-left: 20px;
}
.small-header .r .login .list .fixed-div .fixed-div-main .txt p {
  color: #666;
  margin-bottom: 8px;
  display: block;
}
.small-header .r .login .list .fixed-div .fixed-div-main .txt p span {
  color: #ff3a00;
}
.small-header .r .login .list .fixed-div .fixed-div-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #fff;
}
.small-header .r .login .list:hover .fixed-div {
  opacity: 1;
  visibility: visible;
  bottom: -40px;
}
.small-header .r .text a {
  color: #888888;
  font-size: 1rem;
  padding-left: 6px;
  position: relative;
  transition: 0.3s;
}
.small-header .r .text a:hover {
  color: #ff3a00;
}
.small-header .r .text a:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
.small-header .r .text a:first-child::after {
  content: '';
  display: inline-block;
  background: #999;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.small-header .r .text.login-in a::after {
  display: none;
}
.small-header .r .text.login-in img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.select-campus {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: calc(100% - 60px);
  z-index: 100;
}
.select-campus .select-campus-main {
  display: none;
  background: #f8f8f8;
  padding: 1.2rem 1rem 0.2rem 1rem;
  overflow: hidden;
}
.select-campus .select-campus-main ul li {
  margin-bottom: 1rem;
  margin-right: 5%;
  width: 30%;
  background: #fff;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 5px 0;
}
.select-campus .select-campus-main ul li a {
  color: #333;
}
.select-campus .select-campus-main ul li:nth-child(3n) {
  margin-right: 0;
}
.phone-header1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ff3a00;
  padding: 15px;
  z-index: 100;
}
.phone-header1 .l .img {
  width: 100px;
}
.phone-header1 .l .c {
  padding-left: 10px;
}
.phone-header1 .l .c * {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.phone-header1 .l .c i {
  font-size: 12px;
}
.phone-header1 .r {
  padding: 4px 12px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.phone-header1 .r * {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.phone-header1 .r i {
  font-size: 12px;
}
.suspend {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 10;
}
.suspend .list {
  padding: 0 10px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.suspend .list ul li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.suspend .list ul li .icon {
  text-align: center;
}
.suspend .list ul li .icon i {
  display: inline-block;
  font-size: 32px;
  color: #ff3a00;
}
.suspend .list ul li .icon span {
  display: block;
  text-align: center;
}
.suspend .list ul li .txt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: 0.3s;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.suspend .list ul li .txt .txt-main {
  position: relative;
  padding: 15px 20px;
}
.suspend .list ul li .txt .txt-main::after {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s ease;
}
.suspend .list ul li .txt .img {
  width: 120px;
}
.suspend .list ul li:hover .txt {
  background: #fff;
  left: -30px;
  opacity: 1;
  visibility: visible;
}
.suspend .list ul .goTop {
  border-bottom: 0;
}
.suspend .list ul .goTop .icon i {
  transform: rotate(180deg);
}
.footer {
  background: #424242;
}
.footer .footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.footer .footer-nav ul li a {
  display: inline-block;
  padding: 20px 0;
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  cursor: inherit;
}
.footer .footer-nav ul li a.active {
  color: #fff;
}
.footer .footer-nav ul li a:hover {
  color: #ffffff;
}
.footer .footer-list ul li {
  margin-bottom: 6px;
  margin-right: 15px;
}
.footer .footer-list ul li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.footer .footer-list ul li a:hover {
  color: #ff3a00;
}
.footer .footer-main {
  margin-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-main .l {
  width: 360px;
  padding-right: 180px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.footer .footer-main .l i {
  color: #fff;
  font-size: 42px;
}
.footer .footer-main .l .tit {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 6px 0;
  margin-bottom: 15px;
}
.footer .footer-main .l .list a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.footer .footer-main .c {
  width: 740px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  justify-content: center;
}
.footer .footer-main .c .list {
  margin: 0 60px;
}
.footer .footer-main .c .list .img {
  width: 150px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
.footer .footer-main .c .list .txt {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.footer .footer-main .r {
  width: calc(100% - 1100px);
  padding-left: 120px;
}
.footer .footer-main .r .list {
  padding-left: 30px;
  margin-bottom: 20px;
}
.footer .footer-main .r .list .list-l {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
}
.footer .footer-main .r .list .list-l i {
  font-size: 38px;
  color: #c0c0c0;
}
.footer .footer-main .r .list .list-r {
  margin-left: 12px;
}
.footer .footer-main .r .list .list-r .tel {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .footer-main .r .list .list-r .tit {
  margin-bottom: 10px;
}
.footer .footer-main .r .list .list-r .txt {
  font-size: 20px;
}
.footer .footer-main .r .list .list-r .txt a {
  color: #fff;
}
.footer .footer-main .r .list .list-r .txt a:hover {
  color: #ff3a00;
}
.footer .footer-main .r .list .list-r .hui {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom {
  padding: 20px 0;
  text-align: center;
}
.footer .footer-bottom p {
  margin-bottom: 7px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom a:hover {
  color: #ff3a00;
}
.footer .footer-bottom span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.footer .footer-bottom .icp {
  display: inline-block;
  width: 11px;
  height: 12px;
}
.footer .footer-bottom .cnzz {
  margin-left: 5px;
  display: inline-block;
  width: 42px;
  height: 10px;
}
.fixed-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 80;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.fixed-bottom .fixed-bottom-main {
  padding: 10px 0;
  text-align: center;
}
.fixed-bottom .fixed-bottom-main ul li {
  padding: 0 10px;
}
.fixed-bottom .fixed-bottom-main ul li .i {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 2px;
}
.fixed-bottom .fixed-bottom-main ul li .i i {
  color: #666;
  font-size: 18px;
}
.fixed-bottom .fixed-bottom-main ul li .txt {
  text-align: center;
  font-size: 12px;
  color: #666;
}
.fixed-bottom .fixed-bottom-main ul li.active .i {
  position: relative;
  background: linear-gradient(142deg, #ffb281 0%, #ff7224 100%);
  z-index: 2;
}
.fixed-bottom .fixed-bottom-main ul li.active .i i {
  color: #fff;
}
.fixed-bottom .fixed-bottom-main ul li.active .txt {
  color: #DB390B;
}
.Nina::before {
  text-align: center;
  line-height: 3rem;
}
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 14px;
  }
  .w {
    width: 100%;
    padding: 0 14px;
  }
}
@media screen and (max-width: 1400px) {
  .header-pc .header-c li a {
    padding: 1.25rem 1.5rem;
  }
  .Nina::before {
    text-align: center;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-pc .header-c li a {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .w {
    padding: 0 15px;
  }
  .big-header {
    display: none;
  }
  .small-header {
    display: none;
  }
  .suspend {
    display: none;
  }
  .footer .t .bj {
    justify-content: center;
  }
  .footer .column-list {
    margin-top: 20px;
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .auto-pc {
    display: none!important;
  }
  .auto-phone {
    display: block!important;
  }
  .crumbs .crumbs-main .tit {
    line-height: 38px;
    padding-right: 5px;
  }
  .crumbs .crumbs-main .seach {
    display: none;
  }
  .crumbs .crumbs-main .list {
    line-height: 38px;
  }
  .crumbs .crumbs-main .list ul i {
    margin: 0 5px;
  }
  .phone-header1 {
    display: flex;
  }
  .fixed-bottom {
    display: block;
  }
  body {
    padding-top: 60px;
    padding-bottom: 67px;
  }
  .w {
    padding: 0 15px;
  }
  .row-lg5 {
    flex: 0 0 100%;
  }
  .more-btn {
    padding: 0.75rem 2rem;
  }
  .Moema::before {
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
  }
  .footer .footer-nav {
    display: none;
  }
  .footer .footer-list {
    display: none;
  }
  .footer .footer-main {
    display: none;
  }
  .footer .t {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .footer .t .logo {
    flex: 0 0 100%;
    padding: 0 20%;
  }
  .footer .t .info {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
  .footer .t .info .tel {
    width: 10rem;
  }
  .footer .column-list {
    display: none;
  }
  .footer .footer-bottom {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1500px) {
  .footer .footer-main .l {
    width: 20%;
    padding-right: 20px;
  }
  .footer .footer-main .c {
    width: 50%;
  }
  .footer .footer-main .r {
    width: 30%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 15.8px;
  }
}
@media screen and (max-width: 392px) {
  html {
    font-size: 15.44px;
  }
}
@media screen and (max-width: 385px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 359px) {
  html {
    font-size: 12.8px;
  }
}
/*åˆ†é¡µ*/
.pagination{margin-top: 20px;}
.pagination li{display: inline-block!important;width: auto!important;margin: 0 5px!important;padding: 0!important;background: #fff;transition: .3s ease;margin-bottom: 5px;}
.pagination li span,.pagination li a{padding:12px 15px!important;display: inline-block;border: 1px solid #cccccc;}
.pagination li.active,.pagination li:hover{background: #ff3a00;color: #fff;}
.pagination li:hover a{color: #fff;}
.pagination li.disabled:hover {background: #fff;color: #333;}
.pagination li.disabled:hover a{color: #ff3a00;}

.school-list{}
.school-list .name{box-sizing: border-box;background: #bfbfbf;width: 114px;height: 42px;line-height: 40px;text-align: center;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0.3s;transition: all 0.3s ease-out 0s;color: #fff;margin-right: 10px;float: left;cursor: pointer;font-size: 14px;margin-top: 14px;border-radius: 6px 6px 0 0;}
.school-list .name:hover,.school-list .name.active{color: #ffffff;background: #f00;}

.school-info.active{display: block;}
.school-info{display: none;width: 100%;background: #fff;-moz-box-shadow: 2px 2px 8px #999;-webkit-box-shadow: 2px 2px 8px #999;box-shadow: 2px 2px 8px #999;padding: 4px 20px;}
.school-info-title{display: inline-block;font-size: 16px;color: #ff0000;border-bottom: dashed 1px #ff0000;padding-bottom: 4px;font-weight: bold;}
.school-info-list-main *{vertical-align: middle;display: inline-block;}
.school-info-list-main{width: 100%;font-size: 14px;color: #333;padding-right:18px;height: 30px;display: inline-block;line-height: 30px;}
.school-info-list-main span{}
.school-info-list-main a{}


</pre></body></html>