.header {
  position: relative;
  background-image: url(../images/top_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .watermark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header .logo {
  width: 476px;
  height: 92px;
  margin: 18px 0;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .right_text {
  margin-top: 48px;
}
.header .right_text .text {
  text-align: right;
}
.header .right_text .text a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #076777;
  line-height: 36px;
}
.header .right_text .text span {
  color: #076777;
  margin: 0 7px;
}
.header .right_text .nav-search {
  position: relative;
  width: 210px;
  height: 32px;
  background-image: url(../images/search_bg.png);
  background-size: 100% 100%;
  display: inline-block;
  line-height: 30px;
  padding: 0 45px 0 20px;
  overflow: hidden;
}
.header .right_text .nav-search form {
  height: 32px;
}
.header .right_text .nav-search input.keywords {
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  border: 0;
  background: transparent;
}
.header .right_text .btn-sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 32px;
  background: url(../images/icon_search.png) center center no-repeat transparent;
  border: none;
}
.pc-banner {
  display: block;
  width: 100%;
  height: 500px;
}
.pc-banner .swiper-button-prev,
.pc-banner .swiper-container-rtl .swiper-button-next {
  left: 14.5%;
}
.pc-banner .swiper-button-next,
.pc-banner .swiper-container-rtl .swiper-button-prev {
  right: 14.5%;
}
.pc-banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/banner_arr_1.png) center center no-repeat;
}
.pc-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(../images/banner_arr_2.png) center center no-repeat;
}
.pc-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.pc-banner .swiper-slide {
  height: auto;
}
.pc-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.pc-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.pc-banner .swiper-slide a h4 {
  padding-left: 54px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-part1 .index-bn {
  width: 1200px;
  height: 400px;
}
.index-part1 .index-bn .item {
  height: 400px;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-part1 .index-bn .tit {
  position: absolute;
  width: 100%;
  line-height: 46px;
  padding: 0 28px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.index-part1 .index-bn .item:hover .tit {
  color: #fff !important;
}
.index-part1 .slick-dots {
  position: absolute;
  right: 50%;
  bottom: 0;
  padding: 17px 0;
  font-size: 0;
}
.index-part1 .slick-dots li {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #eee;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin: 0 4px;
}
.index-part1 .slick-dots li * {
  display: none;
}
.index-part1 .slick-dots .slick-active {
  background: #ED9B52;
}
/* 左右按钮 */
.index-part1 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 9;
}
.index-part1 .slick-prev {
  left: 30px;
  background: url(../images/banner_arr_left.png) no-repeat center center;
  background-size: 40px 40px;
}
.index-part1 .slick-next {
  right: 30px;
  background: url(../images/banner_arr_right.png) no-repeat center center;
  background-size: 40px 40px;
}
.index-part1 {
  background-image: url(../images/banner_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-part2 {
  padding: 38px 0 49px;
}
.index-part2 .faculty {
  float: left;
  width: 608px;
  overflow:hidden;
}
.index-part2 .faculty .faculty_title {
  height: 46px;
  background-image: url(../images/index_title_bg.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 0;
  margin-bottom: 51px;
}
.index-part2 .faculty .faculty_title .title {
  float: left;
  margin-left: 26px;
}
.index-part2 .faculty .faculty_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.index-part2 .faculty .faculty_title .title h4 span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #B6DBDE;
}
.index-part2 .faculty .faculty_title .mores {
  float: right;
}
.index-part2 .faculty .faculty_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #058787;
}
.index-part2 .faculty .academician_list {
  margin-bottom: 38px;
}
.index-part2 .faculty .academician_list ul li {
  position: relative;
  float: left;
  width: 279px;
  height: 158px;
  margin-right: 50px;
}
.index-part2 .faculty .academician_list ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-image: url(../images/faculty_bg.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.index-part2 .faculty .academician_list ul li:hover::after {
  top: -10px;
}
.index-part2 .faculty .academician_list ul li:nth-child(2) {
  margin-right: 0;
}
.index-part2 .faculty .academician_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part2 .faculty .academician_list ul li a .img {
  float: left;
  width: 132px;
  height: 170px;
  margin-top: -21px;
}
.index-part2 .faculty .academician_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.index-part2 .faculty .academician_list ul li a .msg {
  float: left;
  margin-left: 41px;
  margin-top: 26px;
}
.index-part2 .faculty .academician_list ul li a .msg .icon {
  width: 17px;
  height: 21px;
}
.index-part2 .faculty .academician_list ul li a .msg .icon img {
  width: 100%;
  height: 100%;
}
.index-part2 .faculty .academician_list ul li a .msg .name {
  margin: 19px 0 15px;
}
.index-part2 .faculty .academician_list ul li a .msg .name h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.index-part2 .faculty .academician_list ul li a .msg .post p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFEFA;
}
.index-part2 .faculty .faculty_list ul {
  overflow-x: clip;
}
.index-part2 .faculty .faculty_list ul .slick-list {
  overflow: visible;
  margin-left: -2px;
  margin-right: -15px;
}
.index-part2 .faculty .faculty_list ul li {
  width: 95px;
  height: 160px;
  background: #EFF2F5;
  margin: 0 15px;
}
.index-part2 .faculty .faculty_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part2 .faculty .faculty_list ul li a:hover .name h4 {
  color: #058787;
}
.index-part2 .faculty .faculty_list ul li a .img {
  width: 96px;
  height: 138px;
  margin-top: -13px;
  margin-left: -9px;
}
.index-part2 .faculty .faculty_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.index-part2 .faculty .faculty_list ul li a .name {
  position: relative;
  margin-top: 5px;
  padding-left: 12px;
}
.index-part2 .faculty .faculty_list ul li a .name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  width: 2px;
  height: 13px;
  background: #058787;
}
.index-part2 .faculty .faculty_list ul li a .name h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.index-part2 .faculty .faculty_list .arrowss {
  float: right;
  margin-top: -4px;
}
.index-part2 .faculty .faculty_list .arrowss .slick-arrow {
  width: 20px;
  height: 20px;
  font-size: 0;
}
.index-part2 .faculty .faculty_list .arrowss .slick-prev {
  background-image: url(../images/faculty_arr_1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.index-part2 .faculty .faculty_list .arrowss .slick-next {
  background-image: url(../images/faculty_arr_2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-part2 .news {
  float: right;
  width: 602px;
}
.index-part2 .news .news_title {
  height: 46px;
  background-image: url(../images/index_title_bg.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 0;
}
.index-part2 .news .news_title .title {
  float: left;
  margin-left: 26px;
}
.index-part2 .news .news_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.index-part2 .news .news_title .title h4 span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #B6DBDE;
}
.index-part2 .news .news_title .mores {
  float: right;
}
.index-part2 .news .news_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #058787;
}
.index-part2 .news .news_list ul li {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 18px;
}
.index-part2 .news .news_list ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 29px;
  width: 9px;
  height: 11px;
  background-image: url(../images/news_title_arr.png);
}
.index-part2 .news .news_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 24px;
}
.index-part2 .news .news_list ul li a:hover .title h4 {
  color: #058787;
}
.index-part2 .news .news_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-part2 .news .news_list ul li a .time {
  text-align: right;
  margin: 14px 0 12px;
}
.index-part2 .news .news_list ul li a .time p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.index-part3 .notice {
  float: left;
  width: 608px;
}
.index-part3 .notice .notice_title {
  height: 46px;
  background-image: url(../images/index_title_bg.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 0;
}
.index-part3 .notice .notice_title .title {
  float: left;
  margin-left: 26px;
}
.index-part3 .notice .notice_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.index-part3 .notice .notice_title .title h4 span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #B6DBDE;
}
.index-part3 .notice .notice_title .mores {
  float: right;
}
.index-part3 .notice .notice_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #058787;
}
.index-part3 .notice .notice_list ul li {
  border-bottom: 1px solid #E7E7E7;
}
.index-part3 .notice .notice_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0;
}
.index-part3 .notice .notice_list ul li a:hover .title h4 {
  color: #058787;
}
.index-part3 .notice .notice_list ul li a .time {
  float: left;
  width: 52px;
  height: 52px;
  background: #058787;
  border-radius: 0px 0px 6px 0px;
  padding: 0 8px;
  margin-right: 22px;
  text-align: center;
}
.index-part3 .notice .notice_list ul li a .time .mouth {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  line-height: 24px;
}
.index-part3 .notice .notice_list ul li a .time .day {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}
.index-part3 .notice .notice_list ul li a .title {
  float: left;
  width: 534px;
}
.index-part3 .notice .notice_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-part3 .academic {
  float: right;
  width: 602px;
}
.index-part3 .academic .academic_title {
  height: 46px;
  background-image: url(../images/index_title_bg.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 0;
}
.index-part3 .academic .academic_title .title {
  float: left;
  margin-left: 26px;
}
.index-part3 .academic .academic_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.index-part3 .academic .academic_title .title h4 span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #B6DBDE;
}
.index-part3 .academic .academic_title .mores {
  float: right;
}
.index-part3 .academic .academic_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #058787;
}
.index-part3 .academic .academic_list ul li {
  margin-top: 31px;
  height: 150px;
}
.index-part3 .academic .academic_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part3 .academic .academic_list ul li a:hover .msg .title h4 {
  color: #058787;
}
.index-part3 .academic .academic_list ul li a .img {
  float: left;
  width: 210px;
  height: 150px;
  background: #389D9D;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.index-part3 .academic .academic_list ul li a .msg {
  position: relative;
  float: left;
  width: 392px;
  height: 150px;
  background-color: #F5F5F5;
  padding: 0 27px 0 44px;
}
.index-part3 .academic .academic_list ul li a .msg::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
  height: 145px;
  background-image: url(../images/aca.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.index-part3 .academic .academic_list ul li a .msg .time {
  position: relative;
  z-index: 1;
  padding: 19px 0 12px;
  border-bottom: 1px solid #E5E5E5;
}
.index-part3 .academic .academic_list ul li a .msg .time img {
  width: 27px;
  height: 27px;
}
.index-part3 .academic .academic_list ul li a .msg .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #898989;
  margin-left: 11px;
}
.index-part3 .academic .academic_list ul li a .msg .title {
  position: relative;
  z-index: 1;
  margin: 18px 0px;
}
.index-part3 .academic .academic_list ul li a .msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer {
  margin-top: 64px;
  background-color: #058787;
}
.footer .left_msg {
  float: left;
  margin: 30px 0;
  padding-right: 77px;
  border-right: 1px solid #4AABAB;
}
.footer .left_msg p:nth-child(2) {
  margin: 14px 0;
}
.footer .left_msg p img {
  width: 20px;
  height: 19px;
}
.footer .left_msg p span {
  margin-left: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .center_msg {
  float: left;
  margin: 30px 0;
  padding-left: 63px;
}
.footer .center_msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #D2E7E7;
}
.footer .center_msg p:nth-child(2) {
  margin-top: 14px;
}
.footer .right_code {
  float: right;
  width: 297px;
  height: 150px;
  background: #139292;
  padding: 15px 22px;
}
.footer .right_code .code_img {
  float: left;
  width: 120px;
  height: 120px;
}
.footer .right_code .text {
  float: left;
  text-align: center;
  margin-top: 28px;
  margin-left: 28px;
}
.footer .right_code .text img {
  width: 36px;
  height: 36px;
}
.footer .right_code .text p {
  margin-top: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
