#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
}

html {
  font-size: 100px;
  min-width: 320px;
}

.overflow {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: .16rem;
}

.banner .img {
  position: relative;
  display: block;
  width: 100%;
  padding: 32.25% 0 0;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s linear 0s;
  -moz-transition: transform 0.4s linear 0s;
  -ms-transition: transform 0.4s linear 0s;
  -o-transition: transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s;
}

.banner .img img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .slick-arrow {
  position: absolute;
  top: 42%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: .58rem;
  height: .58rem;
  -webkit-transition: opacity 0.35s linear 0s;
  -moz-transition: opacity 0.35s linear 0s;
  -ms-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  background-image: url("../image/t_icon2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: 100%;
}

.banner .slick-arrow.slick-prev {
  left: 5%;
}

.banner .slick-arrow.slick-next {
  right: 5%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner .slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0.25rem;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: .2rem;
  height: 6px;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  cursor: pointer;
  border-radius: 6px;
  background: #fff;
}

.header {
  position: relative;
  z-index: 2;
  /* width: 100%; */
  /* padding: .16rem 6.25%; */
  background: linear-gradient(#0C3392, #0d5a84);
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.banner .slick-dots li.slick-active {
  width: .3rem;
  background: #0d5a84;
}

.header .header_of>.fr {
  font-size: 0;
  text-align: right;
}

.header.inset {
  position: relative;
}

.header_of {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: .35rem 0;
}

.nav_box {
  background: #088F93;
  /* padding-left: 10%; */
  display:none;
}

.logo img {
  max-width: 100%;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.top-link {
  display: inline-block;
  vertical-align: top;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #fff;
  text-align: left;
}

.top-link a {
  color: #fff;
}

.top-link span {
  margin: 0 .14rem;
}

.search-btn {
  display: none;
  vertical-align: top;
  width: .32rem;
  height: .32rem;
  background-image: url("../image/t_icon1.png");
  background-repeat: no-repeat;
  background-position: 20% 100%;
  background-color: transparent;
  background-size: auto;
  cursor: pointer;
}

.search-box {
  position: absolute;
  top: 35%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: .2rem 0;
  overflow: hidden;
}

.search-box form {
  background: #fff;
  white-space: nowrap;
  padding: .15rem .1rem .15rem .15rem;
  width: 80%;
  max-width: 6.5rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.42s linear 0s;
  -moz-transition: all 0.42s linear 0s;
  -ms-transition: all 0.42s linear 0s;
  -o-transition: all 0.42s linear 0s;
  transition: all 0.42s linear 0s;
  box-shadow: 0 0 2px 0 #ccc;
  border-radius: 2px;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
}

.search-box .input {
  width: calc(100% - .55rem);
  height: .5rem;
  padding: 0 .1rem 0 .15rem;
  vertical-align: top;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.5rem;
  color: #333;
  text-align: left;
  border: 1px solid #eee;
}

.search-box .submit {
  width: .5rem;
  height: .5rem;
  vertical-align: top;
  background-image: url("../image/t_icon1_2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: auto;
}

.search-box.show form {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: .2s;
  -ms-transition-delay: .2s;
}

.search2 {
  width: 740px;
  max-width: 90%;
  margin: .35rem auto .25rem;
  padding: 8px 10px;
  box-shadow: 0 0 15px 0 #ccc;
}

.search2 form {
  white-space: nowrap;
}

.search2 .input {
  width: calc(100% - .5rem);
  height: .5rem;
  padding: 0 10px;
  border: 1px solid #eee;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  line-height: .5rem;
  color: #333;
  text-align: left;
}

.search2 .submit {
  width: .5rem;
  height: .5rem;
  vertical-align: top;
  background-image: url("../image/t_icon1_2.png");
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-color: transparent;
  background-size: auto;
}

#mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  background: rgba(0, 0, 0, 0.8);
}

#mask .close {
  width: .7rem;
  height: .7rem;
  position: absolute;
  top: 1rem;
  right: 10%;
  bottom: auto;
  left: auto;
  z-index: 1;
  cursor: pointer;
}

#mask .close i {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
}

#mask .close i:nth-child(1) {
  -webkit-transform: translate(0, 33px) rotate(45deg);
  -moz-transform: translate(0, 33px) rotate(45deg);
  -ms-transform: translate(0, 33px) rotate(45deg);
  -o-transform: translate(0, 33px) rotate(45deg);
  transform: translate(0, 33px) rotate(45deg);
}

#mask .close i:nth-child(2) {
  -webkit-transform: translate(0, 31px) rotate(-45deg);
  -moz-transform: translate(0, 31px) rotate(-45deg);
  -ms-transform: translate(0, 31px) rotate(-45deg);
  -o-transform: translate(0, 31px) rotate(-45deg);
  transform: translate(0, 31px) rotate(-45deg);
}

.nav {
  width: 100%;
  padding: 0.1rem;
  font-size: 0;
  /* text-align: right; */
  white-space: nowrap;
  user-select: none;
  /* background: #088F93; */
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}

.nav li {
  display: inline-block;
  position: relative;
  width: 13%;
  margin-right: 3.1%;
}

