* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  background-color: #f1f1f1;
  color: #333;
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑";
}
a {
  color: #333;
  outline: none;
}
img {
  border: none;
}

/* ===== Header: top-wrap ===== */
.top-wrap {
  background-color: #fff;
}
.top-wrap .top {
  width: 1100px;
  margin: 0 auto;
  height: 120px;
  background: url("../images/top-logo-bg.png") no-repeat right -130px;
}
.top-wrap .top:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top-wrap .top .logo {
  float: left;
}
.top-wrap .top .logo a {
  display: inline-block;
  margin: 22px 0 0 0;
}
.top-wrap .top .logo a img {
  display: block;
}
.top-wrap .top .side {
  padding-top: 36px;
  float: right;
  position: relative;
  z-index: 2018;
  height: 84px;
}
.icon-col {
  width: 48px;
  height: 84px;
  float: left;
  z-index: 2018;
  margin-left: 10px;
}
.icon-col a {
  display: block;
  width: 48px;
  height: 48px;
}
.hide-icon {
  position: absolute;
  left: 0;
  top: 100px;
  width: 270px;
  background-color: #fff;
  padding: 0 0 20px 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  display: none;
}
.hide-icon a {
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0 auto;
  background-color: #ffaa00;
  color: #fff;
  text-align: center;
  display: block;
}

/* ===== Header: topNav ===== */
.topNav {
  position: relative;
  z-index: 2;
  line-height: 54px;
  background: #266695;
  height: 54px;
}
.topNav dl {
  zoom: 1;
  width: 1100px;
  margin: 0 auto;
}
.topNav dl:after {
  content: "";
  display: block;
  clear: both;
}
.topNav dd {
  float: left;
  position: relative;
  width: 122px;
  text-align: center;
}
.topNav dd h3 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.topNav dd h3 a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 54px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topNav dd.on h3 a,
.topNav dd h3 a:hover {
  color: #333;
  background: url(../images/nav-shadow.png) repeat-x center center #ffaa00;
}
.topNav dd ul {
  display: none;
  position: absolute;
  width: 122px;
  top: 54px;
  left: 0;
  background: #fff;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.topNav dd ul li {
  line-height: 40px;
  border-bottom: 1px solid #f7f7f7;
}
.topNav dd ul li a {
  display: block;
  color: #333;
  padding: 0 15px;
}
.topNav dd ul li a:hover {
  background-color: #f5f5f5;
}

/* ===== Footer ===== */
.foot-wrap {
  background-color: #266695;
  padding: 40px 0 80px 0;
}
.foot-wrap .foot {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
}
.foot-wrap .foot .information {
  float: left;
  padding: 0 0 0 86px;
  background: url("../images/bottom-logo.png") no-repeat left center;
}
.foot-wrap .foot .copyright {
  float: right;
  text-align: right;
}

/* ===== Fix class for scroll ===== */
.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2018;
  width: 100%;
}

