body {
    font: 16px/1.0 Microsoft YaHei, SimSun, SimHei, Arial, Tahoma, Helvetica, san-serif
}
::-webkit-scrollbar{width: 6px;background: #e0e0e0;}
::-webkit-scrollbar-thumb{background: #ffce57;border-radius: 6px;}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOutUpBig {
    from {
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.full-screen,.full-screen body {width: 100%;height: 100%;overflow: hidden;}

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.delay-500ms { -webkit-animation-delay: 500ms; animation-delay: 500ms; }
.animated.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; }
.animated.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; }
.animated.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; }
.animated.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; }
.animated.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; }
.animated.fast { -webkit-animation-duration: 400ms; animation-duration: 400ms; }
.animated.faster { -webkit-animation-duration: 500ms; animation-duration: 500ms; }
.animated.slow { -webkit-animation-duration: 2s; animation-duration: 2s; }
.animated.slower { -webkit-animation-duration:4s; animation-duration: 4s; }
.cover { position: fixed; width: 100%; height: 100%; background:url(/statics/nync/img/fsj2025/cover.jpg) center 0 no-repeat; z-index: 100; }
.logo { position: absolute; width: 418px; height: 119px; left: 13%;top: 0; background:url(/statics/nync/img/fsj2025/logo.png) center 0 no-repeat; background-size: 100% 100%; }
.topic { position: absolute; width: 817px; height: 476px; left: 50%; margin-left: -408px; top: 10%; background:url(/statics/nync/img/fsj2025/tit1.png) center 0 no-repeat; background-size: 100% 100%;z-index: 0; }


.header { width: 100%; height: 720px; background: url(/statics/nync/img/fsj2025/bg_01.jpg) 0 0 no-repeat; margin: 0 auto; position: relative; }
.fsxc { width: 100%; height: 745px; background: url(/statics/nync/img/fsj2025/bg_02.jpg) 0 0 no-repeat; margin: 0 auto; position: relative; }
.jjnmfsj { width: 100%; height: 780px; background: url(/statics/nync/img/fsj2025/bg_03.jpg) 0 0 no-repeat; margin: 0 auto; position: relative; }
.fstj { width: 100%; height: 877px; background: url(/statics/nync/img/fsj2025/bg_04.jpg) 0 0 no-repeat; margin: 0 auto; position: relative; }
.tit {text-align: center;}
.tit-fsxc {padding-top: 2%;}
.tit-jjfsj {padding-top: 1.5%;}
.tit-fstj {padding-top: 3%;}
.w1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.fsxc-swiper {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 3% auto 0 auto;
}
.fsxc-swiper .swiper-slide {
    width: 800px;
    height: 450px;
    background: #fff;
}
.fsxc-swiper .swiper-slide img{
    display:block;
}
.fsxc-swiper .swiper-slide p {
    position: absolute;
    bottom: 0;
    background: transparent;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fsxc-swiper .swiper-slide p a {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
}
.w1300 .swiper-button-prev,.w1300 .swiper-button-next {
    position: absolute;
    top: 64%;
    width: 33px;
    height: 58px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    background-size: 33px 58px;
    background-position: center;
    background-repeat: no-repeat;
}
.w1300 .swiper-button-prev {
    background: url("/statics/nync/img/fsj2025/prev.png") no-repeat 0 0;
    left: 0;
    right: auto;
}
.w1300 .swiper-button-next {
    background: url("/statics/nync/img/fsj2025/next.png") no-repeat 0 0;
    right: 0;
    left: auto;
}

.jjfsj-content {
    padding: 0 8px;
}
.jjfsj-left {
    float: left;
    width: 53.3%;
    background: #f7eddf;
}
.jjfsj-right {float: right;width: 46.62%;}
.jjfsj-lists {padding: 0 55px;}
.jjfsj-lists li {}
.jjfsj-lists li a {font-size: 17px;line-height: 44px;color: #424242;width: 80%;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.jjfsj-lists li span {font-size: 15px;line-height: 44px;color: #999;float: right;}
.jjfsj-lists li:nth-of-type(1) {margin-top: 25px;}
.jjfsj-lists li:nth-of-type(1) a {font-size: 19px;line-height: 32px;color: #333;font-weight: bold;}
.jjfsj-lists li:nth-of-type(1) p {text-indent: 0;font-size: 15px;line-height: 28px;color: #999;border-bottom: 1px solid #e5e5e5;padding-bottom: 2%;}
.jjfsj-lists li:nth-of-type(1) p span {line-height: 30px;}
.jjfsj-more {text-align: right;padding-right: 55px;padding-bottom: 8px;}
.jjfsj-more a{font-size: 14px;line-height: 17px;color: #b86e36;}
.fstj-lists {margin-top: 2%;}
.fstj-lists li {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1%;
    position: relative;
}
.fstj-lists li:nth-of-type(3n) {
    margin-right: 0;
}
.jjfsj-swiper {width: 100%;height: 333px;}
.jjfsj-swiper img {width: 550px;height: 333px;}
.zgnmfsj {
    margin-top: 3.2%;
}
.swiper-title {text-align: center;position: absolute;bottom: 0;padding: 0 10px;text-indent: 0;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.swiper-title a {text-decoration: none;font-size: 16px;line-height: 32px;width: 100%;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #fff;}
@media screen and (max-width: 1199px){
    .header,.fsxc,.jjnmfsj,.fstj {min-width: 1260px;width: 100%;}
}
