@font-face {
    font-family: "SourceHanSerifCN-Heavy";
    src: url(../images/sourcehanserifcn-heavy.jpg)
}

html,
body {
    overflow-x: hidden;
}

body.bb {
    background-color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .slick-prev {
    width: 30px;
    height: 41px;
    background: url(../images/banner-l.png) no-repeat center center;
    left: 125px;
    z-index: 5;
    background-size: 100% 100%;
}

.banner .slick-next {
    width: 30px;
    height: 41px;
    background: url(../images/banner-r.png) no-repeat center center;
    right: 125px;
    z-index: 5;
    background-size: 100% 100%;
}

.tit {
    position: relative;
}

.tit .eng {
    font-family: "SourceHanSerifCN-Heavy";
    display: inline-block;
    font-size: 45px;
    color: #e1e1e1;
}

.tit .zh {
    display: inline-block;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-left: 14px;
}

.tit .xian {
    position: absolute;
    left: 55px;
    right: 65%;
    background-color: #0583cf;
    height: 1px;
    top: 5px;
}

.tit .xian::after {
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0px;
    height: 0px;
    border: 1px solid #0583cf;
    border-radius: 50%;
}

.titl {
    float: left;
}

.tit .titr {
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #dcdcdc;
    line-height: 40px;
    border-radius: 20px;
}

.tit a {
    font-size: 16px;
    color: #999999;
    padding-left: 23px;
    background: url(../images/more.png) no-repeat left center;
    background-size: 12px 12px;
}

.tit .titr:hover a {
    color: #0583cf;
    background: url(../images/more2.png) no-repeat left center;
    background-size: 12px 12px;
}

.section1 {
    padding-top: 68px;
    padding-bottom: 30px;
    background: url(../images/s1bg.png) no-repeat center center;
    background-size: cover;
}

.section1 .s1main {
    margin-top: 35px;
}

.section1 .s1l {
    float: left;
    width: 618px;
    margin-right: 28px;
}

.section1 .tit .titr {
    margin-top: 15px;
}

.section1 .s1l a {
    position: relative;
    display: block;
}

.section1 .s1l .pic {
    padding-top: 73.7%;
}

.section1 .s1l .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.section1 .s1l a:hover .pic img {
    width: 105% !important;
    height: 105% !important;
}

.section1 .s1l .text {
    width: 85%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    padding-right: 32px;
    z-index: 9;
}

.section1 .s1l a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.section1 .s1l .text p {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 23px;
}

.s1l .slick-dots {
    width: auto;
    right: 10px;
    bottom: 23px;
}

.s1l .slick-dots li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #e5edf5;
    margin: 0 6px;
}

.s1l .slick-dots li.slick-active {
    background-color: #0583cf;
}

a:hover .pic img {
    transform: scale(1.05);
    cursor: pointer;
}

.section1 .s1r {
    overflow: hidden;
}

.section1 .s1r ul {
    overflow: hidden;
}

.section1 .s1r a {
    display: block;
}

.section1 .s1r li {
    float: left;
    width: 49%;
    height: 200px;
    margin-bottom: 20px;
}

.section1 .s1r .lone a:hover {
    background: url(../images/s1rbg.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 10px #ccc;
}

.section1 .s1r .lone a:hover h4 {
    color: #fff;
}

.section1 .s1r .lone a:hover p {
    color: rgba(255, 255, 255, 0.68);
    border-top: 1px solid #66a0d9;
}

.section1 .s1r .lone a:hover .day {
    color: #fff;
}

.section1 .s1r .lone a:hover .year {
    color: rgba(255, 255, 255, 0.48);
}

.section1 .s1r .lone a:hover .date::after {
    background-color: #fff;
    border-radius: 50%;
}

.section1 .s1r .lone a {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 22px;
    padding-bottom: 18px;
    background-color: #f2f7fb;
    width: 98%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.section1 .s1r .lone a:first-child {
    margin-bottom: 20px;
}

.section1 .s1r .lone h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    max-height: 60px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 14px;
}

.section1 .s1r .lone p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #dcdcdc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.section1 .s1r .date {
    position: relative;
}

.section1 .s1r .lone .date::after {
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    background: url(../images/s1rm.png) no-repeat;
    right: 0;
    bottom: 0;
}

.section1 .s1r .lone .day {
    font-size: 22px;
    color: #0583cf;
    font-weight: bold;
    padding: 2px 0;
}

