
/* 轮播图 */
#slide{
  position: relative;
  text-align: center;
}
#slide .swiper-slide > img{
  height: 800px;
  object-fit: cover;
}

#slide .swiper-pagination {
    bottom: 30px;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}

#slide .swiper-pagination-bullet {
    width: auto;
    height: auto;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    background: none;
    opacity: 1;
    transition: .3s;
}

#slide .swiper-pagination-bullet:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    position: relative;
    margin-left: 5px;
    top: -7px;
    background: #fff;
    transition: .3s;
}

#slide .swiper-pagination-bullet-active {
    font-size: 22px;
    position: relative;
}

#slide .swiper-pagination-bullet-active:after{
    width: 60px;
}

.data{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  color: #2DF7F9;
  font-size: 24px;
  width: 1400px;
  transform: translateX(-50%);
  z-index: 9;
}
.data span{
  position: absolute;
  top: 10%;
  left: 11%;
}
.data span:nth-of-type(2){
  top: 19%;
}
.data span:nth-of-type(3){
  top: 10%;
  left: 75%;
}
.data span:nth-of-type(4){
  top: 19%;
  left: 75%;
}
.data div{
  position: relative;
  text-align: center;
  top: 63%;
  font-size: 16px;
}
.data .rotate{
  position: absolute;
  top: 10%;
  left: 10px;
  animation: myRotate 3s linear 1s infinite;
}
.data .rotate:last-of-type{
  left: auto;
  right: 30px;
}
.data .rotate img{
  width: 110px;
}

@-webkit-keyframes myRotate
{
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes myRotate
{
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 主体 */
section {
  background: url(../images/section-bg.jpg) no-repeat center top;
  background-size: 100% auto;
}

section .title {
  display: flex;
  margin: 30px 0 15px;
}

section .title h2 {
  display: inline-flex;
  align-items: center;
}

section .title h2 span {
  color: #0078F6;
  font-size: 28px;
  margin: 0 10px;
}

section .title div {
  margin-top: 30px;
  height: 30px;
  flex-grow: 1;
  text-align: right;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

section .title div a {
  display: inline-block;
  margin: 12px 12px 0 0;
}

/*数据展示*/
.data-show{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.data-show li{
  width: 24%;
  color: var(--varColor);
  padding: 30px 15px;
  text-align: center;
  background: #eee;
  border-radius: 15px;
  font-size: 30px;
}
.data-show li h2{
  font-size: 24px;
  margin-bottom: 5px;
}

/* 后勤新闻 */
.news {
  width: 66.28%;
}
#news{
  float: left;
  width: 432px;
}
#news .swiper-slide a{
  display: block;
  height: 332px;
  position: relative;
}
#news .swiper-slide p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  padding: 0 100px 0 10px;
  background: rgba(108, 108, 108, 0.5);
}
#news .swiper-pagination{
  left: auto;
  width: auto;
  right: 10px;
  bottom: 7px;
}
#news .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}
#news .swiper-pagination-bullet-active{
  background: var(--varColor);
}
.news-box{
  margin-left: 452px;
}
.list li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 21px;
  font-size: 16px;
}
.list li:last-of-type{
  margin-bottom: 0;
}
.list li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #004EA1;
  border-radius: 50%;
}
.list li span {
    color: #81a6cd;
    margin-left: 20px;
}

/* 通知公告 */
.notice {
  width: 31.78%;
}
.notice-list li{
  display: flex;
  align-items: center;
}
.notice-list li:not(:last-of-type){
  margin-bottom: 32px;
}
.notice-list li .date{
  min-width: 55px;
  text-align: center;
  color: #ACACAC;
}
.notice-list li .date h2{
  color: var(--varColor);
  font-size: 38px;
  line-height: 38px;
}
.notice-list li .text{
  margin-left: 20px;
}
.notice-list li .text p{
  font-size: 16px;
  line-height: 1.75em;
}

/* 服务指南 */
.down-list {
  margin-top: 30px;
  overflow: hidden;
}

.down-list li {
  float: left;
  width: calc(1 / 7 * 100%);
  text-align: center;
}

.down-list li a {
  display: block;
}

.down-list li div {
  display: inline-flex;
  width: 110px;
  height: 110px;
  border: 1px solid var(--varColor);
  border-radius: 10px;
  box-sizing: border-box;
  transition: .3s;
}