.nav li a {
  position: relative;
  display: block;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.nav li>a::after {
  display: block;
  content: "";
  box-sizing: border-box;
  height: 3px;
  width: 0;
  margin: 0 auto;
  border-radius: 3px;
  /* background: #f1914d; */
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.nav li:first-child {
  width: 10%;
  margin-right: 0;
}

.nav li:first-child a {
  text-align: left;
}

.nav li:last-child {
  width: 10%;
  margin-right: 0;
}

.nav li:last-child a {
  text-align: right;
}

.nav li .lv2 {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  bottom: auto;
  left: calc(50% - 1rem);
  z-index: 1;
  width: 2rem;
  padding: .08rem 0 .12rem;
  background: #fff;
  transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  /* background-image: url("../image/tab-logo.png"); */
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 8px;
}

.nav li .lv2 a {
  padding: .1rem 5px;
  font-size: .14rem;
  line-height: .18rem;
  font-weight: 400;
  color: #333;
  white-space: initial;
}

.nav li .lv2 a:hover {
  color: #098E95;
  border-radius: 8px;
  background: rgba(9, 142, 149, 0.12);
}

.nav li .lv2 .tri {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0%;
  z-index: 1;
  width: 100%;
  height: 12px;
  overflow: hidden;
}
/* 箭头 */
/* .nav li .lv2 .tri::after {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #fff;
  -webkit-transform: translate(0px, 6px) rotate(45deg);
  -moz-transform: translate(0px, 6px) rotate(45deg);
  -ms-transform: translate(0px, 6px) rotate(45deg);
  -o-transform: translate(0px, 6px) rotate(45deg);
  transform: translate(0px, 6px) rotate(45deg);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
} */

.nav li:hover>a {
  font-weight: 700;
}

.nav li:hover>a .icon {
  background-position: 0 0;
}

.nav li:hover>a::after {
  width: 60%;
}

.nav li:hover .lv2 {
  display: block;
/*
  animation: flipInY .8s;
  -ms-animation: flipInY .8s;
*/
}

.nav li:last-child>a {
  padding-right: 0;
}

.tt1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tt2 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tt3 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tt4 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.tt5 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.img-scale {
  display: block;
  overflow: hidden;
}

.img-scale img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.5s linear 0s;
  -moz-transition: transform 0.5s linear 0s;
  -ms-transition: transform 0.5s linear 0s;
  -o-transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
}

.img-scale .img-frame {
  overflow: hidden;
}

.img-scale .img {
  /*背景图替换img*/
  height: 100%;
  border-radius: 0 0.2rem;
  background-image: url();
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  -webkit-transition: transform 0.5s linear 0s;
  -moz-transition: transform 0.5s linear 0s;
  -ms-transition: transform 0.5s linear 0s;
  -o-transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
}

.img-scale .img img {
  min-height: 100%;
}

.img-scale:hover img {
  min-height: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.img-scale:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.column {
  position: relative;
  z-index: 2;
  margin: 0 0 .3rem;
}

.column h3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  /* background: #0d5a84; */
  /* border: 1px solid #0d5a84; */
  /* border-radius: 0 0.1rem 0 0.1rem; */
  overflow: hidden;
  letter-spacing: 1px;
}

.column h3 p {
  display: inline-block;
  vertical-align: top;
  padding: 0 .16rem 0 .22rem;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.44rem;
  color: #fff;
  text-align: left;
}

.column h3 p:last-child {
  padding: 0 .22rem 0 .16rem;
  font-weight: 700;
  color: #0d5a84;
  background: #fff;
}

/* .column h3::before { content: ""; position: absolute; top: 2px; right: calc(50% + .37rem); bottom: auto; left: auto; z-index: 1; width: .1rem; height: 3px; border-radius: 3px; background: #0d5a84; } */
/* .column h3::after { content: ""; position: absolute; top: 2px; right: 50%; bottom: auto; left: auto; z-index: 1; width: .3rem; height: 3px; border-radius: 3px; background: #0d5a84; } */
.column .more {
  margin: .1rem 1px 0 0;
}

.more {
  padding: 0 .12rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.25rem;
  color: #0d5a84;
  text-align: left;
  background: #fff;
  border: 1px solid #0d5a84;
  border-radius: 0.2rem;
}

.more span {
  margin: 0 0 0 4px;
  color: #0c3392;
}

.title {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 .2rem 0 .39rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.28rem;
  color: #888;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 0 .1rem 0 .2rem;
}

.date span {
  position: absolute;
  top: -1px;
  right: auto;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  width: .3rem;
  font-size: .18rem;
  line-height: .3rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0 0.1rem 0 .1rem;
  background: #999;
  text-align: center;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.info {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.25rem;
  color: #666;
  text-align: justify;
}

.line-box {
  position: relative;
  margin: .5rem 0 0;
}

/* .line-box::before { content: ""; position: absolute; top: 0.22rem; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 2px; background: #e3e9eb; } */
.arrow {
  position: absolute;
  top: 45%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: .4rem;
  height: .4rem;
  -webkit-transition: opacity 0.35s linear 0s;
  -moz-transition: opacity 0.35s linear 0s;
  -ms-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  background-image: url("../image/t_icon2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #0d5a84;
  background-size: auto;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}

.arrow.slick-prev {
  left: -.7rem;
}

.arrow.slick-next {
  right: -.7rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-news .news-slick,
.index-news .list1 {
  width: 48.21%;
}

.index-notice .container {
  position: relative;
}

index-notice .arrow {
  top: 58%;
}

.index-research {
  min-height: 4.2rem;
  padding: .45rem 0 .32rem;
  background-image: url(../image/t_img5.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-color: transparent;
  background-size: cover;
}

.index-research::before {
  top: .67rem;
  background: #4097b0;
}

.index-research .container {
  position: relative;
}

.index-research .arrow {
  background-color: rgba(255, 255, 255, 0.02);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.index-researchh {
  padding: .35rem 0 .45rem;
  background: url(../image/yqljbj.png) no-repeat  #E8F1F2;
  background-size: contain;
}

.index-researchh::before {
  top: .67rem;
  background: #4097b0;
}

.index-researchh .container {
  position: relative;
}

.index-researchh .arrow {
  background-color: rgba(255, 255, 255, 0.02);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.index-teaching .container>.fl,
.index-teaching .container>.fr,
.index-student .container>.fl,
.index-student .container>.fr {
  width: 48.21%;
  overflow: hidden;
}

.news-slick {
  position: relative;
  padding: 0 0 .52rem;
}

.news-slick .news-slick-img {
  width: 100%;
}

.news-slick .news-slick-text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.15rem 0.2rem;
  background: linear-gradient(#135e86, #367797);
  border-radius: 0 0.2rem 0 0.2rem;
}

/* .news-slick .news-slick-text::after { content: ""; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; border-top: 0.55rem solid transparent; border-right: 0.16rem solid transparent; border-bottom: 0.55rem solid #0d5a84; border-left: 0.16rem solid #0d5a84; } */
.news-slick .news-slick-text .title {
  font-size: .18rem;
  font-weight: 700;
  color: #fff;
  line-height: .34rem;
}

.news-slick .news-slick-text .date {
  color: #fff;
  margin: .16rem 0 0;
}

.news-slick .news-slick-text .date span {
  background: #62a9bd;
}

.news-slick .img-scale .img {
  padding: 56.296% 0 0;
}

.news-slick .slick-dots {
  position: absolute;
  top: auto;
  right: 0.15rem;
  bottom: 0.25rem;
  left: auto;
  z-index: 1;
}

.news-slick .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: .1rem;
  height: .1rem;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;
}

.news-slick .slick-dots li.slick-active {
  background: #fff;
}

.notice-slick {
  margin: 0 -.4rem;
}

.notice-slick .slick-slide {
  padding: 0 .4rem;
  border-right: 1px solid #cfcfcf;
}

.notice-slick .slick-slide:hover .title {
  color: #0d5a84;
}

.notice-slick .slick-slide:hover .title::after {
  width: 100%;
}

.notice-slick .slick-slide:hover .date span {
  background: #0d5a84;
}

.notice-slick .slick-slide:hover .more {
  color: #0d5a84;
}

.notice-slick .title {
  position: relative;
  display: block;
  padding: .1rem 0 .16rem;
  border-bottom: 1px solid #d4e1e5;
}

.notice-slick .title .tt2 {
  height: .6rem;
}

.notice-slick .title::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 1px;
  background: #0d5a84;
  -webkit-transition: all 0.45s linear 0s;
  -moz-transition: all 0.45s linear 0s;
  -ms-transition: all 0.45s linear 0s;
  -o-transition: all 0.45s linear 0s;
  transition: all 0.45s linear 0s;
}

.notice-slick .more {
  display: block;
  margin: .14rem 0 0;
  padding: 0;
  border: none;
  color: #999;
}

.research-slick {
  margin: 0 -.27rem;
}

.research-slick .slick-slide {
  padding: 0 .3rem;
}

.research-slick .img-scale {
  padding: .18rem;
  border-radius: 0 0.2rem;
  background: #0d5a84;
  border: 1px solid #4daee5;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.research-slick .img-scale .img-frame {
  margin: .24rem 0 .2rem;
}

.research-slick .img-scale .img {
  padding: 90% 0 0;
}

.research-slick .img-scale:hover {
  background: #fff;
  border-color: #fff;
}

.research-slick .img-scale:hover .date {
  color: #999;
}

.research-slick .img-scale:hover .date span {
  background: #0d5a84;
}

.research-slick .img-scale:hover .title {
  color: #000;
}

.research-slick .img-scale:hover .more {
  color: #999;
}

.research-slick .date {
  color: #fff;
}

.research-slick .date span {
  background: #0d5a84;
}

.research-slick .title {
  height: .6rem;
  color: #fff;
}

.research-slick .more {
  padding: 4px 0 0;
  color: #ccc;
  border: none;
  background: none;
}

.research-slick .img-scalee {
  padding: .18rem;
  border-radius: 0 0.2rem;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.research-slick .img-scalee .img-frame {
  margin: .24rem 0 .2rem;
}

.research-slick .img-scalee .img {height: 52px;}

.research-slick .img-scalee:hover {
  background: #fff;
  border-color: #fff;
}

.research-slick .img-scalee:hover .date {
  color: #999;
}

.research-slick .img-scalee:hover .date span {
  background: #0d5a84;
}

.research-slick .img-scalee:hover .title {
  color: #000;
}

.research-slick .img-scalee:hover .more {
  color: #999;
}

.work-slick {
  margin: 0 -.17rem;
}

.work-slick .slick-slide {
  padding: 0 .17rem;
}

.work-slick .img-scale .img {
  padding: 56.25% 0 0;
}

.work-slick .img-scale:hover .title {
  color: #0d5a84;
  border-left: 3px solid #0d5a84;
}

.work-slick .img-scale:hover .date {
  border-left: 3px solid #fff;
}

.work-slick .img-scale:hover .date span {
  background: #0d5a84;
}

.work-slick .title {
  margin: .12rem 0 .15rem;
  padding: 0 0 0 .15rem;
  border-left: 1px solid #b5d0d8;
}

.work-slick .date {
  margin: 0 0 0 .15rem;
  border-left: 1px solid #fff;
}

.work-slick .slick-dots {
  margin: .3rem 0 0;
  text-align: center;
}

.work-slick .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: .2rem;
  height: 6px;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  cursor: pointer;
  border-radius: 6px;
  background: #ddd;
}

.work-slick .slick-dots li.slick-active {
  width: .3rem;
  background: #0d5a84;
}

.list1 li {
  padding: .16rem 0;
  border-bottom: 1px dashed #d3d3d3;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.list1 li:last-child {
  border: none;
  padding-bottom: .05rem;
}

.list1 li:hover {
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.list1 li:hover .title {
  color: #0d5a84;
}

.list1 li:hover .title::before {
  background: #0d5a84;
}

.list1 li:hover .date span {
  background: #0d5a84;
}

.list1 .title {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.5rem);
}

.list1 .title::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 .12rem 1px 0;
  background: #f1914d;
  border-radius: 10% 50% 10% 50%;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.list2 li {
  position: relative;
  padding: 0 0 .2rem;
}

.list2 li::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #d3d3d3;
}

.list2 li::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 0;
  border-bottom: 1px dashed #0d5a84;
  -webkit-transition: all 0.45s linear 0s;
  -moz-transition: all 0.45s linear 0s;
  -ms-transition: all 0.45s linear 0s;
  -o-transition: all 0.45s linear 0s;
  transition: all 0.45s linear 0s;
}

.list2 li:hover::after {
  width: 100%;
}

.list2 li:hover .title {
  color: #0d5a84;
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.list2 li:hover .title::before {
  background: #0d5a84;
}

.list2 li:hover .date span {
  background: #0d5a84;
}

.list2 .title::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 .12rem 1px 0;
  background: #f1914d;
  border-radius: 10% 50% 10% 50%;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.list2 .date {
  position: relative;
  z-index: 2;
  margin: 0 0 .06rem;
  background: #fff;
}

.first-news {
  padding: .2rem 0 .26rem;
  border-top: 0px solid #0d5a84;
  transform: none !important;
  -ms-transform: none !important;
}

.first-news .title {
  width: 100%;
  font-size: .22rem;
  font-weight: 700;
}

.first-news .title::before {
  display: none;
  margin: 0;
}

.first-news .title:hover {
  color: #0d5a84;
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.first-news .info {
  margin: 8px 0 .12rem;
}

.first-news .date span {
  background: #0d5a84;
}

.teaching .first-news {
  padding: 0 0 .18rem;
  border-top: none;
  border-bottom: 1px solid #ddd;
}

.teaching .first-news .img-scale {
  display: inline-block;
  vertical-align: top;
  width: 2.1rem;
}

.teaching .first-news .img-scale .img {
  padding: 66.666% 0 0;
}

.teaching .first-news .text {
  width: calc(100% - 2.3rem);
}

.teaching .first-news .date {
  margin: 0 0 .08rem;
}

.teaching .first-news .info {
  margin-bottom: 0;
}

.foot-link {
  margin: .2rem 0 0;
  padding: .32rem 0 .32rem;
  /* background-image: url(../image/t_img6.jpg); */
  /* background-repeat: no-repeat; */
  /* background-position: 50% 0%; */
  background-color: #036F6F;
  /* background-size: cover; */
}

.foot-link::before {
  top: .67rem;
  background: #4097b0;
}

.foot-link .column {
  text-align: center;
}

.links {
  font-size: 0;
  margin: 0 -0.2rem;
}

.links>li {
  display: inline-block;
  vertical-align: top;
  width: 16.6666666667%;
  padding: 0 0.2rem;
}

.links a {
  display: block;
  padding: 0 0 .14rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.links a div {
  position: relative;
  display: block;
  width: 1.1rem;
  max-width: 80%;
  height: .65rem;
  margin: -1px auto .12rem;
  overflow: hidden;
  border-radius: .2rem;
}

.links a div i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: url();
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: auto;
}

.links a div.icon1 i {
  background-image: url(../image/t_icon4_1.png);
}

.links a div.icon2 i {
  background-image: url(../image/t_icon4_2.png);
}

.links a div.icon3 i {
  background-image: url(../image/t_icon4_3.png);
}

.links a div.icon4 i {
  background-image: url(../image/t_icon4_4.png);
}

.links a div.icon5 i {
  background-image: url(../image/t_icon4_5.png);
}

.links a div.icon6 i {
  background-image: url(../image/t_icon4_6.png);
}

.links a div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #307ea9;
}

.links a div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background: #f1914d;
}

.links a:hover {
  color: #fff;
}

.links a:hover div::after {
  bottom: 0;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.copy {
  padding: .16rem 4%;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #fff;
  text-align: center;
}

.copy a {
  color: #fff;
}

.pages_min {
  margin-top: 25px;
  overflow: hidden;
  display: none;
  padding: 0 18px;
}

.pages_min a.prev_min,
.pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  float: left;
  background: #a4e3e3;
  border-radius: 3px;
  color: #025353;
  line-height: 30px;
  text-align: center;
}

.pages_min a.next_min {
  float: right;
}

.pages_min a:hover {
  background: #036F6F;
  color: #fff;
  transition: 0.5s;
}

#to-top {
  position: fixed;
  top: auto;
  right: -1rem;
  bottom: 30%;
  left: auto;
  z-index: 1;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-image: url(../image/toTop.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #036F6F;
  background-size: auto;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.pad-btn {
  display: none;
  align-items: center;
}

.pad-btn .cut {
  margin: 0 .14rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #fff;
  text-align: left;
}

.pad-btn .nav-btn {
  display: inline-block;
  width: 34px;
  height: 32px;
  font-size: 0;
  padding: 7px 0 0;
  margin: 0 0 0 .15rem;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.pad-btn .nav-btn i {
  display: inline-block;
  width: 22px;
  height: 2px;
  margin: 6px 0 0;
  background: #0d5a84;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.pad-btn .nav-btn i:nth-child(1) {
  margin-top: 0;
}

.pad-btn .nav-btn.close i:nth-child(1) {
  -webkit-transform: translate(0, 8px) rotate(45deg);
  -moz-transform: translate(0, 8px) rotate(45deg);
  -ms-transform: translate(0, 8px) rotate(45deg);
  -o-transform: translate(0, 8px) rotate(45deg);
  transform: translate(0, 8px) rotate(45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
  opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  -moz-transform: translate(0, -8px) rotate(-45deg);
  -ms-transform: translate(0, -8px) rotate(-45deg);
  -o-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
}

.decoration {
  position: relative;
  z-index: 1;
  max-height: 3.8rem;
}

.decoration img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.position {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 0 0 calc(50% - 700px);
  font-size: 0;
  border-radius: 0 0.2rem;
  background-image: linear-gradient(-90deg, rgba(9, 82, 123, 0.9) 70%, transparent);
  white-space: nowrap;
}

.position h3 {
  display: inline-block;
  vertical-align: top;
  width: 11vw;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  text-align: left;
}

.position .place {
  display: inline-block;
  vertical-align: top;
  padding: 0 .3rem 0 .25rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 80px;
  color: #fff;
  text-align: left;
  background-image: url(../image/t_icon5.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: transparent;
  background-size: auto;
}

.position .place a {
  color: #fff;
}

.position .place a:hover {
  color: #0d5a84;
}

/* .position::after { content: ""; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border-top: 40px solid transparent; border-right: 10px solid transparent; border-bottom: 40px solid rgba(0, 117, 149, 0.9); border-left: 10px solid rgba(0, 117, 149, 0.9); } */
.section {
  position: relative;
  z-index: 2;
}

.sidebar {
  width: 2.4rem;
  margin: .4rem 0 0;
}

.sidebar li {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.sidebar li a {
  position: relative;
  display: block;
  padding: 0 5%;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.5rem;
  color: #333;
  text-align: center;
  border-left: 4px solid #f3f3f3;
}

.sidebar li a:hover {
  color: #0d5a84;
}

.sidebar li.cur {
  border-bottom: none;
  border-left: 4px solid #f1914d;
  background: linear-gradient(#135e86, #367797);
}

.sidebar li.cur>a {
  color: #fff;
  border: none;
}

.main {
  width: calc(100% - 2.85rem);
  min-height: 4rem;
  margin: .25rem 0 .5rem;
}

.current-column {
  margin: 0 0 .12rem;
  border-bottom: 1px solid #ddd;
}

.current-column h3 {
  display: inline-block;
  margin: 0 0 -1px;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.5rem;
  color: #000;
  text-align: left;
  border-bottom: 3px solid #0d5a84;
}

.article {
  padding: .2rem 6% 0;
  background: #fff;
}

.article .title {
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #0d5a84;
  text-align: center;
}

.article .sub {
  margin: .3rem 0;
  padding: .13rem 0;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #666;
  text-align: center;
  border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede;
}

.article .content {
  padding: 0 0 .3rem;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 220%;
  color: #333;
  text-align: justify;
}

.article .content p {
  text-indent: 2em;
  margin: 0 0 .1rem;
}

.article .content a {
  color: #0d5a84;
}

.article .content a:hover {
  color: #0d5a84;
}

.article .content img,
.article .content video {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: .2rem auto;
}

.article .content table {
  max-width: 100%;
  margin: .2rem auto;
  line-height: 160%;
}

.article .content table p {
  text-indent: 0;
  margin: 0;
}

.article .content table img,
.article .content table video,
.article .content table iframe {
  margin-top: 0;
  margin-bottom: 0;
}

.article .content iframe {
  display: block;
  max-width: 100%;
  margin: .2rem auto;
}

.article .cont-page {
  padding: .25rem 0 0;
  border-top: 1px dashed #aaa;
}

.article .cont-page a {
  display: block;
  padding: 4px 0;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.28rem;
  color: #333;
  text-align: left;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.article .cont-page a:hover {
  color: #0d5a84;
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.article.about {
  padding-left: 0;
  padding-right: 0;
}

.article.about .title {
  margin: .1rem 0 .3rem;
  font-size: .26rem;
}

.people-list {
  font-size: 0;
  margin: .35rem -0.2rem 0;
}

.people-list>li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0.2rem;
  margin: 0 0 .4rem;
}

.people-list>li:hover .img-scale {
  box-shadow: -7px -7px 0 0 #0d5a84, 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.people-list .name {
  display: block;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #0d5a84;
  text-align: left;
}

.people-list .name:hover {
  color: #ff9c00;
}

.people-list .info {
  height: .78rem;
  margin: .1rem 0 0;
  font-size: .14rem;
  line-height: .26rem;
}

.people-list .info span {
  color: #000;
  font-size: .16rem;
  font-weight: 700;
}

.people-list .img-scale {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.people-list .img-scale .img {
  padding: 133% 0 0;
  background-position: 50% 50%;
  background-size: 85%;
  background-color: #eee;
}

.people-list .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.4rem);
  padding: 0 0 0 .28rem;
}

.people-list .more2 {
  margin: .15rem 0 0;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.45rem;
  text-align: right;
  border-top: 1px solid #eee;
}

.people-list .more2 a {
  color: #0d5a84;
}

.people-list .more2 a:hover {
  text-decoration: underline;
}

.leader-list {
  font-size: 0;
  margin: .35rem -0.2rem 0;
}

.leader-list>li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 0.2rem;
  margin: 0 0 .4rem;
}

.leader-list .name {
  display: block;
  font-size: 0.19rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #0d5a84;
  text-align: left;
}

.leader-list .name span {
  color: #000;
  margin-left: .3rem;
}

.leader-list .info {
  height: .9rem;
  margin: .1rem 0 0;
  font-size: .16rem;
  line-height: .3rem;
}

.leader-list .info span {
  color: #000;
}

.leader-list .img-scale {
  border: 1px solid #e8e8e8;
}

.leader-list .img-frame {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.leader-list .img-frame .img {
  padding: 133% 0 0;
  background-position: 50% 50%;
  background-size: 85%;
  background-color: #eee;
}

.leader-list .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.4rem);
  padding: .2rem .17rem 0 .28rem;
}

.notice-list {
  font-size: 0;
  margin: 0 -0.13rem;
  margin-top: .4rem;
}

.notice-list>li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 0 0.13rem;
}

.notice-list li {
  margin: 0 0 .36rem;
}

.notice-list a {
  display: block;
  padding: .26rem .2rem .12rem;
  background: #f4f7f8;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.notice-list a:hover {
  background: #0d5a84;
}

.notice-list a:hover .title {
  color: #fff;
}

.notice-list a:hover .more {
  color: #fff;
  border-color: #0d5a84;
}

.notice-list a:hover .date span {
  background: #0d5a84;
}

.notice-list .date {
  background: #fff;
}

.notice-list .title {
  height: .64rem;
  margin: .1rem 0 .14rem;
  line-height: .32rem;
}

.notice-list .more {
  background: none;
  padding: 0;
  border: none;
  line-height: .52rem;
  border-top: 1px solid #d4e1e5;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.news-list li {
  padding: .22rem 0;
  border-bottom: 1px dashed #ddd;
}

.news-list li:hover .date span {
  background: #0d5a84;
}

.news-list .img-scale {
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
}

.news-list .img-scale .img {
  padding: 66.666% 0 0;
}

.news-list .text {
  width: calc(100% - 2.6rem);
  padding: .07rem 0 0;
}

.news-list .title {
  width: 100%;
  font-size: .18rem;
  font-weight: 700;
}

.news-list .title::before {
  display: none;
  margin: 0;
}

.news-list .title:hover {
  color: #0d5a84;
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.news-list .info {
  margin: .1rem 0 .15rem;
}

#browser-modal {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  color: #303233;
  text-align: center;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #111;
}

#browser-modal .browser-content {
  width: 700px;
  margin: 120px auto 0;
  padding: 50px 0 80px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  font-size: 24px;
  text-transform: uppercase;
}

#browser-modal .browser-content .browser-text-desc {
  margin: 30px 0 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  height: 130px;
  margin: 20px auto;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  margin: 0 auto;
  padding: 20px 0;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  font-size: 80px;
  line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../image/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../image/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../image/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../image/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  display: block;
  cursor: pointer;
}

#browser-modal .browser-content .browser-item a:hover {
  text-decoration: underline !important;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  max-width: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

#browser-modal .browser-content .browser-item a h4 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#list-page {
  margin: .28rem 0 .3rem !important;
  font-family: Arial;
  text-align: center;
}

#list-page .p_pages a,
#list-page span,
#list-page .p_goto a {
  font-size: 14px;
  width: auto;
  height: auto;
  margin-top: 5px;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

#list-page .p_pages a,
#list-page .p_no_d,
#list-page .p_fun_d,
#list-page .p_goto a {
  padding: 10px 12px;
  color: #141414;
  /* border: 1px solid #aaa; */
  border-radius: 5px;
}

#list-page .p_pages .p_no_d,
#list-page a:hover,
#list-page .p_goto a {
  background: #088F93;
  font-weight: bold;
  color: #fff;
  border-color: #088F93;
}

#list-page .p_t {
  padding: 0 2px 0 0;
  color: #777;
}