.section1 .s1r .lone .day:after {
    content: "";
    position: absolute;
    width: 49px;
    height: 42px;
    background: url(../images/dian01.png) no-repeat;
    left: 5px;
    bottom: 10px;
}

.section1 .s1r .lone .year {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.48);
    margin-top: 4px;
}

.section1 .s1r .ltwo {
    margin-left: 2%;
}

.section1 .s1r .ltwo a {
    overflow: hidden;
    display: block;
    padding: 30px 20px;
    background-color: #f6f9fc;
}

.section1 .s1r .ltwo a:hover {
    background: url(../images/s1rbg.png) no-repeat center center;
    background-size: cover;
}

.section1 .s1r .ltwo a:hover .day {
    color: #fff;
}

.section1 .s1r .ltwo a:hover .day::after {
    background-color: #fff;
}

.section1 .s1r .ltwo a:hover .year {
    color: rgba(255, 255, 255, 0.48);
}

.section1 .s1r .ltwo a:hover p {
    /* color: rgba(255, 255, 255, 0.68); */
    color: #fff;
}

.section1 .s1r .ltwo a:hover .date {
    border-right: 1px solid #66a0d9;
}

.section1 .s1r .ltwo a:nth-child(-n + 2) {
    margin-bottom: 20px;
}

.section1 .s1r .ltwo .date {
    float: left;
    padding-right: 15px;
    border-right: 1px solid #dcdcdc;
}

.section1 .s1r .ltwo .day {
    font-size: 22px;
    color: #0583cf;
    font-weight: bold;
    position: relative;
    margin-bottom: 22px;
}

.section1 .s1r .ltwo .day:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #0583cf;
    left: 5px;
    bottom: -8px;
}

.section1 .s1r .ltwo .year {
    font-size: 18px;
    line-height: 18px;
    color: rgba(51, 51, 51, 0.48);
}

.section1 .s1r .ltwo .zi {
    font-size: 0;
    line-height: 78px;
    overflow: hidden;
    padding-left: 16px;
}

.section1 .s1r .ltwo p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    max-height: 60px;
    overflow: hidden;
}

.section2 {
    padding-top: 45px;
    padding-bottom: 95px;
    background: url(../images/s2bg.png) no-repeat center center;
    background-size: cover;
}

.section2 .tit {
    display: inline-block;
    cursor: pointer;
}

.section2 .tit .eng {
    color: rgba(0, 111, 188, 0.3);
}

.section2 .tit .zh {
    margin-left: 43px;
}

.section2 .tit:first-child {
    margin-right: 12.5%;
}

.section2 .jump-top {
    /* position: absolute;  left: 50%;  transform: translatex(-50%); */
    border-bottom: 1px solid #bed5e8;
    text-align: center;
    padding-bottom: 12px;
}

.section2 .tit .xian {
    right: -35px;
}

.jump-top .zh {
    position: relative;
}

.jump-top .tit:after {
    content: "";
    position: absolute;
    left: 147px;
    bottom: -18px;
    right: 45px;
    height: 3px;
    background-color: #0583cf;
    display: none;
}

.jump-top .tit.on:after {
    display: block;
}

.jump {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
}

.jump ul li a {
    display: block;
}

.jump ul:first-child {
    margin-left: -20px;
    margin-right: -20px;
}

.jump ul li {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    /* padding-left: 28px;  padding-right: 28px; */
    background: url(../images/s2libg.png) no-repeat left center;
    background-size: cover;
}

.jump ul li a {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 3px solid transparent;
}

.jump ul li:hover {
    background: url(../images/s2libg2.png) no-repeat left center;
    background-size: cover;
}

.jump ul li a:hover {
    border-top: 3px solid #0583cf;
}

.jump ul li a:hover .ltop {
    border-bottom: 1px solid #b2cbe0;
}

.jump ul li a:hover .ltop p {
    color: #0583cf;
}

.jump ul li a:hover .lbto .tub {
    background-color: #0583cf;
}

.jump ul li a:hover .lbto .tub::after {
    background: url(../images/s2jt2.png) no-repeat;
}

.ltop .date {
    float: left;
}

.ltop .day {
    font-size: 22px;
    color: #0583cf;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.ltop .day:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #0583cf;
    left: 5px;
    bottom: -8px;
}

.ltop .year {
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 6px;
}