.down-list li div i {
  flex-grow: 1;
  border-radius: 10px;
  transition: .3s;
  background: url(../images/s1.png) no-repeat center center;
}

.down-list li:hover div {
  border: 9px solid #C8E0F9;
  background: #C8E0F9;
}

.down-list li:hover div i {
  background: var(--varColor) url(../images/s1-h.png) no-repeat center center;
}

.down-list li:nth-of-type(2) div i {
  background-image: url(../images/s2.png);
}

.down-list li:hover:nth-of-type(2) div i {
  background: var(--varColor) url(../images/s2-h.png) no-repeat center center;
}

.down-list li:nth-of-type(3) div i {
  background-image: url(../images/s3.png);
}

.down-list li:hover:nth-of-type(3) div i {
  background: var(--varColor) url(../images/s3-h.png) no-repeat center center;
}

.down-list li:nth-of-type(4) div i {
  background-image: url(../images/s4.png);
}

.down-list li:hover:nth-of-type(4) div i {
  background: var(--varColor) url(../images/s4-h.png) no-repeat center center;
}

.down-list li:nth-of-type(5) div i {
  background-image: url(../images/s5.png);
}

.down-list li:hover:nth-of-type(5) div i {
  background: var(--varColor) url(../images/s5-h.png) no-repeat center center;
}

.down-list li:nth-of-type(6) div i {
  background-image: url(../images/s6.png);
}

.down-list li:hover:nth-of-type(6) div i {
  background: var(--varColor) url(../images/s6-h.png) no-repeat center center;
}

.down-list li:nth-of-type(7) div i {
  background-image: url(../images/s7.png);
}

.down-list li:hover:nth-of-type(7) div i {
  background: var(--varColor) url(../images/s7-h.png) no-repeat center center;
}

.down-list li:nth-of-type(8) div i {
  background-image: url(../images/s8.png);
}

.down-list li:hover:nth-of-type(8) div i {
  background: var(--varColor) url(../images/s8-h.png) no-repeat center center;
}

.down-list li:nth-of-type(9) div i {
  background-image: url(../images/s9.png);
}

.down-list li:hover:nth-of-type(9) div i {
  background: var(--varColor) url(../images/s9-h.png) no-repeat center center;
}

.down-list li:nth-of-type(10) div i {
  background-image: url(../images/s10.png);
}

.down-list li:hover:nth-of-type(10) div i {
  background: var(--varColor) url(../images/s10-h.png) no-repeat center center;
}

.down-list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  line-height: 1.5em;
  font-size: 18px;
  padding: 0 10px;
  overflow: hidden;
}

.flex{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px;
  padding: 0 15px;
  min-height: 578px;
  background: #FFFFFF;
  box-shadow: 1px 1px 3px 3px #efefef, -1px -1px 2px 2px #efefef;
  box-sizing: border-box;
}
.flex>div{
  width: 32%;
}
.flex .title{
  margin-top: 10px;
}

#mien {
    height: 464px;
}

.mien-list li{
  /*margin-bottom: 22px;*/
  font-size: 16px;
  overflow: hidden;
}
.mien-list li .img{
  float: left;
  width: 155px;
  height: 221px;
  margin-right: 20px;
}
.mien-list li .txt{
  margin-left: 175px;
}
.mien-list li h3{
  font-size: 18px;
}
.mien-list li p{
  height: 7em;
  line-height: 1.75em;
  margin: 10px 0 40px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.mien-list li span{
  color: #A0A0A0;
}

.zt-list li{
  margin-bottom: 10px;
}
.zt-list li p{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* 应用平台 */
.app{
  padding: 13px 0 20px;
  background: #E3EDFC;
}
.app .lf>p{
  font-size: 24px;
  color: var(--varColor);
  padding-left: 50px;
  margin: 20px 0;
  line-height: 43px;
  background: url(../images/link.png) no-repeat left center;
}
.app ul li{
  float: left;
  font-size: 18px;
  line-height: 2em;
}
.app ul li a{
  display: block;
  text-align: center;
}

.app .rt{
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.app .rt span{
  position: relative;
  display: inline-flex;
  width: 20px;
  font-size: 18px;
  line-height: 1.2em;
  padding-right: 10px;
  margin-right: 20px;
  border-right: 1px solid #D6D4D4;
}
.app .rt span:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border: 11px solid transparent;
  border-left-color: #D6D4D4;;
  transform: translate(100%,-50%);
}

#app{
  width: 1200px;
}