#list-page .p_first,
#list-page .p_first_d,
#list-page .p_last,
#list-page .p_last_d {
  display: inline-block;
}

#list-page .p_pages span {
  color: #aaa;
}

#list-page .p_goto input {
  font-family: 'Arial';
  color: #333;
  border-radius: 2px;
  width: 40px;
  height: 34px;
  line-height: 34px;
  vertical-align: bottom;
}


#list-page  .input_in {
  margin: 0 15px;
}
#list-page  .input_in input{
  border: 1px solid #D9D9D9;
border-radius: 4px;
width: 40px;
height: 32px;
text-align: center;
margin-right: 10px;
}

#list-page  .input_in a{
color: #088F93;
}
#list-page  .input_in a:hover{
  background-color: #fff;
}
#list-page  .input_select { color: #8C8C8C;}
#list-page  .input_select select{
width: 66px;
height: 32px;

/* Blackscale/Constant/white */

background: #FFFFFF;
/* Blackscale/Line/line-base */

border: 1px solid #D9D9D9;
border-radius: 4px;
margin: 0 8px;
}
.teach-list {
  margin: .24rem 0 0;
}

.teach-list .depar {
  border-bottom: 1px solid #ddd;
}

.teach-list .depar h5 {
  position: relative;
  display: inline-block;
  margin: 0 0 -1px;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.45rem;
  color: #0d5a84;
  text-align: left;
  border-bottom: 3px solid #0d5a84;
}