.ltop {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.ltop .zi {
    font-size: 0;
    line-height: 78px;
    overflow: hidden;
    padding-left: 20px;
}

.ltop p {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    max-height: 64px;
    overflow: hidden;
}

.lbto p {
    font-size: 14px;
    line-height: 25px;
    color: rgba(51, 51, 51, 0.68);
    margin-top: 15px;
    margin-bottom: 20px;
    max-height: 50px;
    overflow: hidden;
}

.lbto .tub {
    position: relative;
    width: 38px;
    height: 38px;
    border: 1px solid #cadbea;
    border-radius: 50%;
}

.lbto .tub::after {
    width: 9px;
    height: 15px;
    content: "";
    position: absolute;
    background: url(../images/s2jt1.png) no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jump .slick-prev {
    left: -30px;
    width: 22px;
    height: 30px;
    background: url(../images/s2l.png) no-repeat center center;
    background-size: 100% 100%;
}

.jump .slick-next {
    right: -30px;
    width: 22px;
    height: 30px;
    background: url(../images/s2r.png) no-repeat center center;
    background-size: 100% 100%;
}

.jump-box {
    position: relative;
}

.jump .titr {
    bottom: -81px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* text-align: center; */
    /* float: right; */
    padding-left: 30px;
    padding-right: 30px;
    /* border: 1px solid #dcdcdc; */
    background-color: #fff;
    line-height: 40px;
    border-radius: 20px;
}

.jump .titr a {
    font-size: 16px;
    padding-left: 23px;
    color: #0583cf;
    background: url(../images/more2.png) no-repeat left center;
    background-size: 12px 12px;
}

.jump .jump-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}

.jump .jump-box.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

/* section3 */
.section3 {
  margin-top: 60px;
  margin-bottom: 0px;
  background: url(../images/s4bg2025.png) no-repeat center center;
  background-size: cover;

}
.section3 .tit .titr {
  margin-top: 15px;
}
.section3 .s3l {
  float: left;
  width: 675px;
  margin-right: 60px;
}
.section3 .tit .xian {
  right: 35%;
}
.section3 .s3b > .con {
  overflow: hidden;
}
.section3 .s3b .con li {
  float: left;
  width: 48.5%;
}
.section3 .s3b .con li:nth-child(2) {
  margin-left: 3%;
}
.section3 .s3b .con li:nth-child(5) {
  margin-left: 3%;
}
.section3 .s3b .con li:nth-child(7) {
  margin-left: 3%;
}
.section3 .s3b .con a {
  display: block;
}
.section3 .s3b {
  margin-top: 40px;
}
.section3 .s3b .pic {
  padding-top: 71.5%;
}
.section3 .s3b .textt {
  border-bottom: 1px solid #e5e5e5;
}
.section3 .s3b h4 {
  /* font-weight: normal; */
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 20px;
  max-height: 60px;
  overflow: hidden;
}
.section3 .s3b .text:hover .textt h4 {
  color: #b6051c;
}
.section3 .s3b p {
  font-size: 16px;
  color: #888;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 78px;
  overflow: hidden;
}
.s3b .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}
.s3b .slick-dots li {
  width: 30px;
  height: 4px;
  background-color: #e5edf5;
  margin: 0;
}
.s3b .slick-dots li.slick-active {
  background-color: #0054bc;
}
.s3r {
  overflow: hidden;
}
.s3rb {
  margin-top: 40px;
}
.s3rb ul {
  overflow: hidden;
}
.s3rb ul li {
  margin-bottom: 30px;
}
.s3rb ul li:hover .zi p {
  color: #0054bc;
  text-decoration: none;
}
.s3rb ul a {
  overflow: hidden;
}
.s3rb ul .date {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: right;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  background: url(../images/s3rbg.png) no-repeat center center;
  background-size: cover;
}
.s3rb ul .date .day {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.s3rb ul .date .year {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.s3rb ul .zi {
  overflow: hidden;
  line-height: 91px;
  font-size: 0;
  background-color: #eff4f9;
}
.s3rb ul .zi p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  padding-left: 20px;
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle;
  max-height: 64px;
  overflow: hidden;
}

/* .section3 */
.section4 {
    padding-top: 60px;
    background: url(../images/s4bg.png) no-repeat center center;
    background-size: cover;
}

.s4pic .picc {
    text-align: center;
}

.s4pic .picc img {
    display: inline-block;
}

.section4 .s4t {}

.section4 .s4t ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section4 .s4t .s4tt {
    overflow: hidden;
    margin-bottom: 30px;
}

.section4 .s4t .s4tt li.slick-slide {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.s4t .slick-dots {
    width: 0;
}

.section4 .s4t .s4tt li.slick-slide:nth-child(-n + 4) {
    border-right: 1px solid #679bc7;
}

.section4 .s4t .text p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    max-height: 60px;
    overflow: hidden;
    text-align: center;
}

.section4 .s4t ul li:nth-child(2) .text p {
    margin: 15px -5px 0;
}

.s4b {
    margin-right: -260px;
    overflow-x: hidden;
    background: url(../images/s4bbg.png) no-repeat right center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 70px;
    box-shadow: 1px 1px 10px #ccc;
    border-left: 6px solid #00b1e4;
}

.s4b.px1400 {
    margin: 0;
}

.s4b .px1400 {
    margin: 0;
    position: relative;
}

.s4b .stbr {
    float: right;
    width: 669px;
}

.s4b .stbr a {
    display: block;
}

.s4b .stbr .pic {
    padding-top: 59.7%;
}

.s4b .stbr .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.s4b .stbr .pic img:hover {
    width: 105% !important;
    height: 105% !important;
}

.s4b .stbl {
    overflow: hidden;
    padding-left: 65px;
    padding-right: 90px;
    padding-bottom: 71px;
}

.s4b .stbl:hover h4 {
    color: #0583cf;
}

.s4b .stbl h4 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-top: 45px;
    max-height: 60px;
    overflow: hidden;
}

