* {
  margin: 0 auto;
  padding: 0px;
}

body {
  background-color: #fff;
  min-width: 1200px;
  max-width: 1920px;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "rtw";
  src: url(../font/RTWSYueRoudGoDemo-Regular.otf) format("truetype");
}

/*头部*/
.header {
  width: 100%;
  height: 166px;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-tou {
  width: 100%;
  height: 115px;
  box-sizing: border-box;
  background: url(../img/top.jpg) top no-repeat;
}

.header-yi {
  width: 1200px;
  height: 115px;
  padding-top: 13px;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.logo {
  width: 625px;
  height: 88px;
  float: left;
}

.logo_yi img {
  display: block;
  width: 520px;
  height: 88px;
  float: left;
  object-fit: cover;
}

.logo_er {
  float: right;
}

.logo_er h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 2px;
  color: #ffffff;
}

.xxgk {
  width: 280px;
  height: 88px;
  float: right;
}

.xxgk span a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sousuo {
  width: 200px;
  height: 30px;
  margin-top: 29px;
  background-color: #ffffff;
  border-radius: 15px;
  align-items: center;
  float: right;
}

.sousuo input {
  width: 155px;
  height: 20px;
  margin-top: 5px;
  margin-left: 15px;
  outline: none;
  border: none;
  border-right: 1px solid #999999;
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #999999;
}

.sousuo a {
  width: 15px;
  height: 15px;
  float: right;
  text-align: center;
  margin-top: 7px;
  margin-right: 8px;
  background: url(../img/sousuo.png) center no-repeat;
}

/*导航栏*/
.daohanglan {
  width: 100%;
  height: 51px;
  min-width: 1200px;
  border-top: 1px solid #fd5009;
  box-sizing: border-box;
  background-color: #fd6628;
}

.mulu li {
  list-style-type: none;
}

.mulu {
  width: 1200px;
  height: 50px;
  display: flex;
  justify-content: space-between;
}

a {
  text-decoration: none;
}

.mulu li.house {
  width: 80px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mulu li {
  display: block;
  flex: 1;
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  transition: all 0.3s;
}

.mulu li a {
  font-weight: normal;
  transition: all 0.3s;
  color: #fff;
}

.mulu li:hover {
  background-color: #fff;
}

.mulu li:hover a {
  letter-spacing: 1px;
  color: #fd6628;
}

.mulu li .er {
  width: 100%;
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -62px;
  display: none;
  background-color: rgba(89, 61, 49, 0.8);
}

.mulu li .er li {
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}

.mulu li .er li:hover {
  background-color: #805f51;
}

.mulu li .er li a {
  color: #fff !important;
}

.mulu li.on {
  background-color: #ffffff;
}

.mulu li.on a {
  color: #fd6628;
}

/*banner*/
.banner {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 12;
}

.swiper-button-prev,
.swiper-button-next {
  width: 71px !important;
  height: 71px !important;
  background: url(../img/banner_left_btn.png) center no-repeat;
  opacity: 1;
}

.swiper-button-prev {
  left: 10% !important;
}

.swiper-button-next {
  transform: rotate(180deg);
  right: 10% !important;
  margin: 0;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 11px !important;
  margin: 0px 5px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  display: inline-block;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  width: 35px !important;
  height: 11px !important;
  margin: 0px 5px;
  display: inline-block;
  background: #fff !important;
  transition: all 0.3s;
}

/* 新闻动态 */
.xwdt-dsa {
  width: 1200px;
  height: 525px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.bt {
  width: 155px;
  height: 28px;
  box-sizing: border-box;
  position: relative;
}

.bt p {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
  text-align: right;
}

.bt p::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/dianyingkaishi.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.nr {
  width: 1200px;
  height: 375px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.nr li {
  width: 380px;
  height: 375px;
  list-style-type: none;
  box-shadow: 0px 5px 20px 0px rgba(253, 102, 40, 0.1);
  margin: 0px;
}

.nr li a {
  text-decoration: none;
  color: #333;
}

.cover {
  width: 380px;
  height: 235px;
  overflow: hidden;
}

.cover>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.cover>img:hover {
  transform: scale(1.2);
}

.nr .infos {
  width: 380px;
  height: 125px;
  margin-top: 15px;
  padding: 0px 10px;
  box-sizing: border-box;
}

.nr .infos .title {
  width: 360px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.nr .infos .detail {
  width: 360px;
  height: 46px;
  line-height: 23px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  overflow: hidden;
  /*隐藏溢出文本*/
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示。*/
  -webkit-line-clamp: 2;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
}

.nr .infos .date {
  width: 360px;
  height: 12px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #666666;
  line-height: 12px;
  text-align: center;
  position: relative;
}

.nr .infos .date::before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 6px;
  left: 0px;
}

.nr .infos .date::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 6px;
  right: 0px;
}

.nr li:hover .title {
  color: #fd6628;
}

.more {
  width: 162px;
  height: 40px;
  background-color: #cd2e2a;
  box-shadow: 0px 5px 10px 0px rgba(205, 46, 42, 0.2);
  border-radius: 20px;
}

.more a p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

/* 通知公告 学生资助 */
.process-zz {
  width: 100%;
  height: 427px;
  background: url(../img/tongzhi-zizhubeijing.png) center no-repeat;
  padding-top: 50px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.tzgg-xshd {
  width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bt-tz {
  width: 580px;
  height: 34px;
  border-bottom: solid 2px #fd6628;
  margin: 0px;
  box-sizing: border-box;
  position: relative;
}

.bt-tz p {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 2px;
  color: #fd6628;
  float: left;
}

.bt-tz a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fd6628;
  float: right;
}

.work-gg,
.support-zz {
  width: 580px;
  height: 476px;
  margin: 0px;
}

.work-gg ul,
.support-zz ul {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}

.work-gg ul li,
.support-zz ul li {
  width: 100%;
  height: 64px;
  margin-bottom: 36px;
  list-style-type: none;
  position: relative;
}

.work-gg ul li:last-child,
.support-zz ul li:last-child {
  margin-bottom: 0px;
}

.work-gg ul li a,
.support-zz ul li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.work-gg ul li:hover .gonggao-zz,
.support-zz ul li:hover .gonggao-zz {
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.work-gg ul li:hover .gonggao-zz p,
.support-zz ul li:hover .gonggao-zz p {
  color: #fd6628;
}

.time-zz {
  width: 70px;
  height: 64px;
  box-sizing: border-box;
  margin: 0;
  background-color: #fd6628;
}

.time-zz>h5 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
  /* margin-bottom: 10px; */
}

.time-zz>p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.gonggao-zz {
  width: 510px;
  height: 64px;
  margin: 0;
  padding: 5px 25px 5px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.gonggao-zz p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #333333;
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  overflow: hidden;
  /*隐藏溢出文本*/
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示。*/
  -webkit-line-clamp: 2;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
  margin: auto 0px;
}

/* 优秀学子 */
.youxiu {
  width: 1200px;
  height: 360px;
  margin-bottom: 50px;
}

.youxiu ul {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 1200px;
  height: 210px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.youxiu ul li {
  width: 380px;
  height: 210px;
  background-color: #f8f8f8;
  border: solid 1px #fd6628;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.youxiu ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.xuezi-img {
  width: 120px;
  height: 170px;
  margin: 0;
}

.xuezi-img img {
  display: block;
  object-fit: cover;
  width: 120px;
  height: 170px;
}

.xuezi-text {
  width: 200px;
  height: 170px;
  margin: 0;
}

.xuezi-text h5 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.xuezi-text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.youxiu ul li:hover .xuezi-text h5 {
  color: #fd6628;
}

/* 快速通道 */
.tongdao {
  width: 1200px;
  height: 40px;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}

.tongdao h4 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #333333;
  float: left;
}

.tongdao h4::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/lianjie.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.tongdao ul {
  display: flex;
  padding-left: 40px;
  margin: 0;
}

.tongdao ul li {
  width: 115px;
  height: 40px;
  margin: 0;
}

.tongdao ul li a p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #333333;
}

/* 分界 */
.fenjie {
  width: 100%;
  height: 8px;
  background-color: #fd6628;
  opacity: 0.5;
}

/*尾部*/
#footer {
  width: 100%;
  height: 327px;
  margin: 0 auto;
  background-image: url(../img/footB.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center; */
}

.conten {
  width: 1200px;
  height: 216px;
  margin: 0 auto;
  padding: 56px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address {
  /* height: 100%; */
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.address li {
  font-family: MicrosoftYaHei;
  font-size: 17px;
  margin: 0;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
}
.address li a{
  display: inline-block;
  color: #fff;
}
.address li:nth-child(2),.address li:nth-child(3) {
  margin-left: 85px;
}

.conten>a {
  width: 426px;
  height: 190px;
  display: block;
}

.fLogo {
  width: 426px;
  height: 190px;
  background-image: url(../img/Flogo.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.ewm {
  width: 283px;
  height: 93px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ewm li {
  width: 67px;
  height: 93px;
  position: relative;
  cursor: pointer;
}

.ewm li p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.ewm li div {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 50%;
  padding: 5px;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  transition: all 0.4s;
  transform: translateX(-50%);
}

.ewm li div img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin: 0;
}

.ewm li:hover div {
  top: -125px;
  display: block;
}