.teach-list .depar h5::after {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: calc(50% - 8px);
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 8px solid #0d5a84;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}

.teach-list .name {
  font-size: 0;
  margin: 0 -0.1rem;
}

.teach-list .name>li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 0.1rem;
}

.teach-list .name li {
  margin: .25rem 0 0;
}

.teach-list .name a {
  display: block;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.5rem;
  color: #fff;
  text-align: left;
  background: #2f7293;
  text-align: center;
  border-radius: 0rem 0rem 0.1rem 0.1rem;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.teach-list .name a:hover {
  color: #fff;
  background: #f1914d;
  box-shadow: 0 0 5px 0 #999;
}

@media screen and (max-width: 1750px) {
  .position {
    padding-left: 10%;
  }
}

@media screen and (max-width: 1600px) {
  .header {
    padding: .15rem 0;
  }

  /* .header .header_of>.fr {
    width: calc(100% - 4rem);
  } */
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 95px;
  }

  .notice-slick {
    margin: 0 -.2rem;
  }

  .notice-slick .slick-slide {
    padding: 0 .2rem;
  }

  .research-slick {
    margin: 0 -.15rem;
  }

  .research-slick .slick-slide {
    padding: 0 .15rem;
  }

  .position h3,
  .position .place {
    line-height: .6rem;
  }

  .position h3 {
    font-size: .22rem;
  }
}

