    @charset "utf-8";

/*公共样式*/
.title {
        position: relative;
        text-align: center;
        padding-bottom: 20px;
}
    
.title h2 {
        display: inline-block;
        padding-left: 20px;
        border-left: 3px solid #ff8a00;
        color: #1e50a2;
        font-size: 0;
        text-align: left;
}
    
    .title h2 p {
        font-size: 34px;
    }
    
    .title h2 span {
        padding-top: 10px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
    }
    
  .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title .more a {
    display: inline-flex;
    align-items: center;
    padding: 8px 22px;
    font-size: 18px;
    color: #1e50a2;
    text-decoration: none;
    border: 1px solid #1e50a2;
    border-radius: 25px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


.title .more a::after {
    content: "→";
    margin-left: 8px;
    font-size: 16px;
    transition: transform 0.3s ease;
}


.title .more a:hover {
    background: #1e50a2;
    color: #fff;
    border-color: #1e50a2;
    box-shadow: 0 4px 12px rgba(30, 80, 162, 0.25);
    transform: translateY(-1px);
}

.title .more a:hover::after {
    transform: translateX(4px);          
}

/*服务指南*/
.section1 {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    
    .sect1 ul li {
        position: relative;
        float: left;
        width: 20%;
        background: url(../images/s1-xx.png) no-repeat left center;
        text-align: center;
        cursor: pointer;
    }
    
    .sect1 ul li:first-child {
        background: none;
    }
    
    .sect1 ul li .icon {
        position: relative;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: url(../images/s1-qq.png) no-repeat center center;
        background-size: 100% 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sect1 ul li .icon::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-radius: 50%;
        background: url(../images/s1-x-qq.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .sect1 ul li .icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .sect1 ul li p {
        margin-top: 25px;
        font-size: 22px;
        color: #221815;
    }
    
    .sect1 ul li .fu-con {
        position: absolute;
        left: 0;
        right: 0;
        height: 359px;
        width:320px;
        top: -85px;
        background: url(../images/s1-fu-tc.jpg) no-repeat center bottom;
        background-size: cover;
        padding: 10px;
        padding-top: 0;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
        z-index: -1;
    }
    
    .sect1 ul li:hover .fu-con {
        opacity: 1;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        z-index: 99;
    }
    
    .fu-tit {
        position: relative;
        padding-top: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-align: center;
    }
    
    .fu-tit::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -14px;
        border: 5px solid transparent;
        border-top: 8px solid rgba(255, 255, 255, .2);
    }
    
    .sect1 ul li .fu-tit .icon {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        background: url(../images/s1-qq-other.png) no-repeat center center;
        background-size: 100% 100%;
        vertical-align: middle;
    }
    
    .sect1 ul li .fu-tit .icon:after {
        left: 7px;
        right: 7px;
        top: 7px;
        bottom: 7px;
        background: url(../images/s1-x-qq-other.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .sect1 ul li .fu-tit .text {
        display: inline-block;
        padding-left: 15px;
        vertical-align: middle;
    }
    
    .sect1 ul li .fu-tit .text p {
        margin-top: 0;
        font-size: 22px;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .sect1 ul li .fu-tit .text span {
        font-size: 15px;
        color: #fff;
        opacity: .5;
        text-transform: uppercase;
    }
    
    .fu-con .f-ul {
        margin-top: 30px;
    }
    
    .f-ul ul {
        overflow: hidden;
        width:100%;
    }
    
    .f-ul ul li {
        position: relative;
        float: left;
        width: 49%;
        line-height: 25px;
        text-align: left;
        padding: 5px 0;
        padding-left: 10px;

    }
    
    .f-ul ul li::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #9fbceb;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s;
    }
    
    .f-ul ul li a {
        position: relative;
        font-size: 15px;
        color: #9fbceb;
        transition: all .3s;
        padding-right:15px;
    }
    
    .f-ul ul li:hover::after {
        background: #fff;
    }
    
    .f-ul ul li:hover a {
        color: #fff;
    }





   
/*工作动态*/
.section2 {
	padding-top: 20px;
}

.section2>div {
	overflow: hidden;
}


.s2-l {
	width: 760px;
	margin-right: 60px;
        float: left;
}

.s2-l ul li a {
	display: block;
	position: relative;
}

.s2-l ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/s2jdt-yy.png) repeat-x;
	height: 180px;
}

.s2-l ul li .pic {
	padding-top: 68.42%;
        position: relative;
        overflow: hidden;
}

.s2-l ul li .s2-ltx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 0 245px 30px 34px;
	color: #fff;
}

.s2-l ul li .s2-ltx h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-l ul li .s2-ltx h3 em {
	font-style: normal;
	font-size: 18px;
	position: relative;
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: all .3s;
}

.s2-l ul li:hover .s2-ltx h3 em {
	color: #fff;
	background-size: 100% 1px;
}

.s2-l ul li .s2-ltx span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
}

.s2-l ul li:hover .pic img {
	transform: scale(1.1);
}

.s2-l .slick-dots {
	width: auto;
	bottom: 30px;
	right: 30px;
	font-size: 0;
	line-height: 20px;
}

.s2-l .slick-dots::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -72px;
	width: 52px;
	height: 6px;
}