.stbm {
    position: relative;
}

.stbm .s4ttm {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.s4b .stbl p {
    font-size: 16px;
    line-height: 25px;
    color: rgba(51, 51, 51, 0.6);
    max-height: 75px;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 32px;
}

.s4b .titr {
    bottom: -99px;
    position: absolute;
    /* left: 50%; */
    /* transform: translatex(-50%); */
    /* text-align: center; */
    /* float: right; */
    padding-left: 30px;
    padding-right: 30px;
    /* border: 1px solid #dcdcdc; */
    background-color: #0583cf;
    line-height: 47px;
    border-radius: 32px;
}

.s4b .titr a {
    font-size: 16px;
    padding-left: 23px;
    color: #fff;
    background: url(../images/more3.png) no-repeat left center;
    background-size: 12px 12px;
}

.s4b .tit .xian {
    right: 12%;
}

.s4b .slick-prev,
.s4b .slick-next {
    display: none !important;
}

.s4-b {
    font-size: 0;
    position: absolute;
    bottom: 0px;
    left: 47.3%;
    padding: 0 !important;
}

.s4-btn {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-family: 宋体;
    font-weight: 600;
    /* color: #fff; */
    z-index: 9;
    cursor: pointer;
    padding: 0 !important;
}

.s4-btn img {
    vertical-align: middle;
}

.s4-btn span {
    padding-left: 9px;
    vertical-align: middle;
    text-transform: uppercase;
}

/* .section5 */
.section5 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}

.section5 .titl {
    position: absolute;
    /* text-align: center; */
    float: none;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .tit .xian {
    right: -20%;
}

.s5b {
    margin-top: 46px;
}

.s5b ul {
    overflow: hidden;
    margin-left: -25px;
    margin-right: -25px;
}

.s5b ul a {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
}

.s5b ul .text {
    padding: 30px 36px 45px 25px;
    background-color: #f2f7fb;
}

.s5b ul li:hover .text {
    background: url(../images/s5bg.png) no-repeat center center;
    background-size: cover;
}

.s5b ul li:hover .time h4 {
    color: #fff;
}

.s5b ul li:hover .time span {
    color: #fff;
}

.s5b ul li:hover .text p {
    color: #fff;
}

.s5b ul .pic {
    padding-top: 61.7%;
}

.s5b ul .time {
    margin-bottom: 18px;
}

.s5b ul .time h4 {
    display: inline-block;
    font-size: 22px;
    color: #0066bc;
}

.s5b ul .time span {
    font-size: 18px;
    color: #0066bc;
    margin-left: 5px;
}

.s5b ul .text p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    max-height: 60px;
    overflow: hidden;
    text-align: justify;
}

.s5-btn {
    position: relative;
    margin: 38px 0px 0 0px;
    text-align: center;
    font-size: 0;
}

.s5-btn>div {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.s5-btn>div img {
    display: block;
}

.s5-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 50%;
    margin-right: 60px;
    height: 1px;
    background-color: #b2d1eb;
}

