.header {
  height: 120px;
  background-image: url(../new_images/top_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-all {
  width: 100%;
  clear: both;
  background: #1358A4;
  z-index: 999;
}
.index-part1 .index-bn li a .title {
  position: absolute;
  bottom: 7%;
  left: 10%;
  z-index: 1;
  width: 56%;
}
.index-part1 .index-bn li a .title h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-part1 {
  position: relative;
}
.index-bn .item {
  display: block;
  height: calc(100vh - 170px); /*778px;*/
  margin: auto;
  position: relative;
  background-color: #e1ecf5;
}
.index-bn .item .img img,
.slick-slide img {
  width: 100%;
  height: 100%;
}
.index-bn .item .tit {
  position: absolute;
  bottom: 40px;
  left: 2%;
  width: 100%;
  right: 2%;
  max-width: 1200px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 40px;
  max-height: 80px;
  margin: auto;
  font-weight: normal;
}
.index-part1 .arrows {
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
}
.index-part1 .slick-arrow {
  display: inline-block;
  cursor: pointer;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  color: transparent;
}
.slick-prev {
  position: absolute;
  top: 0;
  left: 60px;
  background: url("../new_images/banner_arrow_left.png") no-repeat center;
}
.slick-next {
  position: absolute;
  top: 0;
  right: 60px;
  background: url("../new_images/banner_arrow_right.png") no-repeat center;
}
.index-bn .slick-dots {
  position: absolute;
  /* width: 100%; */
  right: 10%;
  bottom: 7%;
  text-align: center;
  font-size: 0;
  z-index: 999;
}
.index-bn .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}
.index-bn .slick-dots .slick-active {
  background: #fff;
  width: 30px;
  border-radius: 12px;
}
.banner_project {
  position: relative;
}
.banner_project .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 216px;
}
.banner_project .bg img {
  width: 100%;
  height: 100%;
}
.edu .edu_project {
  margin-bottom: 65px;
}
.edu .edu_project .project {
  float: left;
  width: 12%;
  height: 110px;
  background-color: #E4B664;
  border-radius: 0px 0px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.edu .edu_project .project .img {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.edu .edu_project .project .img img {
  width: 100%;
  height: 100%;
}
.edu .edu_project .project .title p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.edu .edu_project .project_right {
  float: left;
  width: 88%;
  height: 110px;
  background-color: #F2F2F2;
}
.edu .edu_project .project_right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edu .edu_project .project_right ul li {
  position: relative;
  width: 16.66%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
    padding: 0 16px;
  background-color: #F2F2F2;
}
.edu .edu_project .project_right ul li:hover {
  background-color: #fff;
}
.edu .edu_project .project_right ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
  height: 55%;
  background-color: #C9C9C9;
}
.edu .edu_project .project_right ul li:last-child::before {
  display: none;
}
.edu .edu_project .project_right ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.edu .edu_project .project_right ul li a:hover .img {
  transform: rotateY(180deg);
}
.edu .edu_project .project_right ul li a .img {
  width: 40px;
  height: 45px;
  margin-right: 21px;
  transition: all 0.5s;
}
.edu .edu_project .project_right ul li a .img img {
  width: 100%;
  height: 100%;
}
.edu .edu_project .project_right ul li a .type {
  color: #000;
  font-size: 18px;
}
.edu .edu_project .project_right ul li a .type p {
  white-space: nowrap;
}
.part_one {
  padding-bottom: 40px;
  background-image: url(../new_images/index_bg_1.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.part_one .one_centent {
  margin-bottom: 30px;
}
.part_one .one_centent .news {
  width: 73.2%;
  float: left;
  margin-right: 4.4%;
}
.part_one .one_centent .news .new_title {
  margin-bottom: 2.7%;
}
.part_one .one_centent .news .new_title .title_left {
  float: left;
  width: 50%;
}
.part_one .one_centent .news .new_title .title_left .img {
  float: left;
  width: 30px;
  height: 35px;
  margin-right: 12px;
}
.part_one .one_centent .news .new_title .title_left .img img {
  width: 100%;
  height: 100%;
}
.part_one .one_centent .news .new_title .title_left .title h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
}
.part_one .one_centent .news .new_title .title_left .title h4 span {
  color: #D8D8D8;
  font-size: 25px;
  margin-left: 10px;
}
.part_one .one_centent .news .new_title .mores {
  float: right;
  width: 50%;
  line-height: 36px;
}
.part_one .one_centent .news .new_title .mores a {
  float: right;
  color: #d2d2d2;
  font-size: 12px;
}
.part_one .one_centent .news .news_list .list_top {
  margin-bottom: 3.6%;
}
.part_one .one_centent .news .news_list .list_top li {
  width: 30.54%;
  float: left;
}
.part_one .one_centent .news .news_list .list_top li:nth-child(2) {
  margin: 0 4.15%;
}
.part_one .one_centent .news .news_list .list_top li a:hover .title p {
  color: #e2b86e;
}
.part_one .one_centent .news .news_list .list_top li a .img {
  height: 170px;
  overflow: hidden;
}
.part_one .one_centent .news .news_list .list_top li a .img:hover img {
  transform: scale(1.2);
}
.part_one .one_centent .news .news_list .list_top li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.part_one .one_centent .news .news_list .list_top li a .time {
  margin: 12px 0;
}
.part_one .one_centent .news .news_list .list_top li a .time .img {
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: unset;
}
.part_one .one_centent .news .news_list .list_top li a .time .img img {
  width: 100%;
  height: 100%;
}
.part_one .one_centent .news .news_list .list_top li a .time span {
  color: #D8D8D8;
  font-size: 12px;
}
.part_one .one_centent .news .news_list .list_top li a .title p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_one .one_centent .news .news_list .list_btm li {
  position: relative;
  width: 30.54%;
  height: 166px;
  float: left;
  border-top: 2px solid #e2b86e;
  background-color: #fff;
  box-shadow: 0px 5px 8px 0px #eeeeee;
  padding: 22px;
}
.part_one .one_centent .news .news_list .list_btm li:nth-child(2) {
  margin: 0 4.15%;
}
.part_one .one_centent .news .news_list .list_btm li:hover {
  border-top: 2px solid #2772C5;
}
.part_one .one_centent .news .news_list .list_btm li a .top .left_time {
  float: left;
  border: 1px solid #fff3dd;
  text-align: center;
  margin-right: 20px;
}
.part_one .one_centent .news .news_list .list_btm li a .top .left_time .day {
  width: 55px;
  height: 40px;
  color: #1358A4;
  font-size: 22px;
  background-color: #fff3dd;
  line-height: 40px;
}
.part_one .one_centent .news .news_list .list_btm li a .top .left_time .mouth {
  width: 55px;
  height: 25px;
  color: #1358A4;
  font-size: 12px;
  line-height: 25px;
}
.part_one .one_centent .news .news_list .list_btm li a .top .title {
  padding: 10px 0;
}
.part_one .one_centent .news .news_list .list_btm li a .top .title p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.part_one .one_centent .news .news_list .list_btm li a .btm {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 31px;
  height: 11px;
}
.part_one .one_centent .news .news_list .list_btm li a .btm img {
  width: 100%;
  height: 100%;
}
.part_one .one_centent .notice {
  float: left;
  width: 22.4%;
}
.part_one .one_centent .notice .notice_title {
  margin-bottom: 6.7%;
}
.part_one .one_centent .notice .notice_title .title_left .img {
  float: left;
  width: 30px;
  height: 36px;
  margin-right: 12px;
}
.part_one .one_centent .notice .notice_title .title_left .img img {
  width: 100%;
  height: 100%;
}
.part_one .one_centent .notice .notice_title .title_left .title h4 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
}
.part_one .one_centent .notice .notice_title .title_left .title h4 span {
  color: #D8D8D8;
  font-size: 25px;
  margin-left: 10px;
}
.part_one .one_centent .notice .notice_list ul li {
  position: relative;
  padding: 10px 0 6px;
  border-bottom: 5px solid #f7f7f7;
  background-color: transparent;
}
.part_one .one_centent .notice .notice_list ul li:first-child {
  padding: 0;
}
.part_one .one_centent .notice .notice_list ul li:hover::before {
  width: 100%;
}
.part_one .one_centent .notice .notice_list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #e2b86e;
  transition: all 0.5s ease;
}
.part_one .one_centent .notice .notice_list ul li a {
  position: relative;
}
.part_one .one_centent .notice .notice_list ul li a:hover .title p {
  color: #e2b86e;
}
.part_one .one_centent .notice .notice_list ul li a .time {
  width: 45px;
  float: left;
  margin-right: 25px;
}
.part_one .one_centent .notice .notice_list ul li a .time .day {
  position: relative;
  width: 45px;
  height: 34px;
  color: #e2b86e;
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
}
.part_one .one_centent .notice .notice_list ul li a .time .day::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 12px;
  height: 1px;
  background-color: #a8a8a8;
}
.part_one .one_centent .notice .notice_list ul li a .time .year_month {
  width: 45px;
  height: 28px;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 46px;
}
.part_one .one_centent .notice .notice_list ul li a .title p {
  color: #000;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_one .one_centent .notice .notice_list ul li a .jiantou {
  float: right;
  margin-top: 5px;
}
.part_one .one_centent .notice .mores {
  float: right;
  line-height: 36px;
}
.part_one .one_centent .notice .mores a {
  float: right;
  color: #d2d2d2;
  font-size: 12px;
}
.part_one .two_centent .academic {
  position: relative;
}
.part_one .two_centent .academic .academic_title {
  margin-bottom: 2.7%;
}
.part_one .two_centent .academic .academic_title .title_left {
  float: left;
  width: 100%;
}
.part_one .two_centent .academic .academic_title .title_left .img {
  float: left;
  width: 30px;
  height: 35px;
  margin-right: 12px;
}
.part_one .two_centent .academic .academic_title .title_left .img img {
  width: 100%;
  height: 100%;
}
.part_one .two_centent .academic .academic_title .title_left .title h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
}
.part_one .two_centent .academic .academic_title .title_left .title h4 span {
  color: #D8D8D8;
  font-size: 25px;
  margin-left: 10px;
}
.part_one .two_centent .academic .academic_title .mores {
  float: right;
  width: 50%;
  line-height: 36px;
}
.part_one .two_centent .academic .academic_title .mores a {
  float: right;
  color: #d2d2d2;
  font-size: 12px;
}
.part_one .two_centent .academic .academic_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part_one .two_centent .academic .academic_list ul li {
  float: left;
  width: 30%;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  box-shadow: -1px 2px 8px 0px rgba(6, 5, 7, 0.1);
}
.part_one .two_centent .academic .academic_list ul li:nth-child(1) a .li_title {
  background-color: #2772C5;
}
.part_one .two_centent .academic .academic_list ul li:nth-child(2) a .li_title {
  background-color: #F3AB57;
}
.part_one .two_centent .academic .academic_list ul li:nth-child(3) a .li_title {
  background-color: #2772C5;
}
.part_one .two_centent .academic .academic_list ul li:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.part_one .two_centent .academic .academic_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_one .two_centent .academic .academic_list ul li a .li_title {
  height: 118px;
  background-image: url(../new_images/aca_title_bg.png);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10%;
}
.part_one .two_centent .academic .academic_list ul li a .li_title .img {
  position: relative;
  width: 28%;
  height: 100%;
}
.part_one .two_centent .academic .academic_list ul li a .li_title .img img {
  position: absolute;
  right: 30px;
  top: 38px;
  width: 31px;
  height: 25px;
}
.part_one .two_centent .academic .academic_list ul li a .li_title .title {
  width: 72%;
}
.part_one .two_centent .academic .academic_list ul li a .li_title .title h4 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_one .two_centent .academic .academic_list ul li a .time_place {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 10px;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .time {
  display: flex;
  align-items: center;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .time .img {
  width: 15px;
  height: 15px;
  line-height: 12px;
  margin-right: 10px;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .time .img img {
  width: 100%;
  height: 100%;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .time .time_s p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 29px;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .place {
  display: flex;
  align-items: center;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .place .img {
  width: 15px;
  height: 15px;
  line-height: 12px;
  margin-right: 10px;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .place .img img {
  width: 100%;
  height: 100%;
}
.part_one .two_centent .academic .academic_list ul li a .time_place .place .place_s p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 29px;
}
.part_one .two_centent .academic .mores {
  position: absolute;
  left: 50%;
  bottom: -74px;
  transform: translateX(-50%);
  width: 150px;
  height: 40px;
  border: 1px solid #C7D5E4;
}
.part_one .two_centent .academic .mores a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #787878;
  text-align: center;
}
.part_one .two_centent .academic .mores a:hover {
  color: #fff;
  background-color: #2772C5;
}
.part_two {
  padding-bottom: 60px;
  background-image: url(../new_images/index_bg_2.jpg);
  background-size: 100% 68%;
  background-position: top;
  background-repeat: no-repeat;
}
.part_two .perspective {
  padding-top: 10%;
  overflow: hidden;
}
.part_two .perspective .perspective_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 2.7%;
}
.part_two .perspective .perspective_title .title h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
}
.part_two .perspective .perspective_title .title span {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 70px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.1;
  letter-spacing: 2px;
}
.part_two .perspective .perspective_title .mores {
  float: right;
  line-height: 36px;
}
.part_two .perspective .perspective_list .slick-list {
  margin-left: -35px;
  margin-right: -35px;
  overflow: visible;
}
.part_two .perspective .perspective_list ul li {
  width: 320px;
  height: 412px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 20px 40px 0 34px;
  margin: 0 35px;
}
.part_two .perspective .perspective_list ul li:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.part_two .perspective .perspective_list ul li:nth-child(odd) {
  border-bottom: 6px solid #2772C5;
}
.part_two .perspective .perspective_list ul li:nth-child(odd) a .information .time_s .time {
  background: #2772C5;
}
.part_two .perspective .perspective_list ul li:nth-child(even) {
  border-bottom: 6px solid #F3AB57;
}
.part_two .perspective .perspective_list ul li:nth-child(even) a .information .time_s .time {
  background: #F3AB57;
}
.part_two .perspective .perspective_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_two .perspective .perspective_list ul li a .information {
  width: 100%;
}
.part_two .perspective .perspective_list ul li a .information .time_s {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part_two .perspective .perspective_list ul li a .information .time_s .time {
  width: 60px;
  height: 56px;
  border-radius: 0px 0px 10px 0px;
}
.part_two .perspective .perspective_list ul li a .information .time_s .time .day {
  text-align: center;
}
.part_two .perspective .perspective_list ul li a .information .time_s .time .day p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_two .perspective .perspective_list ul li a .information .time_s .time .year_month {
  text-align: center;
}
.part_two .perspective .perspective_list ul li a .information .time_s .time .year_month p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_two .perspective .perspective_list ul li a .information .time_s .jiantou {
  width: 30px;
  height: 30px;
}
.part_two .perspective .perspective_list ul li a .information .time_s .jiantou img {
  width: 100%;
  height: 100%;
}
.part_two .perspective .perspective_list ul li a .information .title {
  margin: 30px 0;
}
.part_two .perspective .perspective_list ul li a .information .title h4 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_two .perspective .perspective_list ul li a .information .summy p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.part_two .perspective .perspective_list ul li a .card {
  width: 100%;
  background: #FFFFFF;
  padding: 38px 0 28px;
}
.part_two .perspective .perspective_list ul li a .card .img {
  float: left;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.part_two .perspective .perspective_list ul li a .card .img img {
  width: 100%;
  height: 100%;
}
.part_two .perspective .perspective_list ul li a .card .right_name {
  float: left;
}
.part_two .perspective .perspective_list ul li a .card .right_name .name p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.part_two .perspective .perspective_list ul li a .card .right_name .post p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #363636;
}
.part_two .perspective .perspective_list .arrowss {
  width: 100%;
  height: 49px;
  margin-top: 30px;
  position: relative;
}
.part_two .perspective .perspective_list .arrowss .slick-arrow {
  display: inline-block;
  cursor: pointer;
  width: 67px;
  height: 49px;
  color: transparent;
}
.part_two .perspective .perspective_list .arrowss .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../new_images/xzsj_arr_1.png") no-repeat center;
  background-size: 67px 49px;
}
.part_two .perspective .perspective_list .arrowss .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../new_images/xzsj_arr_2.png") no-repeat center;
  background-size: 67px 49px;
}
.part_three {
  position: relative;
  padding: 50px 0;
  padding-left: 11%;
  background-color: #E9F0F6;
  z-index: 1;
  overflow: hidden;
}
.part_three::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 11%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.part_three .other .other_left {
  float: left;
  width: 39.5%;
}
.part_three .other .other_left .party {
  width: 100%;
  height: 250px;
  padding: 52px 86px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.part_three .other .other_left .party:hover {
  transform: scale(1.1);
}
.part_three .other .other_left .party a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_three .other .other_left .party .img {
  width: 64px;
  height: 64px;
  margin-left: 4%;
  margin-bottom: 36px;
}
.part_three .other .other_left .party .img img {
  width: 100%;
  height: 100%;
}
.part_three .other .other_left .party .title h4 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #EAEAEA;
}
.part_three .other .other_left .video {
  margin-top: 62px;
}
.part_three .other .other_left .video .paly {
  transition: all 0.5s;
  position: relative;
  width: 70%;
  height: 282px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.part_three .other .other_left .video .paly:hover {
  transform: scale(1.1);
}
.part_three .other .other_left .video .paly a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_three .other .other_left .video .paly .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
}
.part_three .other .other_left .video .paly .img img {
  width: 100%;
  height: 100%;
}
.part_three .other .other_left .video .paly .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 206px;
  height: 68px;
  background: #145EA7;
  text-align: center;
}
.part_three .other .other_left .video .paly .title h4 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #EAEAEA;
  line-height: 68px;
}
.part_three .other .other_right {
  float: right;
  width: 56.7%;
  height: 592px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.part_three .other .other_right:hover {
  background-size: 105% 105%;
}
.part_three .other .other_right a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.part_three .other .other_right .scenery {
  width: 41.6%;
  height: 282px;
  position: absolute;
  left: -20.8%;
  bottom: 0;
  background-image: url(../new_images/scenery_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.part_three .other .other_right .scenery .img {
  width: 109px;
  height: 99px;
  margin-bottom: 28px;
}
.part_three .other .other_right .scenery .img img {
  width: 100%;
  height: 100%;
}
.part_three .other .other_right .scenery .title h4 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #EAEAEA;
}
.part_four {
  padding: 100px 0 96px;
}
.part_four .rests ul li {
  float: left;
  width: 23%;
  margin-right: 2.5%;
}
.part_four .rests ul li:last-child {
  margin-right: 0;
}
.part_four .rests ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_four .rests ul li a:hover .img img {
  transform: scale(1.1);
}
.part_four .rests ul li a:hover .title h4 {
  color: #2772C5;
}
.part_four .rests ul li a .img {
  position: relative;
  width: 100%;
  height: 230px;
}
.part_four .rests ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.part_four .rests ul li a .img .icon {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.part_four .rests ul li a .img .icon img {
  width: 100%;
  height: 100%;
}
.part_four .rests ul li a .title {
  text-align: center;
  margin-top: 50px;
}
.part_four .rests ul li a .title h4 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #363432;
}
.part_five {
  background-image: url(../new_images/recruitment_bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0 20px;
}
.part_five .recruitment {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.part_five .recruitment .recruitment_title {
  position: relative;
  width: 100%;
}
.part_five .recruitment .recruitment_title h4 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #306CAE;
  z-index: 1;
}
.part_five .recruitment .recruitment_title span {
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.79;
  letter-spacing: 30px;
}
.part_five .recruitment .mores {
  margin-top: 46px;
  width: 130px;
  height: 30px;
  border: 1px solid #C7D5E4;
  text-align: center;
}
.part_five .recruitment .mores a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #787878;
  line-height: 29px;
}
.part_five .recruitment .mores a:hover {
  color: #fff;
  background-color: #2772C5;
}
.footer {
  background-color: #1358A4;
  padding-top: 52px;
  border-top: 8px solid #f8c069;
}
.footer .footer_top {
  width: 100%;
  padding-bottom: 54px;
  border-bottom: 1px solid #0F4C90;
}
.footer .footer_top .top_left {
  float: left;
  width: 50%;
  margin-top: 25px;
}
.footer .footer_top .top_left .school_logo .logo {
  float: left;
  width: 41%;
  height: 51px;
  margin: 10px 10.5% 10px 0;
}
.footer .footer_top .top_left .school_logo .logo img {
  width: 100%;
  height: 100%;
}
.footer .footer_top .top_left .school_logo .qrcode {
  float: left;
}
.footer .footer_top .top_left .school_logo .qrcode:last-child {
  margin-left: 10px;
}
.footer .footer_top .top_left .school_logo .qrcode .img {
  float: left;
  margin-right: 10px;
  width: 72px;
  height: 72px;
}
.footer .footer_top .top_left .school_logo .qrcode .img img {
  width: 100%;
  height: 100%;
}
.footer .footer_top .top_left .school_logo .qrcode .title {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 8%;
  margin-bottom: 8%;
}
.footer .footer_top .top_right {
  float: right;
  width: 50%;
}
.footer .footer_top .top_right .other_link .link_one {
  float: right;
  margin-left: 14.5%;
}
.footer .footer_top .top_right .other_link .link_one:last-child {
  margin-left: 0;
}
.footer .footer_top .top_right .other_link .link_one .title {
  margin-bottom: 16px;
}
.footer .footer_top .top_right .other_link .link_one .title h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .footer_top .top_right .other_link .link_one .link a {
  display: block;
}
.footer .footer_top .top_right .other_link .link_one .link a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.6;
}
.footer .footer_btm {
  width: 100%;
  padding: 35px 0 26px;
}
.footer .footer_btm .left_address {
  float: left;
  width: 50%;
}
.footer .footer_btm .left_address .school_link {
  margin-bottom: 23px;
}
.footer .footer_btm .left_address .school_link ul li {
  position: relative;
  float: left;
  padding: 0 4%;
}
.footer .footer_btm .left_address .school_link ul li:first-child {
  padding-left: 0;
}
.footer .footer_btm .left_address .school_link ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.footer .footer_btm .left_address .school_link ul li:last-child::before {
  display: none;
}
.footer .footer_btm .left_address .school_link ul li a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .footer_btm .left_address p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #73A7E0;
}
.footer .footer_btm .left_address p a {
  color: #73A7E0;
}
.footer .footer_btm .right_copyright {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_btm .right_copyright .title span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #73A7E0;
}
.footer .footer_btm .right_copyright .logo {
  float: left;
  margin-left: 36px;
}
.footer .footer_btm .right_copyright .logo_two {
  width: 114px;
  height: 38px;
}
.footer .footer_btm .right_copyright .logo_three {
  width: 128px;
  height: 38px;
}
.footer .footer_btm .right_copyright .logo_four {
  width: 60px;
  height: 60px;
}
.footer .footer_btm .right_copyright .logo_five{
    width: 128px;
  height: 38px;
}
.ad-wrappers {
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 24px;
  width: 120px;
  height: 120px;
  z-index: 9999;
}
.ad-wrappers .ad-contents a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.ad-wrappers .ad-contents a img {
  width: 100%;
  height: 100%;
}
.ad-wrappers .closes div {
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.mobile {
  margin-bottom: 50px;
}
.mobile .index-bn2 .slick-list {
  box-shadow: #dbcccc 0px 0px 10px;
}
.mobile .index-bn2 .project {
  height: 100px;
  background-color: #ceab59;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile .index-bn2 .project .img {
  width: 30px;
  height: 30px;
}
.mobile .index-bn2 .project .img img {
  width: 100%;
  height: 100%;
}
.mobile .index-bn2 .project .title p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.mobile .index-bn2 li {
  height: 100px;
  background-color: #fff;
  box-shadow: #dbcccc 0px 0px 10px;
}
.mobile .index-bn2 li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mobile .index-bn2 li .img {
  width: 30px;
  height: 30px;
}
.mobile .index-bn2 li .img img {
  width: 100%;
  height: 100%;
}
.mobile .index-bn2 li .type p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.mobile .index-bn2 .slick-dots {
  font-size: 0;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile .index-bn2 .slick-dots .slick-active {
  background-color: #ceab59;
}
.mobile .index-bn2 .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 4px;
}
@media (max-width: 1350px) {
  .part_one .notice .notice_title .title_left .title h4 span {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .header {
    height: 76px;
  }
  .box-icon .icon,
  .box-icon-other span,
  .box-icon.open .icon-collapse,
  .mobile-search-icon {
    color: #145EA7;
  }
  .mobile-navlist .nav-item.on > a {
    background-color: #145EA7;
  }
  .mobile-form-search {
    border: 1px solid #145EA7;
  }
  .index-bn .item {
    height: 590px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .part_one .news,
  .part_one .notice {
    width: 100%;
    margin-bottom: 3%;
  }
  .part_two .academic .academic_list ul li {
    width: 48%;
    margin-right: 12px;
  }
}
@media (max-width: 955px) {
  .edu .edu_project .project_right ul li a .img {
    margin-right: 0;
  }
  .part_one .one_centent .news,
  .part_one .one_centent .notice {
    width: 100%;
  }
  .part_one .two_centent .academic .academic_list ul li a .li_title {
    padding-left: 22px;
  }
  .part_one .two_centent .academic .academic_list ul li a .time_place .time .time_s p {
    line-height: 15px;
  }
  .part_two .perspective .perspective_title .title h4 {
    font-size: 26px;
  }
  .part_two .perspective .perspective_title .title span {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .part_three .other .other_left,
  .part_three .other .other_left .video,
  .part_three .other .other_left .video .paly,
  .part_three .other .other_right {
    width: 100%;
  }
  .part_three .other .other_right .scenery {
    left: 0;
  }
  .part_three {
    padding-left: 6%;
    padding-right: 6%;
  }
  .part_three::before {
    display: none;
  }
  .part_three .other .other_left .video {
    margin: 24px 0;
  }
  .footer .footer_top .top_left {
    width: 45%;
    margin-top: 0;
  }
  .footer .footer_top .top_left .school_logo .logo {
    width: 100%;
  }
  .footer .footer_top .top_right {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .index-bn .item {
    height: 400px;
  }
  .part_one .two_centent .academic .academic_list ul {
    flex-direction: column;
  }
  .part_one .two_centent .academic .academic_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .part_one .one_centent {
    margin-bottom: 5px;
  }
  .part_two .perspective {
    padding-top: 12%;
  }
  .part_two .perspective .perspective_title {
    margin-bottom: 3.7%;
  }
  .part_two .perspective .perspective_title .title span {
    font-size: 30px;
    bottom: 0;
  }
  .footer .footer_top {
    padding-bottom: 30px;
  }
  .footer .footer_top .top_left,
  .footer .footer_top .top_right,
  .footer .footer_btm .left_address,
  .footer .footer_btm .right_copyright {
    width: 100%;
  }
  .footer .footer_top .top_left .school_logo .logo {
    width: 52%;
  }
  .footer .footer_top .top_right .other_link .link_one {
    float: left;
  }
  .footer .footer_top .top_right .other_link .link_one:last-child {
    margin-left: 14.5%;
  }
  .footer .footer_top .top_right,
  .footer .footer_btm .right_copyright {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .index-bn .item {
    height: 250px;
  }
  .index-part1 .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .slick-prev,
  .slick-next {
    background-size: 25px 25px;
  }
  .index-part1 .index-bn li a .title h4 {
    font-size: 17px;
  }
  .index-part1 .index-bn li a .title {
    width: 65%;
  }
  .index-bn .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }
  .index-bn .slick-dots .slick-active {
    width: 10px;
  }
  .part_one .one_centent .news .news_list .list_top li,
  .part_one .one_centent .news .news_list .list_btm li {
    width: 100%;
  }
  .part_one .one_centent .news .news_list .list_top li:nth-child(2),
  .part_one .one_centent .news .news_list .list_btm li:nth-child(2) {
    margin: 10px 0;
  }
  .part_one .one_centent .news .new_title .title_left {
    width: 65%;
  }
  .part_one .one_centent .news .new_title .title_left .title h4,
  .part_one .one_centent .notice .notice_title .title_left .title h4,
  .part_one .two_centent .academic .academic_title .title_left .title h4 {
    font-size: 24px;
    line-height: 35px;
  }
  .part_one .one_centent .news .new_title .title_left .title h4 span,
  .part_one .one_centent .notice .notice_title .title_left .title h4 span,
  .part_one .two_centent .academic .academic_title .title_left .title h4 span {
    font-size: 20px;
  }
  .part_one .one_centent .news .new_title .mores {
    width: 35%;
  }
  .part_one .two_centent .academic .mores {
    bottom: -35px;
  }
  .part_two {
    padding-bottom: 15px;
    background-size: contain;
  }
  .part_two .perspective .perspective_list .arrowss {
    margin-top: 15px;
  }
  .part_two .perspective {
    padding-top: 6%;
  }
  .part_two .perspective .perspective_list ul li {
    height: 346px;
  }
  .part_two .perspective .perspective_list ul li a .information .title {
    margin: 10px 0px;
  }
  .part_two .perspective .perspective_list ul li a .card {
    padding: 10px 0 15px;
  }
  .part_two .perspective .perspective_title .title span {
    font-size: 17px;
  }
  .part_three .other .other_right {
    height: 282px;
  }
  .part_three .other .other_left .party {
    height: 123px;
    padding: 23px 25px;
  }
  .part_three .other .other_left .party .img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
  .part_three .other .other_left .party .title h4 {
    font-size: 20px;
  }
  .part_three .other .other_left .video .paly {
    height: 198px;
  }
  .part_three .other .other_left .video .paly .img {
    width: 45px;
    height: 45px;
  }
  .part_three .other .other_left .video .paly .title {
    width: 110px;
    height: 48px;
  }
  .part_three .other .other_left .video .paly .title h4 {
    font-size: 20px;
    line-height: 48px;
  }
  .part_three .other .other_right .scenery {
    height: 80px;
    border-radius: 25px 0px 25px 0px;
  }
  .part_three .other .other_right .scenery .img {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .part_three .other .other_right .scenery .title h4 {
    font-size: 21px;
  }
  .part_four {
    padding: 20px 0;
  }
  .part_four .rests ul li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .part_five {
    padding: 27px 0 20px;
  }
  .part_five .recruitment .recruitment_title span {
    letter-spacing: 2px;
  }
  .part_five .recruitment .recruitment_title h4 {
    top: 8px;
    font-size: 24px;
  }
  .footer .footer_top .top_left .school_logo .logo {
    width: 100%;
  }
  .footer .footer_top .top_right .other_link {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_top .top_right .other_link .link_one,
  .footer .footer_top .top_right .other_link .link_one:last-child {
    margin-left: 0;
  }
  .footer .footer_btm,
  .footer .footer_btm .left_address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_btm .right_copyright .title {
    width: 140px;
  }
  .footer .footer_btm .right_copyright .logo {
    margin-left: 10px;
  }
  .footer .footer_btm .left_address .school_link {
    width: 100%;
  }
  .ad-wrappers {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .part_four .rests ul li {
    width: 100%;
  }
}