.s2-l .slick-dots li {
	 display: inline-block;
         vertical-align: middle;
         margin: 0 7px;
         width: auto;           
         height: auto;
}

.s2-l .slick-dots li button {
	 position: relative;
         display: block;
         min-width: 25px;       /* 保证点击区域 */
         height: 25px;
         padding: 0 4px;        /* 给数字左右留一点呼吸空间 */
         font-size: 16px;       /* 必须带单位 */
         color: #fff;
         background: transparent;
         border: none;
         transition: all 0.3s;
         line-height: 25px;     /* 垂直居中文字 */
}

.s2-l .slick-dots li.slick-active button {
	background: #a81b00;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;       /* 修复：补全单位 */


}

.s2-l .slick-dots li button::after {
	 content: '';
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: -9px;
	 width: 5px;
	 height: 1px;
	 background-color: #fff;
}

.s2-l .slick-dots li.slick-active button::after {
	display: none;
}

.s2-r {
	overflow: hidden;
}

.s2-r ul li {
	position: relative;
	z-index: 1;
}

.s2-r ul li a {
	display: block;
	transition: all 0.3s;
	position: relative;
	left: 0;
}
.s2-r ul li a h3 {
    line-height: 70px;
    background-color: #eeeeee;
    padding: 0 20px;
    margin: 0px 0px 40px 0;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    transition: all 0.3s;
    color: #333;
}


.s2-r ul li a::after {
	content: '';
	position: absolute;
	top: 70px;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(../images/s2-rsj.png) no-repeat;
	background-size: cover;
}

.s2-r ul li a:hover::after {
	background-image: url(../images/s2-rsj2.png);
}

.s2-r ul li a p {
	color: #999999;
	line-height: 65px;
}

.s2-r ul li:hover a {
	left: 5px;
}

.s2-r ul li:hover a h3 {
	background: url(../images/s2-rbg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

.s2-r ul li:hover a p {
	color: #ba975e;
	transition: all 0.3s;
}

.pseudo-line {
  position: relative;
  display: inline-block;
  width: 2px;             
  height:100%;           
  color: transparent;      
}

.pseudo-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00BCD4; 
}


/*通知公告 */
.section3 {
  padding-top: 20px;
  
}
.section3 .title {
}


.news {
  margin-top: 40px;
}

.news ul {
  overflow: hidden;          
  list-style: none;
  padding: 0;
  margin: 0;
}


.news ul li {
  float: left;
  width: 31.33%;             
  margin-left: 3%;           
  margin-bottom: 30px;      
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s;
  list-style: none;
}


.news ul li:nth-child(3n+1) {
  margin-left: 0;
}


.news ul li:nth-child(n+7) {
  display: none;
}


.news ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #ff8a00;
  transition: all 0.3s;
  z-index: 1;
}

.news ul li:hover::after {
  width: 100%;
}


.news ul li a {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background-color: #f7f7f7;
  border-radius: 8px;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}


.news ul li:hover a {
  background: url(../images/news-bg.jpg) no-repeat center center;
  background-size: cover;
  background-color: #1e50a2;      
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}


.news ul li a .date {
  flex-shrink: 0;               
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #004098;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  margin-right: 15px;
  box-sizing: border-box;
  position: static;             
}

