@charset "utf-8";
html, body, a, p, span, ul {
    outline: 0;
}
.new_banner {
    position: relative;
    width: 100%;
    height: 100vh;
}
.new_banner .index_banner_swp {
    width: 100%;
    height: 100%;
    z-index: 9;
}
.n_ban_mask {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    z-index: 8;
}
.img_ban {
    width: 100%;
    height: 100%;
}
.img_ban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n_ban_button .ban-pagination {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(2px);
}
.n_ban_button .ban-pagination span {
    margin: 0 8px;
    width: 10px;
height: 10px;
background-color: #FFF;
opacity: 0.5;
}
.n_ban_button  span.swiper-pagination-bullet-active{
    opacity: 1;
}
.n_ban_button .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.n_ban_text_box {
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.n_ban_text {
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    font-family: 
    "Source Han Serif SC",
    "Source Han Serif CN", 
    "思源宋体",          
    "Noto Serif SC",    
    "Songti SC",   
    "SimSun",   
    serif;                
}
.n_ban_button {
    position: absolute;
    left: 0;
    bottom: 90px;
    height: 1px;
    width: 100%;
    z-index: 9;
}
.ban_flower {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    outline: 0;
    border: none;
    cursor: pointer;
}
.ban_flower::before {
    content: "";
    display: block;
    width:100%;
    height: 100%;
    background-image: url(/template/default/index/4105/images/ban_flower.svg);
    background-repeat: no-repeat;
    background-size: cover;
   
}
.ban_flower i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 25px;
}
.n_ban_button .ban_flower:hover::before{
    background-image: url(/template/default/index/4105/images/ban_flower_hover.svg);
    transform: rotate(360deg);
    transition: transform 2s ease-in-out;
}

