/*
  默认样式
*/
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
input {
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
caption,
th,
td,
form,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
  color: #333333;
}
a:hover,
button:hover {
  transition: all 0.3s;
}
button,
button:active,
button:focus {
  border: 0;
  outline: 0;
  background: transparent;
}
h1,
h2,
strong,
b {
  font-weight: bold;
}
h3,
h4,
h5,
h6,
em,
dt {
  font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
select {
  color: #313233;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #313233;
}
img {
  display: flex;
}
.add {
  height: 100%;
  overflow: hidden;
}
* {
  font-size: 16px;
  color: #323232;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}
.swiper-button-disabled[aria-label="Previous slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Previous slide"] > img {
  content: url("../images/arrow2-1.png");
}
.swiper-button-disabled[aria-label="Next slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Next slide"] > img {
  content: url("../images/arrow2-4.png");
}
.flex {
  display: flex;
}
.sa {
  justify-content: space-around;
}
.sb {
  justify-content: space-between;
}
.jc {
  justify-content: center;
}
.js {
  justify-content: flex-start;
}
.je {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.as {
  align-items: flex-start;
}
.ae {
  align-items: flex-end;
}
.col {
  flex-direction: column;
}
.col-r {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page {
  padding: 0 30px;
}
.yuan {
  width: 30px;
  height: 30px;
  border: 7px solid #A41B35;
  border-radius: 100%;
  margin-right: 10px;
  min-width: 30px;
}
.checkbox {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.checkbox-h {
  width: 32px;
  height: 32px;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.radio {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.radio-h {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.hidefont {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidefont2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont3 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont4 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.min1260,
.min750 {
  display: none;
}
@media (max-width: 1260px) {
  .min1260 {
    display: block;
  }
  .max1260 {
    display: none;
  }
}
@media (max-width: 750px) {
  .min750 {
    display: block;
  }
}
.aboutnav {
  width: 100%;
  border-bottom: 1px #ececec solid;
}
.aboutnav .navlist {
  width: 1200px;
  margin: 0 auto;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aboutnav .navlist a {
  margin-right: 50px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
.aboutnav .navlist a:last-child {
  margin-right: 0;
}
.aboutnav .navlist .wina {
  color: #A41B35;
}
.aboutnav .codecaidan {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 40px;
  width: 100%;
  height: 60px;
}
.aboutnav .codecaidan .miniris p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #A41B35;
  font-weight: bold;
}
.aboutnav .codecaidan .minile {
  position: absolute;
  right: 10px;
}
.aboutnav .codecaidan .minile img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1260px) {
  .aboutnav .navlist {
    transition: all 0.3s;
    width: 100%;
    padding: 0 20px;
  }
  .aboutnav .navlist > a {
    margin-right: 30px;
  }
}
@media (max-width: 750px) {
  .aboutnav .navlist {
    display: none;
    height: 60px;
    justify-content: center;
  }
  .aboutnav .navlist > a {
    transition: margin-right 0.3s;
    margin-right: 20px;
  }
  .aboutnav .codecaidan {
    display: flex;
  }
}
@media (max-width: 460px) {
  .aboutnav .navlist {
    justify-content: center;
  }
  .aboutnav .navlist > a {
    transition: margin-right 0.3s;
    margin-right: 20px;
  }
}
.yangsimg {
  width: 100%;
  height: 420px;
  transition: height 0.3s;
}
.yangsimg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casewrap {
  width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
}
.enlifennav {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.enlifennav > a {
  height: 36px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding: 0 40px;
  text-align: center;
}
.enlifennav > a:hover {
  color: #A41B35;
}
.enlifennav > .wina {
  color: #ffffff;
  background: #A41B35;
  border-radius: 18px;
}
.enlifennav > .wina:hover {
  color: #ffffff;
}
.aboutwrap .inteabout .abtop .abart {
  width: 1200px;
  margin: 0 auto;
  padding: 86px 0 275px;
}
.aboutwrap .inteabout .abtop .abart .abarttit {
  margin-bottom: 55px;
}
.aboutwrap .inteabout .abtop .abart .abarttit h2 {
  line-height: 28px;
  font-size: 28px;
  color: #323232;
  font-weight: bold;
  text-align: center;
}
.aboutwrap .inteabout .abtop .abart .abartcon > * {
  margin-bottom: 20px;
  font-size: 16px;
  color: #323232;
  font-weight: 400;
  line-height: 32px;
}
.conlabel {
  display: flex;
  justify-content: center;
}
.conlabel .tabwrap {
  padding: 5px 30px 30px;
  border: 4px solid #EEEEEE;
}
.conlabel .tabwrap .jihuatable {
  margin: 0 auto;
}
.conlabel .tabwrap .jihuatable tr {
  background: #ffffff;
  border-bottom: 1px #CACACA dashed;
}
.conlabel .tabwrap .jihuatable tr th,
.conlabel .tabwrap .jihuatable tr td {
  padding: 0 50px;
  line-height: 40px;
}
.conlabel .tabwrap .jihuatable tr th {
  font-size: 18px;
  color: #A41B35;
  font-weight: bold;
}
.conlabel .tabwrap .jihuatable tr td {
  text-align: center;
  font-size: 14px;
  color: #373737;
  font-weight: 400;
}
.conlabel .tabwrap .jihuatable tr td img {
  margin: 0 auto;
}
.conlabel .tabwrap .jihuatable tr:nth-child(2n) {
  background: #F1F1F1;
}
.conlabel .tabwrap .jihuatable .tdfo1 {
  font-size: 16px;
  color: #373737;
  font-weight: 400;
}
.conlabel .tabwrap .jihuatable .bgwind {
  background: #A41B35 !important;
}
.conlabel .tabwrap .jihuatable .bgwind th {
  color: #fff !important;
}
.conlabel .tabwrap .jihuatable2 tr {
  height: 60px;
  border-bottom: 0;
}
.conlabel .tabwrap .jstwo {
  margin-top: 30px;
}
.conlabel .tabwrap .jstwo > h2 {
  text-align: center;
  font-size: 18px;
  color: #A41B35;
  font-weight: bold;
}
.conlabel .tabwrap .jstwo > h5 {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #373737;
  font-weight: 400;
}
.mapwin {
  width: 100%;
  height: 500px;
  transition: all 0.3s;
}
.mapwin > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1260px) {
  .aboutwrap .inteabout .abtop .abart {
    width: 100%;
    padding: 70px 20px 200px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit {
    margin-bottom: 50px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit h2 {
    line-height: 28px;
    font-size: 28px;
    color: #323232;
    font-weight: bold;
    text-align: center;
  }
  .aboutwrap .inteabout .abtop .abart .abartcon {
    font-size: 16px;
    color: #323232;
    font-weight: 400;
  }
  .yangsimg {
    height: 320px;
  }
  .casewrap {
    width: 100%;
    padding: 0 20px;
  }
  .mapwin {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .enlifennav {
    margin-bottom: 25px;
  }
  .conlabel .tabwrap .jihuatable tr th,
  .conlabel .tabwrap .jihuatable tr td {
    transition: all 0.3s;
    padding: 0 30px;
  }
}
@media (max-width: 750px) {
  .aboutwrap .inteabout .abtop .abart {
    padding: 40px 20px 150px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit {
    margin-bottom: 30px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit h2 {
    line-height: 28px;
    font-size: 24px;
  }
  .yangsimg {
    height: 250px;
  }
  .enlifennav {
    margin-bottom: 20px;
  }
  .enlifennav > a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 0 20px;
  }
  .conlabel .tabwrap .jihuatable tr th,
  .conlabel .tabwrap .jihuatable tr td {
    padding: 0 5px;
    line-height: 35px;
  }
  .conlabel .tabwrap .jihuatable tr th {
    font-size: 16px;
  }
  .conlabel .tabwrap .jihuatable tr td {
    font-size: 14px;
  }
  .conlabel .tabwrap .jstwo {
    margin-top: 15px;
  }
  .conlabel .tabwrap .jstwo > h2 {
    font-size: 16px;
  }
  .conlabel .tabwrap .jstwo > h5 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .casewrap {
    padding: 0 10px;
  }
  .aboutwrap .inteabout .abtop .abart {
    padding: 30px 15px 100px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .aboutwrap .inteabout .abtop .abart .abartcon > * {
    font-size: 14px;
    color: #323232;
    font-weight: 400;
    line-height: 26px;
  }
  .enlifennav {
    margin-bottom: 20px;
  }
  .enlifennav > a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 0 10px;
  }
  .conlabel .tabwrap {
    padding: 0 0 10px;
  }
  .conlabel .tabwrap .jihuatable tr th,
  .conlabel .tabwrap .jihuatable tr td {
    padding: 0 5px;
    line-height: 35px;
  }
  .conlabel .tabwrap .jihuatable tr th {
    font-size: 16px;
  }
  .conlabel .tabwrap .jihuatable tr td {
    font-size: 14px;
  }
  .conlabel .tabwrap .jstwo {
    margin-top: 15px;
  }
  .conlabel .tabwrap .jstwo > h2 {
    font-size: 16px;
  }
  .conlabel .tabwrap .jstwo > h5 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 460px) {
  .yangsimg {
    height: 250px;
  }
}
.neienlifen {
  padding: 30px 0 200px;
}
.enlifennav {
  transition: all 0.3s;
}
.listschoolwrap .listschoolname h2 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
}
.listschoolwrap .lschool_wrap .youercotab {
  width: 1120px;
  margin: 0 auto;
}
.listschoolwrap .lschool_wrap .youercotab .tabul .youerli {
  padding: 0 20px;
  line-height: 60px;
  border-bottom: 1px #eeeeee solid;
}
.listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div p {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div p:nth-child(1) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div p:not(:first-child) {
  text-align: center;
  width: 200px;
}
.listschoolwrap .lschool_wrap .youercotab .tabul .titli {
  background: #eeeeee;
  font-weight: bold;
  border-bottom: 0;
}
.listschoolwrap .lschool_wrap .youercotab .tabul .titli > div p {
  font-weight: bold;
}
@media (max-width: 1260px) {
  .neienlifen {
    padding: 30px 0 150px;
  }
}
@media (max-width: 1140px) {
  .listschoolwrap .lschool_wrap .youercotab {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .neienlifen {
    padding: 30px 0 120px;
  }
  .listschoolwrap .listschoolname h2 {
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .listschoolwrap .lschool_wrap .youercotab .tabul .youerli {
    padding: 0 15px;
    line-height: 50px;
  }
}
@media (max-width: 750px) {
  .neienlifen {
    padding: 30px 0 100px;
  }
  .listschoolwrap .listschoolname h2 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
  }
  .listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div p:not(:first-child) {
    width: 100px;
  }
  .listschoolwrap .lschool_wrap .youercotab .tabul .titli {
    background: #eeeeee;
    font-weight: bold;
    border-bottom: 0;
  }
  .listschoolwrap .lschool_wrap .youercotab .tabul .titli > div p {
    font-weight: bold;
  }
}
@media (max-width: 520px) {
  .neienlifen {
    padding: 30px 0 80px;
  }
  .listschoolwrap .listschoolname h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
  }
  .listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div p {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
  }
  .listschoolwrap .lschool_wrap .youercotab .tabul .youerli > div p:not(:first-child) {
    width: 80px;
  }
}
/*# sourceMappingURL=listschool.css.map */