.news ul li a .date p {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

.news ul li a .date span {
  font-size: 14px;
  display: block;
  margin-top: 4px;
}


.news ul li a .text {
  flex: 1;
  padding: 0;
  background: transparent !important;   
}

.news ul li a .text h2 {
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
}

.news ul li a .text p {
  line-height: 25px;
  font-size: 14px;
  color: #808080;
  height: 50px;
  overflow: hidden;
  margin: 0;
}


.news ul li:hover a .text h2,
.news ul li:hover a .text p {
  color: #fff;
}



/* 友情链接模块 */
.section4 {
  background: #f1f4f8;
  padding: 50px 0;
  position: relative;
}


.section4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, #d0d7e2 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
  pointer-events: none;
}

.section4 .wp {
   max-width: 1560px;
    margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}


.section4 .friend-link {
  display: flex;
  align-items: flex-start;
}


.section4 .friend-link .friend-title {
  flex-shrink: 0;
  margin-right: 60px;
  padding-top: 6px;
}

.section4 .friend-link .friend-title h3 {
  font-size: 28px;
  color: #1a2f5a;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 12px 0;
  position: relative;
}


.section4 .friend-link .friend-title .title-line {
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1a4b9c, #ff7a00);
  border-radius: 2px;
}


.section4 .friend-link .friend-list {
  flex: 1;
}

.section4 .friend-link .friend-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}


.section4 .friend-link .friend-list ul li a {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  font-size: 15px;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 500;
}


.section4 .friend-link .friend-list ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
  transition: all 0.3s;
  flex-shrink: 0;
}


.section4 .friend-link .friend-list ul li:nth-child(1) a {
  background: #e8f0fe;  
}
.section4 .friend-link .friend-list ul li:nth-child(2) a {
  background: #fde8e8;  
}
.section4 .friend-link .friend-list ul li:nth-child(3) a {
  background: #e8f5e9;  
}
.section4 .friend-link .friend-list ul li:nth-child(4) a {
  background: #fff3e0;  
}
.section4 .friend-link .friend-list ul li:nth-child(5) a {
  background: #f3e5f5;  
}
.section4 .friend-link .friend-list ul li:nth-child(6) a {
  background: #e0f7fa;  
}
.section4 .friend-link .friend-list ul li:nth-child(7) a {
  background: #fff9c4; 
}


.section4 .friend-link .friend-list ul li a:hover {
  background: #1a4b9c !important;   
  color: #fff;
  border-color: #1a4b9c;
  box-shadow: 0 10px 25px rgba(26, 75, 156, 0.3);
  transform: translateY(-4px);
}


.section4 .friend-link .friend-list ul li a:hover::before {
  background: #ff8a00;
  opacity: 1;
  transform: scale(1.6);
}


.section4 .friend-link .friend-list ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  transform: translateX(-50%);
}

.section4 .friend-link .friend-list ul li a:hover::after {
  width: 40%;
}