.s5-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    margin-left: 60px;
    height: 1px;
    background-color: #b2d1eb;
}

.s5b .slick-prev,
.s5b .slick-next {
    display: none !important;
}

@media screen and (max-width: 1520px) {
    .jump .slick-next {
        right: -5px;
    }

    .jump .slick-prev {
        left: -5px;
    }

    .jump .jump-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1420px) {
    .s4b {
        margin-right: 0;
    }

    .s5b ul {
        margin-left: 0;
        margin-right: 0;
    }

    .jump ul:first-child {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1240px) {
    .fll .foot_line {
        width: 470px;
    }

    .fl.fm1 {
        margin-left: 50px !important;
    }
}

@media screen and (max-width: 1200px) {
    .section1 .s1l {
        width: 545px;
    }

    .section1 .s1r .lone a {
        padding: 15px 20px;
    }

    .section1 .s1r .lone h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .section1 .s1r .lone p {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .section1 .s1r .lone .day {
        font-size: 26px;
    }

    .section1 .s1r .ltwo a {
        padding: 21px 20px;
    }

    .section3 .s3l {
        width: 545px;
        margin-right: 30px;
    }

    .section3 .tit .xian {
        right: 43%;
    }
}

@media screen and (max-width: 1024px) {
    .banner .slick-prev {
        left: 30px;
    }

    .banner .slick-next {
        right: 30px;
    }

    .section1 .s1l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .section1 .s1r {
        margin-top: 20px;
    }

    .section1 .s1r .ltwo a {
        padding: 18px 20px;
    }

    .section1 .s1r .lone a {
        padding: 25px 20px;
    }

    .section1 .s1r .ltwo .zi {
        padding-left: 10px;
    }

    .section1 .s1r .ltwo .date {
        padding-right: 10px;
    }

    .section1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .s4b {
        margin-right: 0;
    }

    .section2 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .jump .titr {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
        margin-top: 20px !important;
        background: none !important;
        border: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .jump .titr a {
        display: inline-block !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .tit .zh {
        font-size: 20px;
    }

    .tit .eng {
        font-size: 30px;
    }

    .section2 .tit .zh {
        margin-left: 10px;
    }

    .jump-top .tit:after {
        left: 65px;
    }

    .jump ul li a {
        padding: 15px;
    }

    .ltop .zi {
        padding-left: 15px;
    }

    .ltop p {
        font-size: 16px;
    }

    .section1 .s1r .lone .date::after {
        width: 35px;
        height: 35px;
        background-size: 100% 100%;
    }

    .tit .titr {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 30px;
    }

    .tit a {
        font-size: 15px;
    }

    .section3 .s3b h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .s3rb ul .date {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s3rb ul .date .day {
        font-size: 24px;
    }

    .s3rb ul .zi {
        line-height: 82px;
    }

    .s3rb ul .zi p {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .s3b .slick-dots {
        bottom: -20px;
    }

    .section3 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .section3 .s3l {
        width: 405px;
    }

    .s3rb ul .zi {
        line-height: 72px;
    }

    .s5b ul .text {
        padding: 10px;
    }

    .s5b ul .time {
        margin-bottom: 10px;
    }

    .s5b ul .text p {
        font-size: 16px;
    }

    .s4b {
        padding-bottom: 40px;
    }

    .section5 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .s5b {
        margin-top: 30px;
    }

    .s4b .stbl {
        padding-left: 10px;
        padding-right: 10px;
    }

    .s4b .stbr {
        width: 560px;
    }

    .s4-b {
        left: 29.3%;
    }

    .s4b .stbl h4 {
        font-size: 18px;
    }

    .section4 .s4t .text p {
        font-size: 16px;
    }

    .section4 .s4t .s4tt li.slick-slide {
        padding-left: 20px;
        padding-right: 18px;
    }

    .section4 {
        padding-top: 30px;
    }

    .section4 .s4t .s4tt li.slick-slide {
        border-right: 1px solid #679bc7;
    }

    .section2 .jump-top {
        display: none !important;
    }

    .section2 .jump-box {
        display: block !important;
        opacity: 1 !important;
        position: static !important;
        height: auto !important;
        margin-bottom: 20px;
    }

    .section2 .jump {
        position: static !important;
    }

    .mobile-only {
        display: block !important;
        text-align: center;
    }

    .mobile-only .titl {
        float: none;
        display: inline-block;
    }

    .mobile-only .eng {
        display: block;
        font-size: 1.1em;
        color: #0070c0;
        margin-bottom: 2px;
    }

    .mobile-only .zh {
        display: block;
        font-size: 1.2em;
        color: #222;
        margin-left: 0;
        margin-bottom: 0;
    }

    .mobile-only .xian {
        display: none;
    }

    .section2 .jump-box>.mobile-only {
        margin-top: 0;
        margin-bottom: 22px;
    }

    .section2 .jump-box ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .s5b ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .s5b ul a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .section1 .s1r li {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .section1 .s1r .ltwo {
        margin-left: 0;
    }

    .section3 .s3l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .s4b .stbr {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .s4b .stbl {
        padding-left: 0;
        padding-right: 0;
    }

    .tit .titr {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 30px;
    }

    .section1 .s1main {
        margin-top: 25px;
    }

    .tit a {
        font-size: 14px;
    }

    .section1 .s1r .lone a {
        padding: 15px;
    }

    .section1 .s1r .lone .day {
        font-size: 22px;
    }

    .section1 .s1r .lone .date::after {
        width: 30px;
        height: 30px;
    }

    .section1 .s1r .ltwo a {
        padding: 10px;
    }

    .section1 .s1r .ltwo .day {
        font-size: 24px;
    }

    .section1 .s1r .ltwo .zi {
        line-height: 69px;
    }

    .section1 {
        padding-bottom: 30px;
    }

    .lbto .tub {
        width: 30px;
        height: 30px;
    }

    .lbto p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .jump {
        margin-top: 35px;
    }

    .ltop .day {
        font-size: 24px;
    }

    .ltop .zi {
        line-height: 69px;
    }

    .ltop .year {
        margin-bottom: 0;
    }

    .section3 .s3b h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section3 .s3b p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .s4-btn img {
        width: 45px;
    }

    .s4-b {
        left: 86%;
    }

    .s4b .stbl p {
        margin-top: 18px;
        margin-bottom: 20px;
    }

    .s4b .titr {
        bottom: -87px;
    }

    .stbm .s4ttm {
        padding-bottom: 15px;
    }

    .s4b .stbl h4 {
        margin-top: 20px;
        font-size: 18px;
    }

    .s4b .tit .xian {
        right: 60%;
    }

    .s5-btn>div img {
        width: 35px;
    }

    /* .s5-btn::after {    left: 45%;  } */
    .s5-btn::before {
        right: 48%;
    }

    .s5-btn::after {
        left: 48%;
    }

    .s3rb {
        margin-top: 25px;
    }

    .s3r {}

    .section1 .s1l .text p {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 520px) {
    .tit .zh {
        margin-left: 5px;
    }

    .tit .eng {
        font-size: 26px;
    }

    .tit .zh {
        font-size: 18px;
    }

    .tit .titr {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 24px;
    }

    .tit a {
        font-size: 12px;
        padding-left: 15px;
    }

    .section1 {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .section1 .s1r .lone h4 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .section1 .s1r .lone p {
        font-size: 14px;
    }

    .section1 .s1r .ltwo p {
        font-size: 15px;
    }

    .section2 .tit:first-child {
        margin-right: 0;
    }

    .jump-top .titl {
        float: none;
    }

    .section2 .tit {
        display: block;
        margin-bottom: 20px;
    }

    .section2 .tit .xian {
        right: 105px;
        left: 165px;
    }

    .jump-top .tit:after {
        left: 233px;
        right: 175px;
        bottom: -3px;
    }

    .section2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .ltop p {
        font-size: 15px;
        line-height: 22px;
        max-height: 44px;
    }

    .ltop .zi {
        padding-left: 10px;
    }

    .lbto .tub {
        width: 25px;
        height: 25px;
    }

    .jump .titr {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 28px;
        bottom: -50px;
    }

    .jump .titr a {
        font-size: 12px;
        padding-left: 15px;
    }

    .section3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section3 .s3b {
        margin-top: 25px;
    }

    .section3 .s3b h4 {
        font-size: 15px;
        line-height: 22px;
        max-height: 44px;
    }

    .section3 .s3b p {
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
    }

    .s3rb ul .zi p {
        font-size: 14px;
        line-height: 25px;
        max-height: 50px;
    }

    .s3rb ul li:nth-child(-n + 3) {
        margin-bottom: 20px;
    }

    .s4pic .picc img {
        width: 40px;
        height: 40px;
    }

    .section4 .s4t .text p {
        font-size: 12px;
        margin-top: 5px;
    }

    .s4b {
        padding-top: 30px;
    }

    .s4b .stbl h4 {
        font-size: 16px;
        line-height: 26px;
        max-height: 26px;
        margin-top: 10px;
    }

    .s4b .stbl p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .s4b .titr {
        bottom: -70px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 26px;
    }

    .s4b .titr a {
        font-size: 12px;
        padding-left: 15px;
    }

    .s4-btn img {
        width: 35px;
        height: 35px;
    }

    .section5 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .s5b ul .time h4 {
        font-size: 22px;
    }

    .s5b ul .time span {
        font-size: 14px;
    }

    .s5b ul .text p {
        font-size: 15px;
    }

    .s5-btn {
        margin-top: 20px;
    }

    .section5 .titl {
        left: 0;
        transform: translateX(0);
    }

    .section3 .tit .xian {
        right: 62%;
    }

    .s4b .tit .xian {
        right: 51%;
    }

    .banner .slick-prev {
        width: 21px;
        height: 31px;
    }

    .banner .slick-next {
        width: 21px;
        height: 31px;
    }

    .section1 .s1r .lone .date::after {
        width: 25px;
        height: 25px;
        bottom: 6px;
    }

    .s3rb ul .date .day {
        font-size: 22px;
    }

    .s3rb ul .zi {
        line-height: 70px;
    }

    .link>div {
        width: 260px;
    }

    .section1 .s1l .text p {
        font-size: 14px;
    }

    .section1 .s1l .text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .slick-next {
        right: 20px;
    }

    .banner .slick-prev {
        left: 20px;
    }
}

.wxwb {}

.wxwb ul {}

.wxwb ul li {
    width: 70px;
    height: 40px;
    float: left;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.wxwb ul li i {
    display: block;
    margin: 0px auto;
}

.wxwb ul li i.wxicon {
    width: 40px;
    height: 40px;
    background: url(../images/icon3_11.png) no-repeat center center;
}

.wxwb ul li i.wbicon {
    width: 40px;
    height: 40px;
    background: url(../images/icon3_21.png) no-repeat center center;
}

.wxwb ul li:hover {
    color: #ce000c;
}

.wxwb ul li:hover i.wxicon {
    width: 40px;
    height: 40px;
    background: url(../images/icon3_12.png) no-repeat center center;
}

.wxwb ul li:hover i.wbicon {
    width: 40px;
    height: 40px;
    background: url(../images/icon3_22.png) no-repeat center center;
}

.ewm1 {
    width: 135px;
    height: 0px;
    position: absolute;
    background: url(../images/erweima1.png) no-repeat center bottom;
    bottom: 40px;
    overflow: hidden;
    text-align: center;
}

.ewm2 {
    width: 135px;
    height: 0px;
    position: absolute;
    background: url(../images/erweima2.png) no-repeat center bottom;
    bottom: 40px;
    overflow: hidden;
    text-align: center;
}





/* 党的建设板块文本新闻样式 */
.s3b .con li.text-news {
  margin-top: 20px;
}

.s3b .con li.text-news a {
  overflow: hidden;
  display: block;
}

.s3b .con li.text-news .date {
  float: left;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff0000, #d46c00);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 84, 188, 0.3);
  position: relative;
  overflow: hidden;
}

.s3b .con li.text-news .date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
  pointer-events: none;
}

.s3b .con li.text-news .date .day {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 2px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.s3b .con li.text-news .date .year {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.s3b .con li.text-news .zi {
  overflow: hidden;
  line-height: 60px;
  font-size: 0;
  background-color: rgb(251 64 8 / 6%);
  margin-left: 75px;
  border-radius: 0 8px 8px 0;
}

.s3b .con li.text-news .zi p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  padding-left: 15px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  max-height: 56px;
  overflow: hidden;
}

.s3b .con li.text-news:hover .zi p {
  color: #b6051c;
  text-decoration: none;
}

.s3b .con li.text-news:hover .date {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 84, 188, 0.4);
  transition: all 0.3s ease;
}

.s3b .con li.text-news .date {
  transition: all 0.3s ease;
}

/* 响应式样式 */
@media screen and (max-width: 1200px) {
  .s3b .con li.text-news .date {
    width: 55px;
    height: 55px;
  }
  
  .s3b .con li.text-news .date .day {
    font-size: 16px;
  }
  
  .s3b .con li.text-news .date .year {
    font-size: 10px;
  }
  
  .s3b .con li.text-news .zi {
    margin-left: 70px;
    line-height: 55px;
  }
  
  .s3b .con li.text-news .zi p {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .s3b .con li.text-news .date {
    width: 50px;
    height: 50px;
  }
  
  .s3b .con li.text-news .date .day {
    font-size: 14px;
  }
  
  .s3b .con li.text-news .date .year {
    font-size: 9px;
  }
  
  .s3b .con li.text-news .zi {
    margin-left: 60px;
    line-height: 50px;
  }
  
  .s3b .con li.text-news .zi p {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
}





.mobile-only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobile-only {
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    .mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-only {
        display: block !important;
    }
}

/* 修复PC端导航下拉菜单不显示 */
.nav>ul>li:hover>div {
    display: block !important;
}

.f-link {
    float: right;
    font-size: 0;
    margin-top: 32px;
}

.f-link a {
    display: inline-block;
    width: 47px;
    height: 40px;
    margin-left: 43px;
    position: relative;
}

.f-link a:first-child {
    margin-left: 0;
}

.f-link a>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.f-link a>span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -57px;
    margin-bottom: 10px;
    margin-top: 16px;
    padding: 10px;
    width: 114px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}

.f-link .code>img {
    display: block;
    width: 94px !important;
    height: 94px !important;
    position: static;
}

.f-link .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform: translateX(-50%);
}

.f-link a:hover>span.code {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    transform: translateY(-18px) !important;
}

@media(max-width: 991px) {
    .f-link a {
        margin-left: 10px;
    }
}

@media(max-width: 768px) {
    .f-link {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .f-link a {
        margin: 0 10px;
    }
}

/* 学院特色板块 */
.section-feature {
    background: #fff;
    padding: 60px 0 40px 0;
    position: relative;
}

.section-feature .feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.section-feature .feature-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    letter-spacing: 4px;
}

.section-feature .feature-more {
    font-size: 18px;
    color: #7c3fc1;
    border: 1.5px solid #7c3fc1;
    border-radius: 20px;
    padding: 4px 18px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.section-feature .feature-more:hover {
    background: #7c3fc1;
    color: #fff;
}

.section-feature .feature-slider {
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 10px;
}

.section-feature .feature-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #7c3fc1;
    border-radius: 50%;
    color: #7c3fc1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    user-select: none;
}

.section-feature .feature-arrow:hover {
    background: #7c3fc1;
    color: #fff;
}

.section-feature .feature-arrow-left {
    margin-right: 18px;
}

.section-feature .feature-arrow-right {
    margin-left: 18px;
}

.section-feature .feature-cards {
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
}

.section-feature .feature-card {
    flex: 1 1 0;
    min-width: 220px;
    max-width: 400px;
    aspect-ratio: 3/4;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(124, 63, 193, 0.08);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    animation: fadeInUp 0.7s;
    position: relative;
}

.section-feature .feature-card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 8px 32px rgba(124, 63, 193, 0.18);
}

.section-feature .feature-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    background: none;
}

.section-feature .feature-vertical-text {
    position: absolute;
    left: 16px;
    top: 16px;
    bottom: 60px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    z-index: 2;
    pointer-events: none;
}

.section-feature .feature-detail {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: rgba(124, 63, 193, 0.92);
    color: #fff;
    border-radius: 12px;
    padding: 8px 18px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s;
    z-index: 2;
}

.section-feature .feature-detail:hover {
    background: #7c3fc1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式 */
@media (min-width: 1200px) {
    .section-feature .feature-card {
        height: auto;
        aspect-ratio: 3/4;
    }
}

@media (max-width: 1200px) {
    .section-feature .feature-cards {
        gap: 18px;
    }

    .section-feature .feature-card {
        min-width: 180px;
    }
}

@media (max-width: 900px) {
    .section-feature .feature-cards {
        gap: 10px;
    }

    .section-feature .feature-card {
        min-width: 120px;
    }
}

@media (max-width: 700px) and (min-width: 500px) {
    .section-feature .feature-cards {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .section-feature .feature-slider {
        padding: 0 1vw;
    }

    .section-feature .feature-cards {
        gap: 0;
    }

    .section-feature .feature-card {
        width: 100%;
        min-width: 0;
        max-width: 98vw;
        flex: none;
    }
}

@media (max-width: 400px) {
    .section-feature .feature-cards {
        flex-direction: column;
        gap: 15px;
    }

    .section-feature .feature-card {
        min-width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }
}