@media (max-width:991px) {
    .n_ban_text_box {
        bottom: 14%;
        /* text-align: center; */
    }
    .n_ban_button {
        height: auto;
        bottom: 30px;
    }
   
    .n_ban_text {
        font-size: 20px;
    }
    .ban_flower {
        width: 46px;
        height: 46px;
    }
}
@media (max-width:767px) {
    .new_banner {
        height: 320px;
    } 
    .n_ban_text_box {
        bottom: 20%;
        display: none !important;
    }
    .n_ban_button .container {
        justify-content: center;
    }
    .n_ban_button .ban-pagination {
        display: flex;
        padding: 8px 16px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .n_ban_button .ban-pagination span {
        margin: 0 6px;
        width: 8px;
        height: 8px;
    }
    .n_ban_button {
        bottom: 15px;
    }
    .ban_flower {
        width: 40px;
        height: 40px;
    }
}
/* new */
.in_new_box {
    padding-top: 74px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.in_title .left_title img{
    max-height: 80px;
}
.in_more a{
    display: flex;
    align-items: center;
   
}
.in_more a span{
    color: var(--dark-color);
    font-family: 
    "Source Han Serif SC",
    "Source Han Serif CN", 
    "思源宋体",          
    "Noto Serif SC",    
    "Songti SC",   
    "SimSun",   
    serif;    
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
.in_more i {
    position: relative;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.in_more i::before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/template/default/index/4105/images/ban_flower_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.in_more a:hover i::before{
    background-image: url(/template/default/index/4105/images/ban_flower_hover.svg);
    transform: rotate(360deg);
    transition: transform 2s ease-in-out;
}
.in_more a:hover i svg path {
    stroke: var(--white-color);
}
.in_new_lists {
    padding-top: 24px;
}
.in_new_lists ul {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
}
.in_new_lists ul li {
    padding: 16px;
    width: 25%;
}
.in_new_lists .title {
    overflow: hidden;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 56px;
    line-height: 28px;
}
.in_new_lists .bg {
    position: relative;
    padding: 24px;
    border-radius: 0px 0px 40px 0px;
    background-color: #FFF;
    background-image: url(/template/default/index/4105/images/in_new_icon_r.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
    transition: background-color .3s;
}
.in_new_lists .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background: #CAB181;
    opacity: 0;
    transition: width .4s;
}
.in_new_lists .date {
    padding-top: 24px;
    color: #BABABA;
font-family: 'Georgia';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.in_new_lists a:hover .bg {
    background-color: var(--main-color);
    background-image: url(/template/default/index/4105/images/in_new_icon_r2.svg);
}
.in_new_lists a:hover .title {
    color: var(--white-color);
}
.in_new_lists a:hover .date {
    color: rgba(255, 255, 255, 0.5);
}
.in_new_lists  a:hover .bg::before {
    width: 100%;
    opacity: 1;
}
.in_new_swipers {
    margin-top: 22px;
}
.in_new_swipers a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.in_new_swipers .swiper-slide {
    opacity: 0 !important;
}
.in_new_swipers .swiper-slide-active {
    opacity: 1 !important;
}
.in_new_swipers .left {
    width: calc(50% - 15px);
    overflow: hidden;
}
.in_new_swipers .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.in_new_swipers .right {
    padding-top: 15px;
    padding-bottom: 144px;
    width: calc(50% - 15px);
}
.in_new_swipers .date {
    color: #BABABA;
font-family: 'Georgia';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.in_new_swipers .date strong {
font-size: 30px;
line-height: 1.5;
color: #BABABA;
font-family: 'Georgia';
}
.in_new_swipers .date span {
    color: #BABABA;
    font-family: 'Georgia';
}
.in_new_swipers .title {
    margin-top: 16px;
    color: var(--dark-color);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 1.5;
height: 72px;
}
.in_new_swipers .des {
    margin-top: 40px;
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.new_button {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.new_button .news-pagination  {
    flex: 1;
    position: relative;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}
.new_button .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}
.in_new_swipers .ban_flower::before {
    background-image: url(/template/default/index/4105/images/ban_flower_green.svg);
}
.new_button .ban_flower {
    margin-left: 16px;
}
.new_button .ban_flower:hover::before{
    background-image: url(/template/default/index/4105/images/ban_flower_hover.svg);
    transform: rotate(360deg);
    transition: transform 2s ease-in-out;
}
.new_button .ban_flower:hover svg path {
    stroke: var(--white-color);
}
.in_new_swipers a:hover .left img {
    transform: scale(1.03);
}
.in_new_swipers  a:hover .title {
    color: var(--main-color);
}

@media (max-width:1440px) {
    .in_title .left_title img{
        max-height: 70px;
    }

}
@media (max-width:991px) {
    .in_title .left_title img{
        max-height: 60px;
    }
    .new_button {
        bottom: 15px;
    }
    .in_new_swipers .title {
        font-size: 22px;
        height: 62px;
    }
    .in_new_swipers .right {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .in_new_swipers .des {
        margin-top: 30px;
        -webkit-line-clamp: 2;
    }
    .in_new_lists ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    .in_new_lists ul li {
        padding: 10px;
    }
    .in_new_lists .bg {
        padding: 20px;
    }

}
@media (max-width:767px) {
    .in_more i {
        margin-left: 6px;
        padding: 5px;
        width: 26px;
        height: 26px;
    }
    .in_title .left_title img{
        max-height: 56px;
    }
    .in_new_box {
        padding-top: 50px;
        padding-bottom:50px;
    }
    .in_new_swipers a {
        flex-flow: column;
    }
    .in_new_swipers .left,
    .in_new_swipers .right {
        width: 100%;
    }
    .in_new_swipers .right {
        padding-top: 10px;
    }
    .in_new_lists ul li {
        width: 100%;
    }
    .in_new_swipers .title {
        font-size: 20px;
    }
    .in_new_lists ul li:nth-child(n+5) {
        display: none;
    }
    .new_button{
        width: 100%;
    }

}

/* notice */
.in_notice_box {
    padding-top: 115px;
    padding-bottom: 110px;
    position: relative;
    overflow: hidden;
}
.in_notice_box .notice_background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.in_notice_box .notice_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.i_notice_bg {
    position: relative;
    height: 813px;
    margin-bottom: 25px;
     z-index: 1;   
}
.i_notice_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/template/default/index/4105/images/in_notice_book.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    /* background-size: contain; */
    border-radius: 24px;
    overflow: hidden;
    z-index: -1;
}
.i_notice_bg::after {
    content: "";
    position: absolute;
    top:110px;
    left: -70px;
    width: calc(100% + 140px);
    height: calc(100% - 90px);
    background-image: url(/template/default/index/4105/images/in_notice_green.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    z-index: -2;
}
.i_notice_left,
.i_notice_right {
    width: 50%;
    padding: 47px 50px 32px 75px;
    display: flex;
    flex-flow: column;
}
.i_notice_left .in_title,
.i_notice_right .in_title {
    padding-right:35px;
}
.pic {
    position: relative;
    overflow: hidden
}
.pic::after {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}
a:hover .pic:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.style_swiper06 .swiper-slide:hover .pic:after,
.style_w:hover .pic:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}
.i_notice_list {
    padding-top: 28px;
    height: calc(100% - 130px);
}
.i_notice_list ul {
    padding-right: 35px;

    height:100%;
    overflow-y: auto;
}
.i_notice_list ul li {
    padding-top: 20px;
}
.i_notice_list ul li:first-child {
    padding-top: 0;
}
.i_notice_list ul li a{
    position: relative;
    display: block;
    padding-bottom: 19px;
}
.i_notice_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:rgba(0, 0, 0, 0.08);
}
.i_notice_list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color:var(--main-color);
    transition: all .4s;
}
.i_notice_list .date {
    color: #BABABA;
font-family: 'Georgia';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.i_notice_list .title {
    margin-top: 8px;
    overflow: hidden;
color: var(--dark-color);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px;
}
.i_notice_list .text {
    margin-top: 8px;
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
height: 52px;
line-height: 26px;
}
.i_notice_list a:hover .title{
    color: var(--main-color);
}
.i_notice_list ul li a:hover::after{
    width: 100%;
}
.i_media_list {
 padding-top: 28px;
 height: calc(100% - 130px);
}
.i_media_list ul {
    height: 100%;
    padding-right: 35px;
    overflow-y: auto;
}
.i_notice_list ul::-webkit-scrollbar,
.i_media_list ul::-webkit-scrollbar {
    width: 2px;
    height: 2px
}
.i_notice_list ul::-webkit-scrollbar-button:vertical,
.i_media_list ul::-webkit-scrollbar-button:vertical {
    display: none
}
.i_notice_list ul::-webkit-scrollbar-corner,
.i_notice_list ul::-webkit-scrollbar-track,
.i_media_list ul::-webkit-scrollbar-corner,
.i_media_list ul::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.20);
}

/* .i_media_list ul::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.50);
} */


.i_media_list ul li{
    padding-top: 22px;
}
.i_media_list ul li:first-child {
    padding-top: 0;
}
.i_media_list ul li a {
    position: relative;
    padding-bottom: 21px;
align-items: stretch;
width: 100%;
}
.i_media_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:rgba(0, 0, 0, 0.08);
}
.i_media_list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color:var(--main-color);
    transition: all .4s;
}
.i_media_list .thumb {
    display: flex;
width: 154px;
/* height: 100%; */
justify-content: center;
align-items: center;
    border-radius: 8px;
background-color: #FFF;
overflow: hidden;
}
.i_media_list .thumb img {
    width: 100%;
    height: 100%;
    max-height: 98px;
    object-fit: contain;
    transition: all .3s;

}
.i_media_list .media_right {
    flex: 1;
    margin-left: 18px;
}
.i_media_list .date {
 margin-top: 16px;
    color: #BABABA;
font-family: 'Georgia';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.i_media_list .title {
color: var(--dark-color);
font-size: 18px;
font-style: normal;
font-weight: 700;
height: 56px;
line-height: 28px;
}
.i_media_list a:hover .title{
    color: var(--main-color);
}
.i_media_list ul li a:hover::after{
    width: 100%;
}
.i_media_list a:hover .thumb img {
    transform: scale(1.03);

}
@media (max-width:1579px) {

    .i_notice_bg {
        height: 725px;
    }
    .i_notice_bg::after {
        left: -50px;
        width: calc(100% + 100px);
    }
    .i_notice_list ul li {
        padding-top:18px;
    }
    .i_media_list ul li {
        padding-top: 21px;
    }

}
@media (max-width:1439px) {

    .i_notice_bg {
        height: 700px;
    }
   
}
@media (max-width:1366px) {

    .i_notice_bg {
        height: 680px;
    }
   
}
@media (max-width:1280px) {
    .i_notice_bg {
        height: 620px;
    }

}

@media (max-width:1279px) {
    .i_notice_bg::after {
        left: -40px;
        width: calc(100% + 80px);
    }
    .i_notice_left,
    .i_notice_right {
        padding: 47px 40px 42px 50px;
    }
}
@media (max-width:991px) {
    .i_notice_bg {

        margin-bottom: 0;
        height: auto;
        flex-flow: column;
    }
    .i_notice_bg::before,
    .i_notice_bg::after {
        display: none !important;
    }
    .i_notice_left,
    .i_notice_right {
        padding: 30px 30px;
        margin-bottom: 20px;
       background-color: #f8f8f8; 
       width: 100%;
    }
    .i_notice_list {
        padding-top: 28px;
        height:auto;
    }
    .i_notice_left .in_title, .i_notice_right .in_title {
        padding-right: 0;
    }
    .i_media_list ul,
    .i_notice_list ul {
        padding-right: 0;
    }

}
@media (max-width:767px) {
    .in_notice_box {
        padding-top: 60px;
        padding-bottom:30px;
    }
    .i_notice_left, .i_notice_right {
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .i_media_list .thumb {
        width: 100px;
    }
    .i_notice_list ul li {
        padding-top: 16px;
    }
    .i_notice_list ul li a{
        padding-bottom: 16px;
    }
    .i_media_list ul li {
        padding-top: 18px;
    }
    .i_media_list ul li a {
        padding-bottom: 16px;
    }

    .i_notice_list .title {
        height: 56px;
        white-space: inherit;
        overflow: hidden;

        display: -webkit-box;
    
        -webkit-line-clamp: 2;
    
        -webkit-box-orient: vertical;
    }

}
/* 校园风采 */
.sye_box {
    position: relative;
    overflow: hidden;
}
.sye_box .sye_first {
    padding-top: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.style_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.style_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}
.style_title img {
   position: absolute;
   left: 0;
   bottom: 38px;
   width: calc(100% - 70px); 
}
.style_w {
    width: 25%;
    height: 260px;
    overflow: hidden;
}
.style_swiper {
    width: 100%;
    height: 100%;
}
.style_swiper .thumb {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.style_swiper .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_swiper .style-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 32px 26px 32px 32px;
    text-align: right;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    z-index: 8;
}
.style_swiper .style-pagination span {
    margin: 0 6px !important;
    width: 20px;
    height: 20px;
    background-image: url(/template/default/index/4105/images/style_button_w.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    opacity: 1;
}
.style_swiper  .style-pagination span.swiper-pagination-bullet-active {
    background-image: url(/template/default/index/4105/images/style_button.svg);
}
.style_swiper02 .thumb{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.style_swiper02 .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 94px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}
.style_swiper02 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_swiper03 {
    position: relative;
    z-index: 1;
}
.style_swiper03 .mask {
    position: absolute;
    padding:  10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.style_swiper03 .thumb{
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.style_swiper03 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_swiper03 .icon {
    max-width: 48px;
    margin: 0 auto;
}
.style_swiper03 .title {
    margin-top: 8px;
    color: var(--white-color);
text-align: center;
font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "Noto Serif SC", "Songti SC", "SimSun", serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.style_swiper03 .link {
    padding-top: 16px;
    display: flex;
    justify-content: center;
}
.style_swiper03 .link a {
    margin: 0 4px;
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    /* backdrop-filter: blur(2px); */
    color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}
.style_swiper03 .link a:hover {
background: var(--main-color);
border-color: var(--main-color);
}
.style_swiper04 {
    position: relative;
    z-index: 1;
}
.style_swiper04 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(200,151,109,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.style_swiper04 .thumb{
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.style_swiper04 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_swiper04 .icon {
    max-width: 48px;
    margin: 0 auto;
}
.style_swiper04 .title {
    margin-top: 8px;
    color: var(--white-color);
text-align: center;
font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "Noto Serif SC", "Songti SC", "SimSun", serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}

.style_swiper06 {
    width: 50%;
    height: 260px;
}
.style_w .thumb,
.style_swiper06 .thumb {
    overflow: hidden;
}
.style_w .thumb img,
.style_swiper06 .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    transition: all .6s;
}
.style_w .thumb:hover img,
.style_swiper06 .thumb:hover img {
    width: 110%;
    height: 110%
}
.sys_first_pic {
    display: flex;
}
.sys_first_pic .style_swiper07 {
    width: 65.5%;
    height: 520px;
    overflow: hidden;
}
.style_swiper07 a{
    display: block;
    width: 100%;
    height: 100%;
}
.style_swiper07 .thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.style_swiper07 .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    transition: all .6s;
}
.style_swiper07 a:hover .thumb img {
    width: 110%;
    height: 110%
}
.style_swiper .in_more {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(200, 151, 109, 0.70);
    z-index: 8;
}
.style_swiper .in_more span{
    color: var(--white-color);
    font-family: 
    "Source Han Serif SC",
    "Source Han Serif CN", 
    "思源宋体",          
    "Noto Serif SC",    
    "Songti SC",   
    "SimSun",   
    serif;    
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
.style_swiper .in_more i {
    position: relative;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.style_swiper .in_more i::before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/template/default/index/4105/images/ban_flower.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.style_swiper08 {
    position: relative;
    width: 34.5%;
    height: 312px;
    overflow: hidden;
}
.style_swiper08 .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}
.style_swiper08 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_swiper08 .mask {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color:rgba(0,109,86, 0.7);
}
.style_swiper08 .mask::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
   
    background-image: url(/template/default/index/4105/images/yyxy_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.style_swiper08  .title {
    margin-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "Noto Serif SC", "Songti SC", "SimSun", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.style_swiper08 .code_img {
    position: absolute;
    padding: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
}
.style_swiper08 .mask_top .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(4px);
    border-radius: 50%;
}
.style_swiper08 .mask_top .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 0;
}
.style_swiper08 .mask_top .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 0;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.1;
    }
}

.style_swiper04 a:hover .thumb,
.style_swiper03:hover .thumb,
.style_swiper08:hover .thumb {
    transform: scale(1.1);
}

.style_swiper08:hover .mask_top {
    opacity: 0;
}
.style_swiper08:hover .code_img {
    opacity: 1;
    z-index: 1;
}
@media (max-width:1279px) {
    .style_swiper .style-pagination {
        padding: 25px 20px 25px 25px;
    }
    .style_swiper02 .thumb::before{
        height: 74px;
    }
    .style_w,
    .style_swiper06  {
        height: 220px;
    }
    .sys_first_pic .style_swiper07 {
        height: 450px;
    }
    .style_swiper08 {
        height: 270px;
    }
    .style_title img {
        width: calc(100% - 20px);
    }
    .style_swiper03 .icon {
        max-width: 32px;
    }
    .style_swiper03 .title {
        margin-top: 8px;
        font-size: 20px;
        line-height: 25px;
    }
    .style_swiper03 .link{
        padding-top: 6px;
        flex-flow: column;
    }
    .style_swiper03 .link a {
        margin:4px;
        padding: 3px 20px;
        line-height: 26px;
    }
}
@media (max-width:991px) {
    .style_w,
    .style_swiper06  {
        height: 200px;
    }
    .sys_first_pic .style_swiper07 {
        height: 350px;
    }
    .style_swiper08 {
        height: 220px;
    }
    .style_swiper03 .icon {
        max-width: 30px;
    }
    .style_swiper03 .title {
        margin-top: 6px;
        font-size: 18px;
        line-height: 22px;
    }
    .style_swiper04 .title {
        margin-top: 6px;
        font-size: 18px;
    }

}
@media (max-width:767px) {
.sye_box .sye_first {
    padding-top: 60px;
}
.style_title img {
    bottom: 20px;
    width: calc(100% - 10px);
}
.style_title {
    width: 50%;
}
.style_w {
    width: 50%;
}
.style_swiper02,
.style_swiper03,

.style_swiper06 {
    width: 100%;
}
.style_box .style_w:nth-child(6) {
    width: 50%;
}
.sys_first_pic {
    flex-flow: column;
}
.sys_first_pic .style_swiper07 {
    width: 100%;
    height: auto;
}
.style_swiper08 {
    width: 100%;
    height: 160px;
}
.style_swiper08 .mask_top .icon {
    margin: 0 auto;
    padding: 10px;
    width: 60px;
    height: 60px;
}
.style_swiper08 .code_img {
    padding: 20px;
}
.style_swiper08 .code_img img {
    max-height: 100%;
}
.style_swiper .in_more i {
    margin-left: 6px;
    width: 22px;
    height: 22px;
    padding: 5px;
}
.style_w {
    height:160px;
}
.style_box .style_w:nth-child(3),
.style_box .style_w:nth-child(4),
.style_swiper06,
.style_swiper07,
.style_swiper08 {
    height:200px;
}


.style_w .thumb img,
.style_swiper06 .thumb img,
.style_swiper07 .thumb img{
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
}
.style_swiper03 .link {
    padding-top: 8px;
    flex-flow: nowrap;
}
.style_swiper03 .icon,
.style_swiper04 .icon {
    max-width: 40px;
    height: 40px;
}
.style_swiper03 .icon svg,
.style_swiper04 .icon svg {
    width: 100%;
}
/* .style_swiper04 .title {
    margin-top: 4px;
} */
.style_swiper .in_more {
    padding: 8px 10px;
}
.style_swiper .style-pagination {
    padding: 15px 10px 15px 15px;
}
.style_swiper .style-pagination span {
    margin: 0 4px !important;
    width: 16px;
    height: 16px;
    background-size: cover;
}

}

/* 专题专栏 */
.sye_box .sye_two {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sye_box .sye_two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(/template/default/index/4105/images/zy_zbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.sye_two .sys_two_bottom {
    padding-top: 100px;
    padding-bottom: 200px;
}
.index_last_box {
    margin-top: 32px;
    display: flex;
}
.index_last_box .box {
    display: flex;
    position: relative;
    width: 160px;
    height: 380px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.index_last_box .box .bg {
    width:100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.index_last_box .box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_last_box .box .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.index_last_box .box .text img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.index_last_box .box.act {
    width: calc(100% - 800px);
}
.index_last_box .box.act .text {
    opacity: 0 ;
}
.index_last_box .box.act .bg {
    opacity: 1;
}
@media (max-width:1440px) {
    .index_last_box .box {
        width: 140px;
    }
    .index_last_box .box .text {
        width: 140px;
    }
    .index_last_box .box.act {
        width: calc(100% - 700px);
    }
}
@media (max-width:1366px) {
    .index_last_box .box {
        width: 120px;
    }
    .index_last_box .box .text {
        width: 120px;
    }
    .index_last_box .box.act {
        width: calc(100% - 600px);
    }
}
@media (max-width:1200px) {
    .index_last_box .box {
        width: 100px;
    }
    .index_last_box .box .text {
        width: 100px;
    }
    .index_last_box .box.act {
        width: calc(100% - 500px);
    }
}
@media (max-width:991px) {
    .index_last_box {
        flex-flow: column;
    }
    .index_last_box .box,
    .index_last_box .box.act {
        width: 100%;
    }
    .index_last_box .box {
        padding: 0;
        margin-bottom: 20px;
        display: flex;
        height: auto;
    }
    .index_last_box .box .text {
        position: relative;
        height: auto;
        display: none !important;
    }
    .index_last_box .box .bg {
        position: relative;
        left: inherit;
        top: inherit;
        height: auto;
    }

}
@media (max-width:767px) {
    .sye_two .sys_two_bottom {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .index_last_box .box .text {
        display: none;
    }
    .index_last_box .box .bg{
        width: 100%;
    }

}