/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.college-news .news-main {
  background: url(../images/college-news-bg.jpg) center bottom / cover no-repeat;
  background-size: 100% 100%;
  padding-top: 4.0625%;
  padding-bottom: 5.5208%;
}
.college-news .news-list {
  margin-top: 5.45%;
  margin-bottom: 4.8484%;
}
.news-list li {
  padding-left: 12px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #bd9659;
  margin-bottom: 30px;
}
.news-list li:hover .time {
  color: #c8a063;
}
.news-list li:hover .time:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.news-list li:hover .time:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-list li:hover .desc h4 {
  color: #c8a063;
  font-weight: bold;
}
.news-list a {
  display: block;
  font-size: 0;
}
.news-list .news-img {
  width: 28.6697%;
  border: 1px solid #be9567;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
}
.news-list .news-text {
  width: 71.3302%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.news-list .day {
  font-size: 42px;
  line-height: 1;
}
.news-list .m-y {
  font-size: 14px;
}
.news-list .time {
  width: 120px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news-list .time:before,
.news-list .time:after {
  content: '';
  width: 4px;
  height: 101px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
}
.news-list .time:before {
  background: url(../images/news-line2.png) no-repeat;
  z-index: 1;
}
.news-list .time:after {
  background: url(../images/news-line3.png) no-repeat;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news-list .desc {
  width: calc(100% - 147px);
  display: inline-block;
  vertical-align: middle;
}
.news-list .desc h4 {
  font-size: 18px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news-list .desc p {
  font-size: 12px;
  color: #696969;
  line-height: 18px;
  letter-spacing: 0.6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-list .m-time {
  display: none;
}
.interview .news-main {
  padding-top: 10px;
}
.develop-main {
  background: url(../images/college-news-bg.jpg) center bottom / cover no-repeat;
  background-size: 100% 100%;
  padding-top: 7.4242%;
  padding-bottom: 5.8333%;
}
.develop-main li {
  color: #2d2d2d;
  cursor: pointer;
}
.develop-main li:nth-child(odd) .part-wrap {
  float: right;
}
.develop-main li:nth-child(odd) .empty-wrap {
  float: left;
}
.develop-main li:nth-child(odd) .dev-desc {
  padding-left: 140px;
  padding-right: 15%;
}
.develop-main li:nth-child(odd) .dev-desc:before {
  left: 0;
}
.develop-main li:nth-child(odd) .year {
  float: left;
  padding-left: 47px;
}
.develop-main li:nth-child(odd) .year:before {
  left: -13px;
}
.develop-main li:nth-child(odd) .year:after {
  left: -12px;
}
.develop-main li:nth-child(odd) .month {
  float: right;
}
.develop-main li:nth-child(even) {
  text-align: right;
}
.develop-main li:nth-child(even) .part-wrap {
  float: left;
}
.develop-main li:nth-child(even) .empty-wrap {
  float: right;
}
.develop-main li:nth-child(even) .dev-desc {
  padding-right: 140px;
  padding-left: 15%;
}
.develop-main li:nth-child(even) .dev-desc:before {
  right: 0;
}
.develop-main li:nth-child(even) .year {
  float: right;
  padding-right: 45px;
}
.develop-main li:nth-child(even) .year:before {
  right: -13px;
}
.develop-main li:nth-child(even) .year:after {
  right: -12px;
}
.develop-main li:nth-child(even) .month {
  float: left;
}
.develop-main li:last-child .dev-desc:before {
  display: none;
}
.develop-main li:hover {
  color: #bd9659;
}
.develop-main li:hover .year:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.develop-main li:hover .year:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.develop-main .part-wrap,
.develop-main .empty-wrap {
  width: 50%;
}
.develop-main .year {
  width: 140px;
  font-size: 22px;
  line-height: 22px;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.develop-main .year:before,
.develop-main .year:after {
  content: '';
  position: absolute;
  transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  top: -8px;
}
.develop-main .year:before {
  content: '';
  width: 25px;
  height: 34px;
  background: url(../images/ring1.png) no-repeat;
}
.develop-main .year:after {
  width: 23px;
  height: 33px;
  background: url(../images/ring2.png) no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}
.develop-main .month {
  font-size: 20px;
  line-height: 22px;
  width: calc(100% - 140px);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.develop-main .no-month .year {
  width: auto;
}
.develop-main .no-month .month {
  width: 0;
}
.develop-main .dev-desc {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  min-height: 64px;
  margin-top: 7px;
  margin-bottom: 13px;
}
.develop-main .dev-desc:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #b1b1b0;
  position: absolute;
  top: 0;
}
.introduce .introduce-part1 {
  background: url(../images/intro-bg1.jpg) center bottom no-repeat;
  background-size: 100% 100%;
  padding-top: 5.5208%;
  padding-bottom: 10.1041%;
}
.introduce .part1-1 {
  position: relative;
}
.introduce .part1-1-l {
  width: 53.7878%;
}
.introduce .part1-1-r {
  width: 50.7575%;
  position: absolute;
  background-color: #fff;
  background-image: url(../images/intro-img2.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 14px 13px 14px 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.introduce .part1-1-intro {
  width: 100%;
  border: 2px solid #b89e78;
  padding: 8.22% 5% 4.34% 6%;
}
.introduce .part1-1-intro .intro-txt {
  font-size: 13px;
  line-height: 24px;
}
.introduce .part1-1-intro .intro-txt p {
  font-size: 13px;
  line-height: 24px;
}
.introduce .intro-person {
  padding-left: 2.33%;
  margin-top: 6.06%;
  font-size: 0;
}
.introduce .person-item {
  font-size: 0;
  margin-right: 6.585%;
  display: inline-block;
  vertical-align: middle;
}
.introduce .person-item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 14px;
  margin-right: 14px;
}
.introduce .person-item:last-child {
  margin-right: 0;
}
.introduce .person-img-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  position: relative;
}
.introduce .person-img-wrap:before {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #bd9659;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.introduce .person-img {
  border: 3px solid #bd9659;
  border-radius: 50%;
  overflow: hidden;
}
.introduce .part1-2 {
  margin-top: 6.5151%;
  margin-bottom: 7.9545%;
}
.introduce .target-list {
  margin-top: 2.8787%;
}
.introduce .target-list ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.introduce .target-list li {
  width: 33.3333%;
  padding: 0 12px;
}
.introduce .target-item {
  width: 100%;
  min-height: 102px;
  position: relative;
  border: 1px solid #c8a063;
  padding: 10px;
  display: table;
}
.introduce .target-item > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}
.introduce .target-item:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #c8a063;
  position: absolute;
  left: 4px;
  top: 3px;
}
.introduce .order-num {
  width: 134px;
}
.introduce .part1-3 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.introduce .part1-3 > div {
  margin-top: -1px;
}
.introduce .part1-3 .intro-desc {
  width: 84%;
  margin: 5.76% auto 11.55%;
}
.introduce .part1-3 .intro-desc p {
  line-height: 24px;
}
.introduce .part1-3 .part1-3-1,
.introduce .part1-3 .part1-3-3 {
  width: 51.2121%;
}
.introduce .part1-3 .part1-3-2,
.introduce .part1-3 .part1-3-4 {
  width: 48.7878%;
}
.introduce .introduce-part2 {
  background: url(../images/strength-bg.jpg) center / cover no-repeat;
  padding-top: 4.0625%;
}
.introduce .strength-txt {
  color: #fff;
}
.introduce .strength-txt h4 {
  font-size: 30px;
  margin-bottom: 3%;
}
.introduce .strength-txt .desc {
  width: 71%;
  margin: 0 auto;
}
.introduce .strength-txt .desc,
.introduce .strength-txt p {
  font-size: 14px;
  line-height: 24px;
}
.introduce .strength-data {
  background-color: #c8a063;
  width: 100%;
  font-size: 0;
  padding-top: 3.9%;
  padding-bottom: 2.65%;
  transform: translateY(26.78%);
  -ms-transform: translateY(26.78%);
  -o-transform: translateY(26.78%);
  -webkit-transform: translateY(26.78%);
  -moz-transform: translateY(26.78%);
}
.introduce .data-item {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  width: 21%;
  position: relative;
}
.introduce .data-item:after {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px dashed #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.introduce .data-item:last-child .unit {
  margin-left: 4px;
}
.introduce .data-item:last-child:after {
  display: none;
}
.introduce .data-top > div {
  display: inline-block;
  vertical-align: bottom;
}
.introduce .data-top .num {
  font-size: 46px;
  font-family: Arial;
  font-weight: bold;
  line-height: 1;
  margin-right: 4px;
}
.introduce .data-top .unit {
  font-size: 14px;
  margin-bottom: 5px;
}
.introduce .data-name {
  font-size: 16px;
  margin-top: 17px;
}
.introduce .introduce-part3 {
  background: url(../images/intro-bg2.jpg) center bottom no-repeat;
  background-size: 100% 100%;
  padding-top: 8.02%;
  padding-bottom: 6.4%;
}
.introduce .future-img {
  width: 54.54%;
  position: relative;
}
.introduce .future-img .img_scale {
  position: relative;
  z-index: 10;
}
.introduce .future-img:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 5px solid #c8a063;
  position: absolute;
  left: 2.9166%;
  top: 4.4973%;
  z-index: 1;
}
.introduce .future-txt {
  width: 34.84%;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 9.09%;
}
.introduce .future-txt p {
  font-size: 14px;
  line-height: 26px;
}
.construct .desc {
  line-height: 24px;
  margin-top: 24px;
}
.teacher {
  padding-top: 4.1666%;
  padding-bottom: 90px;
}
.teacher .desc {
  margin-bottom: 18px;
}
.teacher .type-list a {
  width: 140px;
}
.teacher .teacher-list {
  margin-top: 3.409%;
}
.teacher .teacher-list ul {
  display: flex;
  flex-wrap: wrap;
}
.teacher .teacher-list li {
  width: calc(50% - 20px);
  margin: 0 10px 50px;
  border: 1.5px solid #bd9659;
}
.teacher .teacher-item {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.teacher .teacher-item .pic {
  width: 150px;
}
.teacher .teacher-item .pic-inner {
  background: #bd9659;
  padding: 6px 4px;
  border-radius: 6px;
}
.teacher .teacher-item img {
  border-radius: 6px;
}
.teacher .teacher-item:hover {
  color: #fff;
  background: #bd9659;
  -webkit-box-shadow: 1px 5px 17.1px 0.9px rgba(86, 72, 62, 0.33);
  box-shadow: 1px 5px 17.1px 0.9px rgba(86, 72, 62, 0.33);
}
.teacher .teacher-info {
  width: calc(100% - 150px);
  padding-left: 3.1897%;
  padding-bottom: 2.2328%;
}
.teacher .teacher-info .name {
  font-size: 24px;
  font-weight: bold;
  height: 56px;
  padding-top: 5.23%;
}
.teacher .teacher-info .bottom-table {
  display: table;
  height: calc(100% - 56px);
}
.teacher .teacher-info .bottom-cell {
  display: table-cell;
  vertical-align: bottom;
}
.teacher .teacher-info .job {
  font-size: 16px;
  margin-bottom: 16px;
}
.teacher .teacher-info .info {
  font-size: 12px;
  line-height: 20px;
}
.course .desc {
  margin-bottom: 10px;
}
.course .course-con {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  margin-top: 33px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.course .course-con:hover {
  -webkit-box-shadow: 1px 5px 17.1px 0.9px rgba(86, 72, 62, 0.24);
  box-shadow: 1px 5px 17.1px 0.9px rgba(86, 72, 62, 0.24);
}
.course .course-con:hover .type1-wrap {
  color: #bd9659;
  background-color: #0b2a4a;
}
.course .course-con:hover .type1-inner-wrap {
  border-color: rgba(189, 150, 89, 0.8);
}
.course .course-con:hover .list-wrap {
  background-color: #fffcf9;
}
.course .type1-wrap {
  width: 248px;
  background-color: #bd9659;
  color: #fff;
  padding: 5px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.course .type1-inner-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 10px 0;
  transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.course .type1-inner-wrap p {
  font-size: 30px;
  margin-bottom: 10px;
}
.course .type1-inner-wrap span {
  font-size: 18px;
  font-family: Arial;
}
.course .list-wrap {
  width: calc(100% - 248px);
  background-color: #fff;
  background-image: url(../images/course-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 28px 40px 12px;
  transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
}
.course .type2-list {
  font-size: 0;
  margin-bottom: 6px;
}
.course .type2-list label,
.course .type2-list ul {
  display: inline-block;
  vertical-align: top;
}
.course .type2-list label {
  font-size: 16px;
  line-height: 25px;
}
.course .type2-list li {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding: 0 8px;
  margin-right: 6px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.build {
  padding-top: 6.7187%;
  padding-bottom: 2.9687%;
}
.build .build-main {
  margin-top: 3.41%;
  margin-bottom: 9.24%;
}
.build .build-main ul {
  display: flex;
  flex-wrap: wrap;
}
.build .build-main li {
  width: 25%;
}
.build .build-main li:nth-child(odd) .txt-wrap:before {
  border-top: 16px solid #fff;
  border-bottom: 16px solid transparent;
  top: 0;
}
.build .build-main li:nth-child(even) .txt-wrap:before {
  border-bottom: 16px solid #fff;
  border-top: 16px solid transparent;
  bottom: 0;
}
.build .txt-wrap {
  position: relative;
  background-color: #bd9659;
}
.build .txt-wrap img {
  opacity: 0 !important;
}
.build .txt-wrap p {
  color: #fff;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 14%;
  text-align: center;
}
.build .txt-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.plan {
  background: #e9dfd4;
  padding-top: 6.093%;
  padding-bottom: 3.2812%;
}
.plan .plan-list li {
  width: 25%;
  float: left;
  text-align: center;
}
.plan .plan-txt {
  color: #000;
  padding: 0 11%;
  margin-top: 14.54%;
}
.plan .plan-txt h5 {
  font-size: 18px;
  position: relative;
  padding-bottom: 18px;
}
.plan .plan-txt h5:after {
  content: '';
  width: 57.36%;
  height: 1px;
  background: #d6c5b2;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.plan .plan-txt p {
  line-height: 26px;
}
.structure .work-sys {
  padding-top: 4.1666%;
  padding-bottom: 7.0833%;
}
.structure .sys-tree {
  font-size: 0;
  margin-top: 5.1515%;
}
.structure .main-tree {
  display: inline-block;
  font-size: 0;
}
.structure .job {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  width: 136px;
  line-height: 46px;
  background-color: #c8a063;
  position: relative;
}
.structure .job:before {
  content: '';
  width: 0;
  height: 107px;
  border-left: 1px dashed #bd9659;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.structure .job1 {
  margin-bottom: 107px;
}
.structure .job1:before {
  top: 100%;
}
.structure .job2 {
  margin: 107px 27px 0;
}
.structure .job2:before {
  bottom: 100%;
}
.structure .job-wrap {
  position: relative;
}
.structure .job-wrap:before {
  content: '';
  width: calc(100% - 190px);
  height: 0;
  border-top: 1px dashed #bd9659;
  position: absolute;
  top: 0;
  left: 95px;
}
.structure .lead-sys {
  padding-bottom: 6.25%;
}
.structure .lead-form {
  width: 87.5%;
  margin: 4.3939% auto 0;
  border: 1px solid #e3ddd3;
  background-color: #fff;
  background-image: url(../images/course-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 9px 12px;
}
.structure .inner-form {
  width: 100%;
  height: 100%;
  border: 1px solid #c8a063;
  padding: 6.387% 10.1153% 5.3238% 8.4294%;
}
.structure .inner-form li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 15px;
}
.structure .inner-form .position {
  width: 273px;
  padding-left: 14px;
  margin-right: 47px;
  border-bottom: 1px solid #e3cfb1;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 6px;
}
.structure .inner-form .name {
  width: calc(100% - 320px);
  border-bottom: 1px dashed #decaac;
  font-size: 14px;
  line-height: 22px;
  padding-left: 30px;
  padding-bottom: 6px;
}
.honor .honor-main {
  padding-bottom: 8.4895%;
}
.honor .honor-list {
  padding-top: 26px;
  margin-bottom: 5%;
}
.honor .honor-list li {
  font-size: 0;
  padding-left: 6px;
  padding-right: 4px;
  border-bottom: 1px dashed #bd9659;
  padding-top: 5.4545%;
  padding-bottom: 4.5454%;
  min-height: 414px;
}
.honor .honor-tit {
  font-size: 0;
  padding-bottom: 12px;
  margin-bottom: 32px;
  position: relative;
}
.honor .honor-tit h3,
.honor .honor-tit span {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-weight: bold;
}
.honor .honor-tit h3 {
  font-size: 16px;
}
.honor .honor-tit span {
  font-size: 14px;
}
.honor .honor-tit:after {
  content: '';
  width: 32.258%;
  height: 1px;
  background: #c8a063;
  position: absolute;
  left: 0;
  bottom: 0;
}
.honor .desc {
  font-size: 12px;
  line-height: 24px;
}
.honor .desc p {
  font-size: 12px;
  line-height: 24px;
}
.honor .honor-txt {
  width: 69.312%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 7.7092%;
}
.honor .honor-img {
  width: 30.687%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #be9567;
}
.news-detail .detail-main {
  padding-top: 5.9895%;
  padding-bottom: 9.6354%;
}
.news-detail .con {
  border: 1px solid #eee;
  background-color: #fffbf8;
  background-image: url(../images/news-detail-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-left: 3.7878%;
  padding-right: 3.4848%;
}
.news-detail .left-wrap {
  width: calc(100% - 290px);
  padding-right: 5.237%;
}
.news-detail .detail-wrap {
  padding-top: 6.9124%;
}
.news-detail .detail-wrap .tit {
  font-size: 18px;
  line-height: 22px;
}
.news-detail .detail-wrap .info {
  color: #696969;
  font-size: 12px;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 28px;
}
.news-detail .detail-wrap .info span:first-child {
  margin-right: 35px;
}
.news-detail .content {
  padding-top: 28px;
  padding-bottom: 40px;
  border-top: 1px dashed #caaa79;
  border-bottom: 1px dashed #caaa79;
  font-size: 12px;
  line-height: 22px;
}
.news-detail .content img,
.news-detail .content video,
.news-detail .content audio {
  max-width: 100%;
}
.news-detail .recommend {
  width: 290px;
  margin-top: 9.0016%;
}
.news-detail .recommend p {
  font-size: 16px;
  margin-bottom: 20px;
}
.news-detail .recommend-list li {
  border: 1px solid #bd9659;
  padding: 1px;
  margin-bottom: 28px;
}
.news-detail .recommend-list li:hover h4 {
  color: #c8a063;
}
.news-detail .recommend-list h4 {
  font-size: 12px;
  padding: 16px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.news-detail .news-page {
  margin-top: 25px;
  margin-bottom: 52px;
}
.news-detail .news-page p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 10px;
}
.news-detail .news-page a {
  color: #8e8e8e;
  text-decoration: underline;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.news-detail .news-page a:hover {
  color: #c8a063;
}
.zixun .zixun-main {
  padding-top: 4.0625%;
}
.zixun .msg-collect {
  padding-left: 17.1969%;
  margin-top: 38px;
  margin-bottom: 7.7272%;
  position: relative;
}
.zixun .msg-board {
  width: 28.3333%;
  border: 1px solid #eee;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  left: 6.2121%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background-image: url(../images/msg-txt.png);
  background-repeat: no-repeat;
  background-size: 71.39% auto;
  background-position: center 110px;
  padding: 15px 16px 8px 22px;
}
.zixun .inner-con {
  width: 100%;
  border: 1px solid #b89e78;
  padding-bottom: 82px;
  position: relative;
}
.zixun .inner-con:before {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 1px);
  border: 3px solid #b89e78;
  position: absolute;
  left: -8px;
  top: -6px;
  pointer-events: none;
}
.zixun .board-tit {
  margin-top: 88px;
  margin-bottom: 96px;
  position: relative;
}
.zixun .board-tit h4 {
  font-size: 18px;
}
.zixun .board-tit:before {
  content: '';
  width: 212px;
  height: 48px;
  background: url(../images/index-intro-tit.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  pointer-events: none;
}
.zixun .board-desc {
  width: 187px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 8px 5px;
  border-top: 1px solid rgba(184, 158, 120, 0.14);
  border-bottom: 1px solid rgba(184, 158, 120, 0.14);
}
.zixun .msg-form {
  background-color: #fffbf8;
  border: 1px solid #e3ddd3;
  background-image: url(../images/news-detail-bg.png);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-left: 31.7474%;
  padding-top: 74px;
  padding-bottom: 42px;
}
.zixun .ipt {
  font-size: 0;
  margin-bottom: 12px;
  position: relative;
}
.zixun .ipt label {
  font-size: 16px;
  display: inline-block;
}
.zixun .ipt input {
  width: 448px;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #c8a063;
  background-color: #fffbf8;
  padding: 0 10px;
}
.zixun .ipt textarea {
  width: 448px;
  height: 114px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #c8a063;
  background-color: #fffbf8;
  padding: 6px 10px;
  vertical-align: top;
}
.zixun .ipt i {
  font-style: normal;
  font-size: 12px;
  line-height: 34px;
  padding-left: 12px;
  display: inline-block;
}
.zixun .content-ipt label {
  margin-top: 4px;
}
.zixun .content-ipt i {
  margin-top: -5px;
}
.zixun .btns {
  margin-top: 25px;
  margin-left: 48px;
}
.zixun .btns button {
  width: 78px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #c8a063;
  background-color: #fffbf8;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  overflow: hidden;
  position: relative;
}
.zixun .btns button:before {
  content: '';
  width: 36px;
  height: 31px;
  background: url(../images/flower2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  bottom: -7px;
  display: none;
}
.zixun .btns button:hover {
  color: #fff;
  background-color: #c8a063;
}
.zixun .btns button:hover:before {
  display: block;
}
.msg-list-wrap {
  padding-bottom: 5.3%;
}
.msg-list-wrap .tit {
  font-size: 20px;
  border-bottom: 8px solid #c8a063;
  padding-bottom: 32px;
  margin-bottom: 6px;
}
.msg-list {
  margin-bottom: 5.4545%;
}
.msg-list li {
  padding-left: 7px;
  border-bottom: 1px dashed #d4b58a;
  margin-top: 42px;
  padding-bottom: 18px;
}
.msg-list .msg-label {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 62px;
}
.msg-list .info-wrap {
  font-size: 0;
  margin-top: 7px;
}
.msg-list .theme {
  min-width: 60%;
}
.msg-list .theme .desc-con {
  font-size: 16px;
}
.msg-list .desc-con {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  width: calc(100% - 62px);
}
.msg-list .send-info {
  padding-right: 8px;
  font-size: 0;
}
.msg-list .send-info span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.msg-list .send-info span:first-child {
  margin-right: 24px;
}
.msg-list .reply-time {
  display: inline-block;
  font-size: 12px;
  margin-top: 24px;
}
.image-video-main {
  padding-top: 4.0625%;
  padding-bottom: 8.177%;
}
.video-list {
  margin-top: 4.8484%;
}
.video-list ul {
  margin: 0 -12px;
}
.video-list li {
  float: left;
  width: 25%;
  padding: 0 12px;
  margin-bottom: 56px;
}
.video-list .video-post {
  border: 1px solid #bd9659;
  padding: 1px;
  cursor: pointer;
  position: relative;
}
.video-list .video-post .img_scale {
  border: 1px solid #d1c0a5;
}
.video-list .video-post:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/play.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.video-list p {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.image-main {
  margin-top: 5.9%;
}
.image-main .image-list {
  margin-top: 4.3939%;
  margin-bottom: 25px;
}
.image-main .image-list ul {
  margin: 0 -4px;
}
.image-main .image-list li {
  float: left;
  width: 33.3333%;
  padding: 0 4px;
  margin-bottom: 40px;
}
.image-main .image-list .pic {
  border: 1px solid #bd9659;
  padding: 3px;
}
.image-main .image-list p {
  margin-top: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.photo-pop #lightbox_mask {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.photo-pop #lightbox_popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.photo-pop .pic-view {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 90%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center;
}
.photo-pop .pic {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border: 6px solid #fff;
}
.photo-pop .btn {
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.photo-pop .btn:after {
  content: '';
  width: 12px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.photo-pop .btn:hover {
  background: #628aff;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.photo-pop .btn:hover:after {
  background-position: -12px 0;
}
.photo-pop .btn-prev {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.photo-pop .btn-prev:after {
  background: url(../images/arr-left.png) no-repeat;
}
.photo-pop .btn-next {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.photo-pop .btn-next:after {
  background: url(../images/arr-right.png) no-repeat;
}
.photo-pop .btn-close {
  right: 10px;
  top: 10px;
}
.photo-pop .btn-close:after {
  width: 20px;
  background: url(../images/close.png) no-repeat;
}
.photo-pop .btn-close:hover:after {
  background-position: -20px 0;
}
.photo-pop .caption-view {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 12px 0;
}
.photo-pop .caption-view p {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.culture-main {
  padding-top: 5.9895%;
  padding-bottom: 8.2291%;
}
.culture-main ul {
  display: flex;
  flex-wrap: wrap;
}
.culture-main li {
  width: calc(33.3333% - 24px);
  margin: 0 12px;
  border: 1px solid #c8a063;
  padding: 0 2.5757%;
  position: relative;
}
.culture-main li:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #c8a063;
  position: absolute;
  left: 5px;
  top: 4px;
}
.culture-main .cul-head {
  width: 100%;
  min-height: 106px;
  display: table;
}
.culture-main .cul-head > div {
  display: table-cell;
  vertical-align: middle;
}
.culture-main .order-num {
  width: 90px;
}
.culture-main .cul-tit {
  font-size: 18px;
  padding-left: 19.3641%;
}
.culture-main .cul-desc {
  display: table;
  width: 100%;
  min-height: 192px;
  border-top: 1px dashed #c8a063;
}
.culture-main .cul-desc p {
  line-height: 24px;
}
.culture-main .desc-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.journal-main {
  padding-top: 5.052%;
  padding-bottom: 6.1458%;
  background: url(../images/college-news-bg.jpg) center bottom / cover no-repeat;
}
.journal-list {
  margin-bottom: 2.4242%;
}
.journal-list li {
  float: left;
  padding: 7px 7.9545% 7px 23px;
  border: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 35px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.journal-list li:hover {
  -webkit-box-shadow: 0px 0px 28px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 28px 1px rgba(0, 0, 0, 0.26);
}
.journal-list a {
  display: block;
  font-size: 0;
}
.journal-list a > div {
  display: inline-block;
  vertical-align: middle;
}
.journal-list .journal-img {
  width: 165px;
  border: 1px solid #bd9659;
  padding: 3px;
}
.journal-list .right-wrap {
  width: calc(100% - 165px);
  padding-left: 60px;
  color: #2d2d2d;
  -webkit-font-smoothing: subpixel-antialiased;
}
.journal-list .tit {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.journal-list .info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.journal-list .info span:first-child {
  margin-right: 20px;
}
.journal-list .info:after {
  content: '';
  width: 430px;
  height: 0;
  border-top: 1px dashed #bd9659;
  position: absolute;
  left: 0;
  bottom: 0;
}
.journal-list .desc {
  font-size: 12px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.brand-main {
  padding-top: 4.2708%;
  padding-bottom: 6.1458%;
}
.brand-out-con {
  background-color: #fff;
  border: 1px solid #e3ddd3;
  padding: 14px 14px 21px;
}
.brand-in-con {
  border: 1px solid #c8a063;
  padding: 4.9612% 4.6511% 2.9457%;
}
.brand-in-con .content1 {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 63px;
}
.brand-in-con .content1 img {
  max-width: 100%;
  height: auto;
}
.brand-in-con .content2 {
  background-color: #bd9659;
  padding: 34px 40px 32px;
}
.brand-in-con .brand-con2-wrap1 > div {
  float: left;
}
.brand-in-con .brand-con2-wrap1 > div:nth-child(1) {
  width: 27.2058%;
}
.brand-in-con .brand-con2-wrap1 > div:nth-child(2) {
  width: 38.7867%;
}
.brand-in-con .brand-con2-wrap1 > div:nth-child(3) {
  width: 33.9154%;
}
.brand-in-con .brand-con2-txt {
  padding-left: 1.1049%;
  padding-top: 4.5955%;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}
.brand-in-con .brand-flag {
  width: 46.0405%;
  margin-left: 3.6%;
}
@media (max-width: 1440px) {
  .introduce .part1-1-l {
    width: 45%;
  }
  .introduce .part1-1-r {
    width: 60%;
  }
  .introduce .part1-1-intro {
    border: 2px solid #b89e78;
    padding: 3.2% 3% 3.5% 4%;
  }
  .structure .job {
    font-size: 14px;
    width: 100px;
  }
  .structure .job:before {
    height: 65px;
  }
  .structure .job1 {
    margin-bottom: 65px;
  }
  .structure .job2 {
    margin: 65px 18px 0;
  }
  .structure .job-wrap:before {
    width: calc(100% - 136px);
    left: 68px;
  }
}
@media (max-width: 1280px) {
  .culture-main .order-num {
    width: 50px;
    background-size: 100% auto;
  }
  .culture-main .cul-tit {
    padding-left: 14%;
  }
  .introduce .part1-1-l {
    width: 100%;
    text-align: center;
  }
  .introduce .part1-1-r {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .introduce .intro-person {
    text-align: center;
    padding-left: 0;
  }
  .introduce .order-num {
    width: 90px;
    background-size: 60% auto;
  }
  .introduce .part1-3 .intro-desc {
    margin: 3% auto 4%;
  }
  .introduce .strength-txt h4 {
    font-size: 26px;
  }
  .introduce .data-top .num {
    font-size: 36px;
  }
  .introduce .future-txt {
    width: 38%;
  }
  .develop-main li:nth-child(odd) .dev-desc {
    padding-left: 120px;
    padding-right: 0;
  }
  .develop-main li:nth-child(even) .dev-desc {
    padding-right: 120px;
    padding-left: 0;
  }
  .develop-main .year {
    font-size: 20px;
    width: 120px;
  }
  .develop-main .month {
    font-size: 18px;
    width: calc(100% - 120px);
  }
  .honor .honor-list li {
    min-height: 250px;
  }
  .course .type1-wrap {
    width: 200px;
  }
  .course .type1-inner-wrap p {
    font-size: 24px;
  }
  .course .type1-inner-wrap span {
    font-size: 16px;
  }
  .course .list-wrap {
    width: calc(100% - 200px);
  }
  .plan .plan-img img {
    width: 75%;
  }
  .plan .plan-txt {
    margin-top: 9%;
  }
  .plan .plan-txt h5 {
    font-size: 16px;
  }
  .plan .plan-txt p {
    line-height: 22px;
  }
  .zixun .msg-board {
    width: 280px;
    left: 2%;
    background-position: center 64px;
  }
  .zixun .board-tit {
    margin-top: 35px;
    margin-bottom: 70px;
  }
  .zixun .board-tit:before {
    width: 185px;
  }
  .zixun .msg-collect {
    padding-left: 195px;
  }
  .zixun .msg-form {
    padding-left: 153px;
  }
  .zixun .ipt input,
  .zixun .ipt textarea {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .culture-main li {
    width: 100%;
    margin: 0 0 25px;
  }
  .culture-main .cul-head {
    min-height: 90px;
    padding-left: 3%;
  }
  .culture-main .cul-tit {
    padding-left: 7%;
    font-size: 16px;
  }
  .culture-main .cul-desc {
    min-height: 100px;
  }
  .news-list .day {
    font-size: 30px;
  }
  .news-list .time {
    width: 90px;
    margin-right: 14px;
  }
  .news-list .desc {
    width: calc(100% - 104px);
  }
  .news-detail .left-wrap {
    width: calc(100% - 220px);
  }
  .news-detail .recommend {
    width: 220px;
  }
  .video-list li {
    width: 33.3333%;
    margin-bottom: 40px;
  }
  .introduce .target-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .introduce .target-item {
    min-height: 80px;
  }
  .introduce .order-num {
    background-size: 50% auto;
  }
  .introduce .part1-3 .part1-3-1,
  .introduce .part1-3 .part1-3-2,
  .introduce .part1-3 .part1-3-3,
  .introduce .part1-3 .part1-3-4 {
    width: 100%;
  }
  .introduce .part1-3 .intro-desc {
    width: 96%;
  }
  .introduce .part1-3 .part1-3-2 img,
  .introduce .part1-3 .part1-3-3 img,
  .introduce .part1-3 .part1-3-4 img {
    width: 100%;
  }
  .introduce .strength-txt .desc {
    width: 92%;
  }
  .introduce .future-txt {
    padding-right: 0;
    margin-top: 5%;
  }
  .structure .work-sys {
    padding-top: 7%;
    padding-bottom: 9%;
  }
  .structure .job2 {
    margin: 65px 24px 0;
    width: 40px;
    line-height: 20px;
    padding: 8px 13px;
    height: 120px;
    vertical-align: top;
  }
  .structure .job-wrap:before {
    width: calc(100% - 88px);
    left: 44px;
  }
  .structure .lead-form {
    width: 100%;
  }
  .honor .honor-txt {
    width: 58%;
    padding-right: 4%;
  }
  .honor .honor-img {
    width: 42%;
  }
  .teacher .teacher-list li {
    width: 100%;
    margin: 0 0 30px;
  }
  .teacher .teacher-info .name {
    font-size: 20px;
  }
  .course .type1-wrap {
    width: 100%;
  }
  .course .list-wrap {
    width: 100%;
  }
  .course .type1-inner-wrap p {
    font-size: 20px;
    margin-bottom: 1px;
  }
  .course .type1-inner-wrap span {
    font-size: 14px;
  }
  .build .txt-wrap p {
    font-size: 12px;
  }
  .zixun .msg-board {
    left: 0;
  }
  .zixun .msg-form {
    padding-left: 114px;
  }
}
@media (max-width: 768px) {
  .brand-out-con {
    padding: 0;
  }
  .brand-in-con {
    border: none;
  }
  .brand-in-con .content2 {
    padding: 26px 20px 24px;
  }
  .brand-in-con .brand-con2-wrap1 > div {
    float: none;
  }
  .brand-in-con .brand-con2-wrap1 > div:nth-child(1),
  .brand-in-con .brand-con2-wrap1 > div:nth-child(2),
  .brand-in-con .brand-con2-wrap1 > div:nth-child(3) {
    width: 100%;
  }
  .brand-in-con .brand-flag {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .news-list a {
    text-align: center;
  }
  .news-list li {
    padding-right: 12px;
  }
  .news-list .news-img {
    width: auto;
  }
  .news-list .news-text {
    width: 100%;
    margin-top: 14px;
    text-align: left;
  }
  .news-list .time {
    display: none;
  }
  .news-list .desc {
    width: 100%;
  }
  .news-list .desc h4 {
    margin-bottom: 4px;
  }
  .news-list .m-time {
    display: block;
    font-size: 12px;
    color: #8c8b8b;
    margin-bottom: 7px;
  }
  .news-detail .left-wrap {
    width: 100%;
    padding-right: 0;
  }
  .news-detail .recommend {
    width: 100%;
    margin-top: 0;
  }
  .news-detail .recommend li img {
    width: 100%;
  }
  .news-detail .recommend .recommend-list h4 {
    text-align: center;
  }
  .image-main .image-list {
    margin-bottom: 0;
  }
  .image-main .image-list li {
    width: 50%;
  }
  .photo-pop .btn {
    width: 48px;
    height: 48px;
  }
  .photo-pop .btn:after {
    width: 8px;
    height: 13px;
    background-size: 16px auto;
  }
  .photo-pop .btn:hover:after {
    background-position: -8px 0;
  }
  .photo-pop .btn-close:after {
    width: 13px;
    background-size: 26px auto;
  }
  .photo-pop .btn-close:hover:after {
    background-position: -13px 0;
  }
  .introduce .data-item {
    width: 25%;
  }
  .introduce .data-top .num {
    font-size: 28px;
  }
  .introduce .data-top .unit {
    font-size: 12px;
  }
  .introduce .data-name {
    font-size: 14px;
    margin-top: 6px;
  }
  .introduce .introduce-part3 {
    padding-top: 62px;
  }
  .introduce .future-img {
    width: 100%;
  }
  .introduce .future-img:before {
    display: none;
  }
  .introduce .future-txt {
    width: 100%;
    padding: 0 20px;
  }
  .develop-main ul {
    padding: 0 4%;
  }
  .develop-main li:nth-child(even) {
    text-align: left;
  }
  .develop-main li:nth-child(even) .year {
    float: left;
    padding-right: 0;
    padding-left: 35px;
  }
  .develop-main li:nth-child(even) .year:before {
    left: -13px;
  }
  .develop-main li:nth-child(even) .year:after {
    left: -13px;
  }
  .develop-main li:nth-child(even) .dev-desc {
    padding-left: 35px;
    padding-right: 0;
  }
  .develop-main li:nth-child(even) .dev-desc:before {
    left: 0;
    right: auto;
  }
  .develop-main li:nth-child(odd) .year {
    padding-left: 35px;
  }
  .develop-main li:nth-child(odd) .dev-desc {
    padding-left: 35px;
  }
  .develop-main .empty-wrap {
    display: none;
  }
  .develop-main .part-wrap {
    width: 100%;
  }
  .develop-main .year {
    font-size: 16px;
    width: 100px;
  }
  .develop-main .month {
    font-size: 14px;
    width: calc(100% - 100px);
  }
  .structure .inner-form {
    padding: 6% 6% 3%;
  }
  .structure .inner-form li {
    margin-bottom: 40px;
  }
  .structure .inner-form .position {
    width: 90%;
    margin-right: 0;
  }
  .structure .inner-form .name {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
    text-align: center;
  }
  .honor .honor-list li {
    padding-bottom: 32px;
  }
  .honor .honor-txt {
    width: 100%;
    padding-right: 0%;
  }
  .honor .honor-tit {
    margin-bottom: 18px;
  }
  .honor .honor-img {
    width: auto;
    margin-top: 20px;
  }
  .construct .desc {
    margin-top: 12px;
  }
  .teacher {
    padding-top: 50px;
  }
  .teacher .desc {
    margin-bottom: 30px;
  }
  .teacher .type-list a {
    width: 100%;
  }
  .course .list-wrap {
    padding: 20px 25px 12px;
  }
  .course .type2-list label {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
  }
  .build .build-main li {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .build .build-main li > div {
    width: 50%;
  }
  .build .build-main li:nth-child(odd) .txt-wrap:before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #fff;
    border-right: transparent;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .build .build-main li:nth-child(even) .txt-wrap:before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 14px solid #fff;
    border-left: transparent;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .plan .plan-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .plan .plan-img img {
    width: 50%;
  }
  .plan .plan-txt {
    margin-top: 4%;
  }
  .plan .plan-txt h5 {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .plan .plan-txt h5:after {
    bottom: 5px;
  }
  .plan .plan-txt p {
    font-size: 13px;
  }
  .zixun .msg-collect {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .zixun .msg-board {
    width: 100%;
    position: relative;
    transform: translate(0, 0);
    left: 0;
    background-size: 220px auto;
  }
  .zixun .inner-con {
    padding-bottom: 50px;
  }
  .zixun .msg-form {
    padding: 6.5%;
  }
  .zixun .ipt label {
    font-size: 14px;
  }
  .zixun .ipt input,
  .zixun .ipt textarea {
    width: calc(100% - 68px);
  }
  .zixun .btns {
    margin-left: 0;
    text-align: center;
  }
  .msg-list-wrap .tit {
    font-size: 16px;
    padding-bottom: 14px;
  }
  .msg-list .msg-label {
    font-size: 14px;
    width: 48px;
  }
  .msg-list .desc-con {
    font-size: 12px;
    width: calc(100% - 48px);
  }
  .msg-list .theme .desc-con {
    font-size: 14px;
  }
  .msg-list .send-info span {
    font-size: 12px;
  }
  .journal-list li {
    padding-right: 35px;
  }
  .journal-list .journal-img {
    width: 140px;
  }
  .journal-list .right-wrap {
    width: calc(100% - 140px);
    padding-left: 35px;
  }
}
@media (max-width: 640px) {
  .video-list ul {
    margin: 0 -6px;
  }
  .video-list li {
    width: 50%;
    padding: 0 6px;
  }
  .introduce .strength-data {
    padding-top: 24px;
    padding-bottom: 6px;
  }
  .introduce .data-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .introduce .data-item:nth-child(2):after {
    display: none;
  }
  .introduce .person-item {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .introduce .part1-2 .tit-cloud {
    display: none;
  }
  .structure .job-wrap:before {
    width: calc(100% - 46px);
    left: 23px;
  }
  .structure .job2 {
    margin: 65px 8px 0;
    width: 30px;
    padding: 8px;
  }
  .msg-list .theme {
    width: 100%;
  }
  .msg-list .send-info {
    width: 100%;
    padding-left: 48px;
    margin-top: 4px;
    margin-bottom: 10px;
  }
  .journal-list li {
    text-align: center;
    padding: 25px;
  }
  .journal-list .journal-img {
    width: 160px;
  }
  .journal-list .right-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
  }
  .journal-list .info {
    padding-bottom: 10px;
  }
  .journal-list .desc {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 420px) {
  .video-list li {
    width: 100%;
  }
  .video-list li img {
    width: 100%;
  }
  .image-main .image-list li {
    width: 100%;
  }
  .teacher .teacher-list li {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .teacher .teacher-item .pic {
    margin: 0 auto;
  }
  .teacher .teacher-info {
    width: 100%;
  }
  .teacher .teacher-info .name {
    text-align: center;
    font-size: 16px;
    height: 44px;
  }
  .teacher .teacher-info .job {
    text-align: center;
    font-size: 14px;
  }
  .build .build-tit h4 {
    width: 80px;
    line-height: 22px;
    margin-right: 8px;
  }
  .build .build-main li {
    display: block;
    margin-bottom: 30px;
  }
  .build .build-main li > div {
    width: 100%;
  }
  .build .txt-wrap img {
    display: none;
  }
  .build .txt-wrap p {
    position: relative;
    min-height: 80px;
  }
  .build .txt-wrap:before {
    display: none;
  }
  .plan .plan-list li {
    width: 100%;
  }
  .plan .plan-img {
    padding-right: 5%;
  }
  .plan .plan-img img {
    width: 55%;
  }
}