/* ===== Existing styles below ===== */
.zs_wrap {
  background-color: #f1f1f1;
}
.banner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.body_wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 40px 0;
  background-color: #fff;
}
.zs_about {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zs_about .txts {
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  padding: 40px 40px;
}
.zs_about .txts img {
  display: block;
  margin-bottom: 20px;
}
.zs_about .txts p {
  margin-top: 10px;
  text-indent: 2em;
}
.title_area {
  height: 84px;
}
.title_area p {
  padding-top: 32px;
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
}
.zs_campus {
  padding-bottom: 35px;
}
.campus_list {
  margin-top: 20px;
  padding: 0 60px;
}
.campus_list .header {
  width: 100%;
  height: 200px;
  background: url(../images/btimg1.png) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}
.campus_list .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 0;
  border-top: 200px solid #004fa2;
  border-right: 80px solid transparent;
}
.campus_list .header .txt {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.campus_list .header h3 {
  font-size: 18px;
  font-weight: normal;
}
.campus_list .header .en {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.campus_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.campus_list ul img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.zs_modle {
  padding-bottom: 40px;
}
.zs_modle .modle_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
.zs_modle .modle_content p {
  text-indent: 2em;
  margin-top: 20px;
}
.zs_modle .modle_content .moshi_img {
  display: block;
  margin-top: 30px;
}
.zs_modle .modle_content .opbtn {
  margin-top: 46px;
}
.zs_modle .modle_content .opbtn a {
  width: 109px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e37437;
  color: #fff;
  background: url(../images/btn-bg.jpg) no-repeat center center;
  display: inline-block;
}
.zs_planning .byzs {
  line-height: 24px;
  padding: 30px 60px 40px;
  overflow: hidden;
}
.zs_planning .major_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.zs_planning .major_table th,
.zs_planning .major_table td {
  border: 1px solid #cccccc;
}
.zs_planning .major_table td {
  height: 30px;
  text-align: center;
}
.zs_planning .major_table td span {
  display: block;
  padding-left: 20px;
  text-align: left;
}
.zs_planning .major_table th {
  font-weight: normal;
  height: 40px;
  /*background-color: #EFEFEF;*/
}
.zs_planning .major_table .txt {
  text-align: left;
  padding: 10px 15px;
}
.zs_planning .major_table .btn_r {
  display: block;
  width: 109px;
  height: 38px;
  margin: 5px auto 0;
  line-height: 38px;
  background: url("../images/btn-bg.jpg") no-repeat;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #e37437;
}
.zs_planning .major_table .btn_r:hover {
  text-decoration: underline;
}
.zs_planning p {
  text-indent: 0;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  margin-top: 28px;
}
.zs_majors .zyjs {
  padding: 30px 60px 50px;
}
.zs_majors .major_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.zs_majors .major_table .txt {
  text-align: left;
  padding: 10px 15px;
}
.zs_majors .major_table th,
.zs_majors .major_table td {
  border: 1px solid #cccccc;
}
.zs_majors .major_table th {
  font-weight: normal;
  height: 40px;
  /*background-color: #EFEFEF;*/
}
.zs_majors .major_table td {
  height: 30px;
  text-align: center;
}
.zs_majors .major_table td span {
  display: block;
  padding-left: 20px;
  text-align: left;
}
.zs_majors .major_table .btn_r {
  display: block;
  width: 109px;
  height: 38px;
  margin: 5px auto 0;
  line-height: 38px;
  background: url("../images/btn-bg.jpg") no-repeat;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #e37437;
}
.zs_majors .major_table .btn_r:hover {
  text-decoration: underline;
}
.major_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.major_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.major_table .txt {
  text-align: left;
  padding: 10px 15px;
}
.major_table th,
.major_table td {
  border: 1px solid #cccccc;
}
.major_table th {
  font-weight: normal;
  height: 40px;
  /*background-color: #EFEFEF;*/
}
.major_table td {
  height: 30px;
  text-align: center;
}
.major_table td span {
  display: block;
  padding-left: 20px;
  text-align: left;
}
.major_table .btn_r {
  display: block;
  width: 109px;
  height: 38px;
  margin: 5px auto 0;
  line-height: 38px;
  background: url("../images/btn-bg.jpg") no-repeat;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #e37437;
}
.major_table .btn_r:hover {
  text-decoration: underline;
}
.zs_xueli {
  padding-bottom: 50px;
}
.zs_xueli .byzs {
  padding: 20px 40px;
}
.zs_xueli .byzs p {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  text-indent: 2em;
}
.zs_xueli .zs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 60px;
}
.zs_xueli .zs_list img {
  width: 31.8%;
}
.college_list {
  width: 100%;
  padding: 0 60px;
}
.college_list .college_head {
  background-color: #C01A21;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
.college_list .college_head h3 {
  font-weight: normal;
}
.college_list ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 2px dotted #C01A21;
}
.college_list ul li .images_side {
  width: 290px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.college_list ul li .images_side img {
  display: block;
  width: 135px;
  height: 90px;
  object-fit: cover;
  margin: 0 5px;
  margin-bottom: 10px;
}
.college_list ul li .images_side img:last-child {
  width: 100%;
}
.college_list ul li .images_side2 {
  width: 290px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.college_list ul li .images_side2 img {
  display: block;
  width: 135px;
  height: 90px;
  object-fit: cover;
  margin: 0 5px;
  margin-bottom: 10px;
}
.college_list ul li .txt_side {
  flex: 1;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
}
.college_list ul li .txt_side h3 {
  font-size: 18px;
  color: #0451A3;
  margin-bottom: 15px;
}
.college_list ul li .txt_side p {
  text-indent: 2em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  word-break: break-all;
}
.college_list ul li .txt_side p strong {
  color: #0451A3;
  margin-right: 3px;
}
.college_list ul li:nth-child(2n) .txt_side {
  padding-left: 20px;
  padding-right: 0;
}
.college_list ul li:last-child {
  border-bottom: none;
}
.zs_students .stu_list {
  padding: 0 40px 0 60px;
  margin-top: 24px;
}
.zs_students ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zs_students ul li {
  width: 293px;
  height: 374px;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.zs_students ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs_students ul li .inofs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 194px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #0E56A4;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.zs_students ul li .inofs h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.zs_students ul li .inofs .txt {
  font-size: 14px;
  line-height: 26px;
}
.dw_list {
  padding: 30px 40px 30px 60px;
}
.dw_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dw_list ul li {
  width: 142px;
  height: 102px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.dw_list ul li img {
  display: block;
  max-width: 142px;
  max-height: 102px;
  object-fit: cover;
}
.student_ls {
  padding: 20px 60px 40px;
  overflow: hidden;
}
.student_ls .header {
  width: 100%;
  height: 200px;
  background: url(../images/btimg2.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}
.student_ls .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 0;
  border-top: 200px solid #C01A21;
  border-right: 80px solid transparent;
}
.student_ls .header .txt {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.student_ls .header h3 {
  font-size: 18px;
  font-weight: normal;
}
.student_ls .header .en {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.student_ls .list .item {
  position: relative;
}
.student_ls .list img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.student_ls .list p {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #004FA2;
  padding: 3px 20px;
  color: #C01A21;
  font-size: 14px;
  text-shadow: 0 0 0px #fff;
}
.student_ls .list .col1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.student_ls .list .col2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.student_ls .list .col2 .item img {
  height: 185px;
}
.student_ls .list .col2 .item:nth-child(1),
.student_ls .list .col2 .item:nth-child(2) {
  width: 275px;
  height: 185px;
  margin-right: 10px;
}
.student_ls .list .col2 .item:nth-child(3) {
  flex: 1;
  width: 100%;
}
.student_ls .list .col3 {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.student_ls .list .col3 .lside {
  width: 398px;
  height: 510px;
}
.student_ls .list .col3 .lside img {
  height: 100%;
}
.student_ls .list .col3 .rside {
  width: 492px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.student_ls .list .col3 .rside .item {
  width: 240px;
  height: 180px;
}
.student_ls .list .col3 .rside .item img {
  height: 100%;
}
.student_ls .list .col3 .side_t {
  display: flex;
  justify-content: space-between;
}
.student_ls .list .col3 .bomt {
  width: 492px;
}
.zs_notice .zstj2,
.zs_notice .bmlc {
  padding: 0 60px;
}
.zs_notice .zstj2 h4 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.zs_notice .zstj2 p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 20px 0 !important;
}
.zs_notice .bmlc {
  padding: 0 60px 60px;
  overflow: hidden;
  margin-top: 32px;
}
.zs_notice .bmlc h4 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.zs_notice .ld_nav {
  width: 1440px;
  margin: 18px auto 0;
  height: 118px;
  position: relative;
}
.zs_notice .ld_nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 151px;
  background: url("../images/nav_bar.png") no-repeat top left;
}
.zs_notice .ld_nav li {
  float: left;
  width: 150px;
  text-align: center;
  padding-top: 60px;
}
.zs_notice .ld_nav li p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-transform: capitalize;
}
.zs_notice .ld_nav li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
  margin-top: 3px;
}
.zs_notice .ld_nav li a:hover {
  text-decoration: none;
}
.zs_bm .format {
  padding: 0 60px 40px;
  margin-top: 24px;
}
.zs_luqu .format {
  padding: 0 60px 60px;
}