/* 响应式 */
@media (max-width: 768px) {
  .section4 .friend-link {
    flex-direction: column;
  }
  .section4 .friend-link .friend-title {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .section4 .friend-link .friend-list ul {
    gap: 12px 16px;
  }
  .section4 .friend-link .friend-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}













/*教务数据*/
    .section5 {
        padding-top: 55px;
        padding-bottom: 50px;
    }
    
    .sect5 ul li {
        position: relative;
        float: left;
        width: 24%;
        margin-left: 1%;
        border-radius: 10px;
        text-align: center;
        top: 0;
        transition: all .3s;
    }
    
    .sect5 ul li:hover {
        top: -5px;
    }
    
    .sect5 ul li:nth-child(4n-3) {
        margin-left: 0;
    }
    
    .sect5 ul li a {
        display: block;
        padding: 20px 0;
        font-size: 0;
    }
    
    .sect5 ul li a .icon {
        display: block;
        width: 95px;
        height: 95px;
        border: 1px dashed #fff;
        border-radius: 50%;
        padding: 8px;
        vertical-align: middle;margin: 0 auto;
    }
    
    .sect5 ul li a .icon span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fff;
    }
    
    .sect5 ul li:nth-child(1) {
        background: url(../images/s5-bg1.png) no-repeat center center;
        background-size: cover;
    }
    
    .sect5 ul li:nth-child(2) {
        background: url(../images/s5-bg2.png) no-repeat center center;
        background-size: cover;
    }
    
    .sect5 ul li:nth-child(3) {
        background: url(../images/s5-bg3.png) no-repeat center center;
        background-size: cover;
    }
        .sect5 ul li:nth-child(4) {
        background: url(../images/s5-bg1.png) no-repeat center center;
        background-size: cover;
    }
    
    .sect5 ul li a .icon span img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .sect5 ul li a .text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
    }
    
    .sect5 ul li a .text p {
        font-size: 22px;
        color: #fff;
    }
    
    @media screen and (max-width:1400px) {
        .sect1 ul li .fu-con {
            left: -100px;
            right: -100px;
        }
        .sect1 ul li:nth-child(1) .fu-con {
            right: -200px;
            left: 0;
        }
        .sect1 ul li:nth-child(4) .fu-con {
            right: 0;
            left: -200px;
        }
    }
    
    @media screen and (max-width:1200px) {
        .sect5 ul li a .text {
            display: block;
            padding-left: 0;
            margin-top: 10px;
        }
        .sect5 ul li a .icon {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 70px;
            height: 70px;
        }
    }
    
    @media screen and (max-width:1024px) {
        .tz {
            float: none;
            width: 100%;
        }
        .f-ul ul li a {
            position: relative;
            font-size: 18px;
            padding-left: 15px;
        }
        .f-ul ul li a::after {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #9fbceb;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all .3s;
        }
        .f-ul ul li::after {
            display: none;
        }
        .fu-con .f-ul {
            margin-top: 10px;
        }
        .f-ul ul li {
            line-height: 24px;
            text-align: center;
        }
        .sect1 ul li .fu-tit .icon {
            width: 70px;
            height: 70px;
        }
        .sect1 ul li:hover .fu-con {
            transform: none;
        }
        .sect1 ul li .icon {
            width: 80px;
            height: 80px;
        }
        .sect1 ul li .icon img {
            height: 30px;
        }
        .sect1 ul li p {
            margin-top: 5px;
            font-size: 16px;
        }
        .sect1>ul>li {
            position: static;
        }
        .sect1 ul {
            position: relative;
        }
        .sect1>ul>li {
            float: none;
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }
        .sect1>ul>li>.icon {
            display: none;
        }
        .sect1>ul>li>p {
            display: none;
        }
        .sect1 ul li .fu-con {
            position: static;
            opacity: 1;
            width: 100%;
            height: auto;
        }
    }
    
    @media screen and (max-width:1000px) {
        .news ul li {
            width: 48%;
            margin-left: 0;
            margin-right: 4%;
            margin-bottom: 15px;
        }
        .news ul li:nth-child(2n) {
            margin-right: 0;
        }
        .sect5 ul li a .text {
            height: 48px;
        }
    }
    
    @media screen and (max-width:700px) {
        .section1 {
            position: relative;
            padding-top: 15px;
            padding-bottom: 15px;
            z-index: 99;
        }
        .section2,
        .section3,
        .section5 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .title h2 p {
            font-size: 22px;
        }
        .title h2 {
            padding-left: 10px;
        }
        .tz ul li {
            line-height: 32px;
            padding-left: 78px;
            width:190%;
        }
        .tz ul li i {
            font-size: 16px;
        }
        .tz ul li a {
            font-size: 16px;
        }
        .title {
            text-align: left;
        }
        .news ul li {
            float: none;
            width: 100%;
            margin-right: 0;
        }
        .news {
            margin-top: 15px;
        }
        .date .slick-slide>div {
            margin-top: 15px;
        }
        .date .slick-slide img {
            height: 30px;
        }
        .date .slick-slide>div li .text h2 span {
            font-size: 24px;
        }
        .sect5 ul li {
            float: none;
            width: 100%;
            margin-left: 0;
            margin-bottom: 15px;
        }
        .news ul li a .text {
            padding: 15px;
        }
        .date .slick-slide>div li .text p {
            height: auto;
        }
        .sect5 ul li a .text p {
            font-size: 16px;
        }
        .sect5 ul li a .text {
            height: auto;
        }
        .news ul li a .text h2 {
            font-size: 16px;
            margin-bottom: 5px;
        }
        .news ul li a .date {
            height: 55px;
        }
        .news ul li a .date p {
            font-size: 20px;
        }
        .sect5 ul li a .icon span img {
            height: 25px;
        }
        .sect1 ul {
            width: 100%;
        }
        .f-ul ul li a {
            font-size: 14px;
        }
    }