@media screen and (max-width: 1250px) {
  .header {
    padding: .1rem 2.5%;
  }

  .header .header_of>.logo {
    width: 50%;
  }

  .nav li a {
    font-size: .16rem;
  }

  .sidebar {
    width: 2rem;
  }

  .teach-list .name>li {
    width: 20%;
  }

  .main {
    width: calc(100% - 2.4rem);
  }
}

@media screen and (max-width: 992px) {
  .header {
    position: relative;
    z-index: 102;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header::before,
  .header::after {
    display: none;
  }

  .header .header_of>.fr {
    display: flex;
    align-items: center;
    /* float: none; */
    margin: 0;
    width: auto;
    margin-top: 1%;
  }

  .header_of {

    width: 100%;
  }

  .container {
    width: 85%;
  }


  .logo img {
    max-width: 265px;
    width: 80%;
    margin-top: .05rem;
  }

  .pc-search-btn,
  .ewm_mag {
    display: none !important
  }

  .search-btn {
    display: inline-block;
    width: 34px;
    height: 32px;
    background-image: url(../image/x_icon1_2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    background-size: auto;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }

  .banner .slick-arrow {
    display: none !important;
  }
.nav_box {
  display:block;
}


.nav-search-btn {
    position: relative;
    border:none !important;
     margin-top: 12px;
     padding-left: 7%;
}

.nav-search-btn input {
    box-sizing: border-box;
    padding: 8px;
    gap: 8px;
    width: 93%;
    height: 36px;
    background: #FFFFFF;
    font-size: .14rem;
    padding-left: 15px;
    border: 1px solid #d1d1d1;
}

.nav-search-btn .notxt1{
    background: url(../image/search_iocn.png) no-repeat;
    width: 20px;
    background-size: contain;
    position: absolute;
    right: 10%;
    top: 6px;
    cursor: pointer;
    border: none;
}
.nav-search-btn .pc-search-btn-click {
    position: absolute;
}
.nav-search-btn .search_click {
    position: absolute;
    position: absolute;
    width: 20px;
    right: 12px;
    top: 8px;
    cursor: pointer;
}

  .banner .slick-dots {
    bottom: .15rem;
  }

  .banner .slick-dots li {
    margin: 0 5px;
    width: .16rem;
  }

  .nav {
    position: fixed;
    top: 58px;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 8;
    width: auto;
    height: calc(100vh - (58px + .2rem));
    margin: 0;
    padding: .2rem 5%;
    overflow-x: hidden;
    background: #f1f5f8;
    visibility: hidden;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
  }

  .nav li {
    display: block;
    width: 100%;
    max-width: 100%;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #b1c0d3;
    margin-right: 0;
    /* border: none; */
  }


  .nav li:first-child {
    border-top: none;

    width: 100%;

  }

  .nav li:first-child a {
    text-align: left;
  }

  .nav li:last-child {
    width: 100%;
  }

  .nav li:last-child a {
    text-align: left;
  }

  /* .nav li:last-child:after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #fff;
  } */

  .nav li a {
    padding: 0 .15rem;
    font-size: 17px;
    line-height: .6rem;
    text-align: left;
    color: #494949;
    background: transparent !important;
  }

  .nav li a .icon {
    display: none !important;
  }

  .nav li a::after {
    display: none;
  }

  .nav li .tri {
    display: none !important;
  }

  .nav li .down-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .6rem;
    height: .6rem;
    background-image: url("../image/x_icon4_3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 17%;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.35s linear 0s;
    -moz-transition: all 0.35s linear 0s;
    -ms-transition: all 0.35s linear 0s;
    -o-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
  }

  .nav li .down-icon.close {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .nav li .lv2 {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    padding-left: 40px;
    padding-top: 0;
    border: none;
    background: none;
    box-shadow: none;
  }

  .nav li .lv2 a {
    color: #333 !important;
  }

  .nav li .lv2 .tri {
    display: none;
  }

  .nav li:hover .lv2 {
    display: none;
    animation: none;
    box-shadow: none;
    width: 100%;
  }

  .nav li::after {
    display: none;
  }

  .nav.show {
    visibility: visible;
    left: 0;
  }
  .nav .qs_link{

padding: 0 7%;

border: none;

margin-top: .1rem;
}
.nav .qs_link a{
    /* padding-left: 0; */
    display: inline-block;
    float: left;
    /* margin-right: .1rem; */
    font-size: .16rem;
    line-height: initial;
    padding: .05rem .2rem;
}
.nav li.qs_link:hover>a{
font-weight: normal;
}
  .pad-btn {
    display: inline-block;
  }

  .column h3 p {
    font-size: .22rem;
  }

  #to-top {
    display: none !important;
  }

  .arrow.slick-prev {
    left: -.45rem;
  }

  .arrow.slick-next {
    right: -.45rem;
  }

  .index-news .news-slick,
  .index-news .list1 {
    width: 100%;
  }

  .index-news .list1 {
    margin: .35rem 0 0;
  }

  .index-teaching .container>.fl,
  .index-teaching .container>.fr,
  .index-student .container>.fl,
  .index-student .container>.fr {
    width: 100%;
  }

  .index-teaching .container>.fr,
  .index-student .container>.fr {
    margin: .3rem 0 0;
  }

  .news-slick .news-slick-text .date {
    margin: .15rem 0 0;
  }

  .foot-link {
    padding-bottom: .1rem;
  }

  .links>li {
    width: 33.33%;
    margin: 0 0 .2rem;
  }

  .decoration img {
    height: 250px;
  }

  .sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin: .2rem 0 0;
  }

  .sidebar li {
    margin: 0 .1rem .14rem;
    border-bottom: none;
    border-radius: 4px;
    overflow: hidden;
  }

  .sidebar li a {
    padding: 0 .2rem;
    white-space: nowrap;
    line-height: .4rem;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .main {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .current-column {
    display: none;
  }

  .position h3 {
    font-size: .2rem;
  }

  .article {
    padding-left: 0;
    padding-right: 0;
  }

  .notice-list>li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {

  #vsb_content table,
  #vsb_content table td {
    border: none;
  }

  html {
    font-size: 90px;
  }

  .main {
    padding: 0 !important;
  }

  .teach-list .name>li {
    width: 25%;
  }

  #list-page {
    display: none;
  }

  .pages_min {
    display: block;
  }

  .sidebar_mu_img {
    display: block;
    width: 100%;
  }

  .container {
    width: 90%;
    text-align: center;
  }

  .column {
    margin: 0 0 .2rem;
  }

  .column h3 p {
    font-size: .2rem;
  }

  .arrow {
    width: .3rem;
    height: .3rem;
  }

  .arrow.slick-prev {
    left: 0rem;
  }

  .arrow.slick-next {
    right: 0rem;
  }

  .notice-slick,
  .research-slick {
    margin: 0;
    padding: 0 .24rem;
  }

  .list1 .title {
    width: 100%;
    line-height: .24rem;
  }

  .list1 .date {
    float: none;
    margin: .12rem 0 0;
  }

  .list1 .tt1 {
    white-space: initial;
    text-overflow: clip;
    overflow: auto;
  }

  .list2 .tt1 {
    white-space: initial;
    text-overflow: clip;
    overflow: auto;
  }

  .news-slick .news-slick-text {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 8px .15rem;
  }

  .news-slick .news-slick-text::after {
    display: none;
  }

  .news-slick .news-slick-text .date {
    margin: 8px 0 0;
  }

  .decoration img {
    height: 220px;
  }

  .position {
    padding-left: 20%;
    text-align: center;
  }

  .position .place {
    display: none;
  }

  .position h3 {
    width: 20vw;
    line-height: .55rem;
  }

  .article {
    padding-top: .1rem;
  }

  .article .sub {
    margin: .2rem 0;
  }

  .people-list>li,
  .leader-list>li {
    width: 100%;
    margin: 0 0 .3rem;
  }
}

@media screen and (max-width: 520px) {
  .notice-slick .slick-slide {
    border: none;
  }

  .teach-list .name>li {
    width: 33.33%;
  }

  .teaching .first-news .img-scale {
    width: 100%;
  }

  .teaching .first-news .text {
    width: 100%;
    float: none;
    margin: .2rem 0 0;
  }

  .links {
    margin: 0 -.1rem;
  }

  .links>li {
    padding: 0 .1rem;
    width: 50%;
  }

  .decoration img {
    height: 180px;
  }

  .position h3 {
    width: 32vw;
    font-size: .19rem;
    line-height: .45rem;
  }

  .sidebar li {
    margin: 0 5px 10px;
  }

  .sidebar li a {
    line-height: .35rem;
    padding: 0 .12rem;
    font-size: .16rem;
  }

  .people-list .img-scale {
    width: 1.1rem;
  }

  .people-list .text {
    width: calc(100% - 1.1rem);
  }

  .people-list .name {
    font-size: .2rem;
  }

  .leader-list .img-frame {
    width: 1.1rem;
  }

  .leader-list .text {
    width: calc(100% - 1.1rem);
    padding-top: .1rem;
  }

  .leader-list .name {
    font-size: .2rem;
  }

  .leader-list .info {
    height: .75rem;
    font-size: .14rem;
    line-height: .25rem;
  }

  .notice-list>li {
    width: 100%;
  }

  .news-list li {
    padding: .2rem 0;
  }

  .news-list .img-scale {
    width: 100%;
  }

  .news-list .text {
    float: none;
    width: 100%;
    margin: .15rem 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .top-link {
    display: none;
  }

  .teach-list .name>li {
    width: 50%;
  }

  .decoration img {
    height: 150px;
  }

  .position h3 {
    width: 40vw;
  }
}