.wow {
    opacity: 0;
}

.mobile {
    width: 100%;
}

.mobile-inner {
    margin-right: auto;
    margin-left: auto;
    background-color: ;
    position: relative;
}

.mobile-inner img {
}

.mobile-inner p {
    color: #676767;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.mobile-inner-header {
    width: 100%;
    height: 50px;
    position: relative;
    top: 0px;
    z-index: 666;
    left: 0px;
    background: #fff;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    background: url(../images/menu.png) no-repeat center center;
    background-size: 40%;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: #fff;
    display: none;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav .close2{
    
position: absolute;
    
right: 0;
    
top: 0px;
    
width: 50px;
    
height: 50px;
    
background: url(../images/close.png) no-repeat center center;
    
background-size: 32%;
}
.mobile-inner-nav {
    overflow: auto;
    height: 100vh;
    padding-top: 50px;
}

.mobile-inner-nav {
    background: linear-gradient(270deg,#0866b1c9,#076cc3);
    width: 100%;
    position: absolute;
    top: 0;
    padding-bottom: 0%;
    display: none;
    z-index: 667;
    background: rgb(243, 247, 255);
    width: 54%;
    margin-left: 46%;
}

.mobile-inner-nav a {
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #000;
    transition: all 0.5s;
    display: block;
    text-indent: 0;
}

.mobile-inner-nav dl {
    display: none;
    margin: 10px 20px;
    background: #fff;
    padding: 10px 18px;
}

.mobile-inner-nav dl dd {
    line-height: 3;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    font-size: 17px;
}
.mobile-inner-nav li.currents.sub .h2tit {
    background: #6B398F;
}
.mobile-inner-nav li.currents.sub .h2tit a{
    color: #fff;
}
.mobile-inner-nav li.currents.sub .h2tit a{
        background: url(../images/down4.png) no-repeat right center;
    background-size: 21px;
}
.mobile-inner-nav li {
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 53px;
}

.mobile-inner-nav h2.h2tit {
    line-height: 50px;
    text-decoration: none;
    font-size: 19px;
    color: #000;
    /* border-bottom:solid 1px rgba(255,255,255,0.3);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}
.mobile-inner-nav li.sub .h2tit a{
    
background: url(../images/down3.png) no-repeat right center;
    
background-size: 21px;
}
.mobile-inner-nav h2.h2tit a {
    color: #000;
    text-indent: 1.5em;
    display: inline-block;
    padding-right: 31px;
}

.mobile-inner-nav a {
    border-bottom: none;
}

.mobile-inner-nav li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes resize {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale(5,5);
        transform: scale(5,5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@keyframes resize {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale(5,5);
        transform: scale(5,5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-nav li:last-child h2.h2tit {
    border-bottom: none;
}

.mobile-inner-nav li .h3tit {
    height: 50px;
    position: relative;
    background: url(../images/51_icon_search@2x.png) no-repeat 30px center;
    background-size: 17px;
}

.mobile-inner-nav li .words {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    text-indent: 60px;
    font-size: 15px;
    color: #fff;
    background: url(../images/search2.png) no-repeat 30px center;
    background-size: 20px;
}

.mobile-inner-nav li:last-child {
    border-bottom: none;
}

.mobile-inner-nav li form {
    display: block;
    width: 100%;
    height: 100%;
}

@charset "utf-8";@charset "UTF-8";.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.fadeInUp {
    animation-duration: 1.76s;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,40px,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

* {
    font-family: Century Gothic;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: calc(14/1920*100vw);
}

html,body {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}

body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

select {
    cursor: pointer;
}

input[type="button"],input[type="submit"],input[type="reset"],input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"],input[type="submit"],input[type="reset"] {
    cursor: pointer;
}

input {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none!important;
    border-radius: 0;
}

button {
    cursor: pointer;
}

textarea {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
    background: #000;
    color: #fff;
    line-height: 1;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    user-select: none;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}

.xuanzhuan img {
    display: block;
    width: 100%;
}

.pc {
    display: block;
}

.wap {
    display: none;
}

.clearflex:after {
    content: "";
    display: table;
    clear: both;
}

.moveAni {
    animation: move .8s infinite;
    -moz-animation: move .8s infinite;
    -webkit-animation: move .8s infinite;
    -o-animation: move .8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
}

.tadaAni {
    animation: tada 2s infinite;
}

.pulseAni {
    animation: pulse 1s infinite;
}

.bounceInAni {
    animation: bounceIn 2s infinite;
}

.flashInAni {
    animation: flash 2s infinite;
}

.swingAni {
    animation: swing 2s infinite;
    transform-origin: right top;
}

.rubberBandAni {
    animation: rubberBand 1s infinite;
}

.bounceAni {
    animation: bounce 1s infinite;
}

.tdAni {
    animation: td .4s infinite;
    -moz-animation: td .4s infinite;
    -webkit-animation: td .4s infinite;
    -o-animation: td .4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
}

.heartbeatAni {
    animation: heartbeat 1.4s infinite;
    -moz-animation: heartbeat 1.4s infinite;
    -webkit-animation: heartbeat 1.4s infinite;
    -o-animation: heartbeat 1.4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
}

.shing {
    animation: shing 1s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

@keyframes shing {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }
}

@keyframes move2 {
    0% {
        transform: translate(0%,0px);
    }

    100% {
        transform: translate(0%,10px);
    }
}

.moveAni2 {
    animation: move2 1s infinite;
}

.moveAni {
    animation: move .8s infinite;
    -moz-animation: move .8s infinite;
    -webkit-animation: move .8s infinite;
    -o-animation: move .8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46,0.02,0.97,0.36);
}

@keyframes move {
    from {
        -o-transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }

    to {
        -o-transform: translate(0%,30px);
        -webkit-transform: translate(0%,30px);
        -moz-transform: translate(0%,30px);
        -ms-transform: translate(0%,30px);
        transform: translate(0%,30px);
    }
}

@keyframes td {
    from {
        -o-transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }

    to {
        -o-transform: translate(0%,20px);
        -webkit-transform: translate(0%,20px);
        -moz-transform: translate(0%,20px);
        -ms-transform: translate(0%,20px);
        transform: translate(0%,20px);
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes moveAni2 {
    0% {
        transform: translate(0%,0px);
    }

    100% {
        transform: translate(100vw,0px);
    }
}

.moveAni2 {
    animation: moveAni2 5.5s linear infinite;
}

@keyframes scrollAni1 {
    0% {
        transform: translate(0%,0px) rotate(0);
    }

    100% {
        transform: translate(-100%,0px) rotate(-360deg);
    }
}

.scrollAni1 {
    animation: scrollAni1 1.8s infinite;
    -moz-animation: scrollAni1 1.8s infinite;
    -webkit-animation: scrollAni1 1.8s infinite;
    -o-animation: scrollAni1 1.8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

@keyframes scrollAni2 {
    0% {
        transform: translate(30%,0px) rotate(0);
    }

    100% {
        transform: translate(0%,0px);
    }
}

.scrollAni2 {
    animation: scrollAni2 1.8s infinite;
    -moz-animation: scrollAni2 1.8s infinite;
    -webkit-animation: scrollAni2 1.8s infinite;
    -o-animation: scrollAni2 1.8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes scrollAni3 {
    0% {
        transform: translate(0%,-20px);
    }

    100% {
        transform: translate(0%,0%);
    }
}

.scrollAni3 {
    animation: scrollAni3 1.8s infinite;
    -moz-animation: scrollAni3 1.8s infinite;
    -webkit-animation: scrollAni3 1.8s infinite;
    -o-animation: scrollAni3 1.8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes scrollAni4 {
    0% {
        transform: translate(0%,10px);
    }

    100% {
        transform: translate(0%,0%);
    }
}

.scrollAni4 {
    animation: scrollAni4 1.8s infinite;
    -moz-animation: scrollAni4 1.8s infinite;
    -webkit-animation: scrollAni4 1.8s infinite;
    -o-animation: scrollAni4 1.8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes scrollAni5 {
    0% {
        transform: none;
    }

    100% {
        transform: scale(1.35,1.35);
    }
}

.scrollAni5 {
    animation: scrollAni5 1.8s infinite;
    -moz-animation: scrollAni5 1.8s infinite;
    -webkit-animation: scrollAni5 1.8s infinite;
    -o-animation: scrollAni5 1.8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes scrollAni6 {
    0% {
        transform: scale(1.05,1.05);
    }

    100% {
        transform: none;
    }
}

.scrollAni6 {
    animation: scrollAni6 1.8s infinite;
    -moz-animation: scrollAni6 1.8s infinite;
    -webkit-animation: scrollAni6 1.8s infinite;
    -o-animation: scrollAni6 1.8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes bubbleMover3 {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(5px) translateX(4px) rotate(9deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        transform: translateY(-3px) translateX(1px) rotate(-6deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(-1px) translateX(-5px) rotate(-2deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes bubbleMover2 {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(5px) translateX(4px) rotate(5deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        transform: translateY(-4px) translateX(2px) rotate(-3deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(-3px) translateX(-3px) rotate(-3deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(3px) translateX(5px) rotate(5deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        transform: translateY(5px) translateX(10px) rotate(10deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(3px) translateX(5px) rotate(4deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes rotateAni {
    0% {
        transform: none;
    }

    100% {
        transform: rotateY(180deg);
    }
}

.rotateAni {
    -webkit-animation: rotateAni linear infinite 2s;
    -moz-animation: rotateAni linear infinite 2s;
    -o-animation: rotateAni linear infinite 2s;
    animation: rotateAni linear infinite 2s;
}

.pfAni1 {
    -webkit-animation: bubbleMover linear infinite 5s;
    -moz-animation: bubbleMover linear infinite 5s;
    -o-animation: bubbleMover linear infinite 5s;
    animation: bubbleMover linear infinite 5s;
}

.pfAni2 {
    -webkit-animation: bubbleMover2 linear infinite 5s;
    -moz-animation: bubbleMover2 linear infinite 5s;
    -o-animation: bubbleMover2 linear infinite 5s;
    animation: bubbleMover2 linear infinite 5s;
}

.pfAni3 {
    -webkit-animation: bubbleMover3 linear infinite 5s;
    -moz-animation: bubbleMover3 linear infinite 5s;
    -o-animation: bubbleMover3 linear infinite 5s;
    animation: bubbleMover3 linear infinite 5s;
}

@keyframes scalc {
    0% {
        -webkit-transform: scale(2.05,2.05);
        -o-transform: scale(2.05,2.05);
        -moz-transform: scale(2.05,2.05);
        -ms-transform: scale(2.05,2.05);
        transform: scale(2.05,2.05);
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.sclani {
    animation: scalc 7s forwards;
    animation-timing-function: ease-out;
}

@keyframes scalc2 {
    0% {
        transform: scale(1.2,1.2);
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.sclani2 {
    animation: scalc2 7s forwards;
    animation-timing-function: ease-out;
}

@keyframes clipAni {
    0% {
        clip: rect(auto,0,auto,auto);
    }

    100% {
        clip: rect(auto,300px,auto,auto);
    }
}

.txtModel i {
    animation: clipAni ease-out infinite 2s alternate;
}

.swingAni {
    transform-origin: top center;
    animation: swing 3s infinite ease-in-out;
}

@keyframes swing {
    0% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(6deg);
    }

    100% {
        transform: rotate(-6deg);
    }
}

.swingAni2 {
    -webkit-animation-name: routate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: routate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes routate {
    0% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    50% {
        -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

.bouncing-ball {
    -webkit-mask: radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,black 20.1%,black 75%,black 100%);
    mask: radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,black 20.1%,black 75%,black 100%);
    -webkit-animation: bouncing-ball 1.5s linear infinite;
    animation: bouncing-ball 1.5s linear infinite;
}

@keyframes bouncing-ball {
    0% {
        transform: scale(1,1) translateY(-80%);
    }

    25% {
        transform: scale(1,1.1) translateY(-45%);
    }

    50% {
        transform: scale(1,1.5) translateY(10%);
    }

    66% {
        transform: scale(2,0.75) translateY(25%);
    }

    75% {
        transform: scale(1,1.25) translateY(10%);
    }

    100% {
        transform: scale(1,1) translateY(-80%);
    }
}

.small_Big {
    -webkit-animation: scaleCircles 2s infinite cubic-bezier(0.55,0.15,0.45,0.85) alternate;
    animation: scaleCircles 2s infinite cubic-bezier(0.55,0.15,0.45,0.85) alternate;
}

@keyframes scaleCircles {
    0% {
        z-index: 1;
        transform: scale3d(0,0,0);
    }

    100% {
        z-index: 2;
        transform: scale3d(1,1,1);
    }
}

.index * {
    opacity: 1;
}

.index {
    overflow: hidden;
}

.wrap:after {
    content: "";
    display: table;
    clear: both;
}

.fadeInUpGroup.animated {
    animation-fill-mode: both;
    animation-name: fadeInLeft3;
    opacity: 0;
}

.fadeInUpGroup.animated:nth-child(1) {
    animation-duration: .5s !important;
    animation-delay: .1s !important;
}

.fadeInUpGroup.animated:nth-child(2) {
    animation-duration: 1s !important;
    animation-delay: .6s !important;
}

.fadeInUpGroup.animated:nth-child(3) {
    animation-duration: 1.5s !important;
    animation-delay: .9s !important;
}

.fadeInUpGroup.animated:nth-child(4) {
    animation-duration: 2s !important;
    animation-delay: 1.1s !important
}

.fadeInUpGroup.animated:nth-child(5) {
    animation-duration: 1.5s !important;
    animation-delay: 1.6s !important;
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: calc(50/1920*100vw) calc(160/1920*100vw);
}

.head .wrap {
    padding: 0;
}

.head .logo {
    float: left;
}

.head .logo a {
}

.head .logo img {
    height: calc(32.34/1920*100vw);
}

.head .nav {
    position: absolute;
    top: 50%;
    left: 53%;
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.head .nav ul {
    display: flex;
}

.head .nav li {
    position: relative;
    display: inline-block;
    margin: 0 calc(30/1920*100vw);
}

.head .nav .h2tit {
}

.head .nav .sli .h2tit a {
    /*padding-right: calc(17/1920*100vw);*/
    /*background: url(../images/sli.png) no-repeat right center;*/
    background-size: calc(18/1920*100vw);
}

.head .nav .h2tit a {
    display: block;
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(24/1920*100vw);
    font-weight: 400;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    white-space: nowrap;
    
}

.head .nav li:hover dl {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    top: calc(35/1920*100vw);
}


.head .nav dl {
    position: absolute;
    width: calc(180/1920*100vw);
    left: 0;
    top: calc(33/1920*100vw);
    background: rgb(99,51,155);
    padding: calc(5/1920*100vw) 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: calc(44/1920*100vw);
}

.head .nav dd a:hover {
    background: rgb(86,35,145);
    font-weight: 900;
}

.head .nav dd {
}

.head .nav dd a {
    display: block;
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(15/1920*100vw);
    font-weight: 300;
    line-height: calc(33/1920*100vw);
    text-align: left;
    padding: 0 calc(15/1920*100vw);
}

.banner {
    position: relative;
}

.banner .mouse {
    position: absolute;
    width: 100%;
    height: calc(45.97/1920*100vw);
    left: 0;
    z-index: 5;
    bottom: calc(54/1920*100vw);
}

.banner .mouse i {
    display: block;
    width: calc(30.64/1920*100vw);
    height: 100%;
    background: url(../images/mouse.png) no-repeat center center;
    background-size: 100%;
    margin: auto;
    cursor: pointer;
}

.banner .swiper-container {
}

.banner .swiper-wrapper {
}

.banner .swiper-slide {
}

.banner .swiper-slide img {
    /* display: block; */
    width: 100%;
}

.section1 {
    background: url(../images/bg.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: calc(200/1920*100vw);
    padding-bottom: calc(85/1920*100vw);
}

.section1 .wrap {
    display: flex;
    justify-content: space-between;
}

.wrap {
    padding: 0 calc(160/1920*100vw);
}

.section1 .left {
}

.section1 .left .item {
    display: flex;
    padding-bottom: calc(100/1920*100vw);
}

.section1 .left .item .title {
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(36/1920*100vw);
    font-weight: 900;
    line-height: calc(54/1920*100vw);
    letter-spacing: 0px;
    white-space: nowrap;
    text-align: left;
    line-height: 1;
    margin-right: calc(29/1920*100vw);
}

.section1 .left .item .dec {
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(18/1920*100vw);
    font-weight: 350;
    line-height: calc(34/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    padding-top: calc(39/1920*100vw);
    border-top: 1px solid rgb(51,51,51);
    width: calc(860/1920*100vw);
}

.section1 .left .link {
    padding-left: calc(170/1920*100vw);
}

.section1 .left .link a {
    display: block;
    width: calc(44/1920*100vw);
    height: calc(44/1920*100vw);
    background: url(../images/more.png) no-repeat center center;
    background-size: 100%;
}

.section1 .right {
    margin-left: calc(72/1920*100vw);
    overflow: hidden;
    cursor: pointer;
}

.section1 .right img {
    width: calc(495/1920*100vw);
    height: calc(523/1920*100vw);
    object-fit: cover;
}

.section2 {
    background: url(../images/bg2.jpeg) no-repeat center center;
    background-size: cover;
    padding-bottom: calc(72/1920*100vw);
}

.section2 .wrap {
}

.section2 .titlemodel {
    padding-top: calc(127/1920*100vw);
    padding-bottom: calc(48/1920*100vw);
}

.titlemodel {
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(36/1920*100vw);
    font-weight: 900;
    line-height: calc(54/1920*100vw);
    letter-spacing: 0px;
}

.section2 .list {
    position: relative;
    padding: 0 calc(227/1920*100vw);
}

.section2 .swiper-container {
}

.section2 .swiper-wrapper {
}

.section2 .swiper-slide {
    padding: calc(48/1920*100vw) 0;
}

.section2 .swiper-slide a {
    display: block;
    background: #fff;
    text-align: center;
    padding-bottom: calc(40/1920*100vw);
}

.section2 .swiper-slide .imgbox {
    display: block;
    text-align: center;
}





.section2 .swiper-slide .con .tit {
    display: block;
    padding-top: calc(10/1920*100vw);
    padding-bottom: calc(37/1920*100vw);
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(20/1920*100vw);
    font-weight: 700;
    line-height: calc(30/1920*100vw);
    letter-spacing: 0px;
    text-align: center;
}

.section2 .swiper-slide .con .more {
    display: inline-block;
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(16/1920*100vw);
    font-weight: 400;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    background: url(../images/more1.png) no-repeat right center;
    background-size: calc(17/1920*100vw);
    padding-bottom: calc(9/1920*100vw);
    border-bottom: calc(2/1920*100vw) solid rgb(51,51,51);
    padding-right: calc(35/1920*100vw);
    padding-top: calc(9/1920*100vw);
}

.section2 .swiper-slide .con .line {
}

.section2 .swiper-button-next {
    width: calc(44/1920*100vw);
    height: calc(44/1920*100vw);
    background: url(../images/right.png) no-repeat center center;
    background-size: 100%;
    right: 0;
}

.section2 .swiper-button-prev {
    width: calc(44/1920*100vw);
    height: calc(44/1920*100vw);
    background: url(../images/left.png) no-repeat center center;
    background-size: 100%;
    left: 0;
}

.morebase:after {
    content: "";
    position: absolute;
    width: calc(9/1920*100vw);
    height: calc(9/1920*100vw);
    background: #fff;
    border-radius: 300px;
    right: calc(18/1920*100vw);
    top: calc(16/1920*100vw);
}

.morebase {
    margin: auto;
    display: block;
    box-sizing: border-box;
    border: calc(2/1920*100vw) solid rgb(255,255,255);
    border-radius: calc(22/1920*100vw);
    width: calc(134/1920*100vw);
    line-height: calc(40/1920*100vw);
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(14/1920*100vw);
    padding-left: calc(20/1920*100vw);
    font-weight: 400;
    position: relative;
}

.section2 .morebase {
    margin-top: calc(50/1920*100vw);
}

.section3 {
    background: url(../images/bg.jpeg) no-repeat center center;
    background-size: cover;
    padding-bottom: calc(60/1920*100vw);
}

.section3 .wrap {
}

.section3 .titlemodel {
    color: rgb(51,51,51);
    padding-top: calc(143/1920*100vw);
    padding-bottom: calc(67/1920*100vw);
}

.section3 .list {
    padding: 0 calc(164/1920*100vw);
    position: relative;
}

.section3 .swiper-container {
}

.section3 .swiper-wrapper {
}

.section3 .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
}

.section3 .swiper-slide .imgbox {
}

.section3 .swiper-slide .imgbox img {
    width: calc(383/1920*100vw);
    object-fit: cover;
}

.section3 .swiper-slide .right {
    padding-left: calc(107/1920*100vw);
    padding-right: calc(91/1920*100vw);
}

.section3 .swiper-slide .right .title {
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(20/1920*100vw);
    font-weight: 700;
    line-height: calc(30/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: calc(27/1920*100vw);
}

.section3 .swiper-slide .right .dec {
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(16/1920*100vw);
    font-weight: 350;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: calc(45/1920*100vw);
    border-bottom: calc(1/1920*100vw) solid rgb(216,216,216);
}

.section3 .swiper-slide .right .more {
    display: inline-block;
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(16/1920*100vw);
    font-weight: 400;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    background: url(../images/more1.png) no-repeat right center;
    background-size: calc(17/1920*100vw);
    padding-bottom: calc(9/1920*100vw);
    border-bottom: calc(2/1920*100vw) solid rgb(51,51,51);
    padding-right: calc(35/1920*100vw);
    padding-top: calc(9/1920*100vw);
    margin-top: calc(50/1920*100vw);
}

.section3 .swiper-button-next {
    width: calc(44/1920*100vw);
    height: calc(44/1920*100vw);
    background: url(../images/right2.png) no-repeat center center;
    background-size: 100%;
    right: 0;
}

.section3 .swiper-button-prev {
    width: calc(44/1920*100vw);
    height: calc(44/1920*100vw);
    background: url(../images/left2.png) no-repeat center center;
    background-size: 100%;
    left: 0;
}

.section3 .morebase:after {
    background: rgb(124,97,188);
}

.section3 .morebase {
    margin-top: calc(107/1920*100vw);
    border-color: rgb(124,97,188);
    color: rgb(124,97,188);
}

.section4 {
    background: url(../images/bg3.jpg) no-repeat center 0 rgb(234,238,247);
    background-size: 100%;
    padding-bottom: calc(69/1920*100vw);
}

.section4 .wrap {
}

.section4 .titlemodel {
    padding-top: calc(147/1920*100vw);
    padding-bottom: calc(8.2/1920*100vw);
}

.section4 .dec {
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(16/1920*100vw);
    font-weight: 400;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
}

.section4 .morebase {
    margin-left: 0;
    margin-top: calc(50/1920*100vw);
    margin-bottom: calc(142/1920*100vw);
}

.section4 .list {
}

.section4 .item:nth-child(4n) {
    margin-right: 0px;
}

.section4 .item:hover {
    transform: translateY(calc(-27/1920*100vw));
}

.section4 .item {
    float: left;
    margin-right: calc(12/1920*100vw);
    width: calc((100% - calc(36/1920*100vw))/4);
}

.section4 .item a {
    display: block;
    box-shadow: 0px 0px calc(10/1920*100vw) rgba(153,153,153,0.16);
}

.section4 .item .imgbox:hover:after {
    opacity: .6;
}

.section4 .item .imgbox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: url(../images/link.png) no-repeat center center rgb(0,0,0);
    opacity: 0.6;
    background-size: calc(48/1920*100vw);
    opacity: 0;
}

.section4 .item .imgbox {
    display: block;
    position: relative;
}

.section4 .item .date {
    position: absolute;
    width: calc(80/1920*100vw);
    text-align: center;
    z-index: 5;
    height: calc(78/1920*100vw);
    background: rgb(124,97,188);
    top: calc(-25/1920*100vw);
}

.section4 .item .day {
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(25/1920*100vw);
    font-weight: 700;
    line-height: calc(38/1920*100vw);
    letter-spacing: 0px;
    display: block;
    padding-top: calc(6/1920*100vw);
}

.section4 .item .year {
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(17/1920*100vw);
    font-weight: 350;
    line-height: calc(26/1920*100vw);
    letter-spacing: 0px;
    padding-top: calc(6/1920*100vw);
}

.section4 .item .imgbox img {
    width: 100%;
}

.section4 .item .content {
    background: #fff;
    display: block;
    text-align: center;
    padding: calc(23/1920*100vw) calc(25/1920*100vw);
    padding-bottom: calc(41/1920*100vw);
}

.section4 .item .content .title {
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(22/1920*100vw);
    font-weight: 700;
    line-height: calc(33/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section4 .item .content .desc {
    color: rgb(102,102,102);
    font-family: "黑体";
    font-size: calc(14/1920*100vw);
    font-weight: 350;
    line-height: calc(20/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    margin-top: calc(15/1920*100vw);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section4 .item .content .more {
    color: rgb(102,102,102);
    font-family: "黑体";
    font-size: calc(14/1920*100vw);
    font-weight: 350;
    line-height: calc(20/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    display: inline-block;
    margin-top: calc(43/1920*100vw);
    padding-right: calc(40/1920*100vw);
    background: url(../images/more1.png) no-repeat right center;
    background-size: calc(17/1920*100vw);
}

.section5 {
    background: url(../images/bg5.jpeg) no-repeat center center;
    background-size: cover;
    padding-bottom: calc(13/1920*100vw);
}

.section5 .wrap {
    text-align: center;
}

.section5 .titlemodel {
    color: rgb(51,51,51);
    text-align: center;
    padding-top: calc(63/1920*100vw);
}

.section5 .dec {
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(16/1920*100vw);
    font-weight: 400;
    line-height: calc(24/1920*100vw);
    padding-top: calc(9/1920*100vw);
    padding-bottom: calc(52/1920*100vw);
}

.section5 .list {
}

.section5 .item:nth-child(2) {
    position: relative;
    top: calc(46/1920*100vw);
}

.section5 .item {
    display: inline-block;
    width: calc(181/1920*100vw);
    height: calc(201/1920*100vw);
    font-size: 0;
    margin: 0 calc(87/1920*100vw);
}

.section5 .item a {
    width: calc(181/1920*100vw);
    height: calc(201/1920*100vw);
    display: inline-block;
    background: url(../images/qiu.png) no-repeat center center;
    background-size: 100%;
}

.section5 .item .icon {
    display: block;
    padding-top: calc(38/1920*100vw);
}

.section5 .item .icon img {
    height: calc(43.93/1920*100vw);
}

.section5 .item .title {
    display: block;
    color: rgb(51,51,51);
    font-family: "黑体";
    font-size: calc(14/1920*100vw);
    font-weight: 500;
    line-height: calc(21/1920*100vw);
    padding-top: calc(21/1920*100vw);
}

.section5 .imgbox {
    margin: auto;
    width: calc(802/1920*100vw);
    height: calc(547/1920*100vw);
    background: url(../images/bj.png) no-repeat center center;
    background-size: 100%;
    padding-top: calc(236/1920*100vw);
    margin-top: calc(-49/1920*100vw);
}

.section5 .imgbox img {
}

.footer {
    background: linear-gradient(180.00deg,rgb(90,23,120),rgb(72,76,151) 100%);
}

.footer .wrap {
}

.footer .flex1 {
    display: flex;
    padding-top: calc(90/1920*100vw);
}

.footer .logo {
}

.footer .logo img {
    height: calc(37/1920*100vw);
}

.footer .right {
    border-top: calc(1/1920*100vw) solid rgb(255 255 255 / 30%);
    padding-top: calc(37/1920*100vw);
    margin-left: calc(175/1920*100vw);
    margin-top: calc(18/1920*100vw);
    width: calc(1281/1920*100vw);
}

/*.footer .nav {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.footer .nav .item {
    position: relative;
    padding: 0px 50px 0 0;
}

.footer .nav .item:hover dl {
    top: calc(40/1920*100vw);
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.footer .nav dl {
    position: absolute;
    width: 120%;
    text-align: center;
    background: #532f9e;
    padding: calc(10/1920*100vw) 0;
    left: 0;
    top: calc(50/1920*100vw);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.footer,.footer * {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .nav dl dd a:hover {
    background: rgb(86,35,145);
    font-weight: 600;
    font-size: calc(14/1920*100vw);
}

.footer .nav dl dd a {
    display: block;
    padding-left: calc(24/1920*100vw);
    font-size: calc(13/1920*100vw);
    font-weight: 300;

}

.footer .nav a {
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(20/1920*100vw);
    font-weight: 300;
    line-height: calc(30/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    align-items: center;
}

.footer .nav img {
    width: calc(18/1920*100vw);
    height: calc(20/1920*100vw);
    object-fit: contain;
    margin-right: calc(7/1920*100vw);
}

.footer .nav span {
}

.footer .tit {
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(20/1920*100vw);
    font-weight: 500;
    line-height: calc(30/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    padding-top: calc(100/1920*100vw);
}

.footer .txt {
    display: flex;
}

.footer .txt p {
    margin-right: calc(107/1920*100vw);
}

.footer .txt .s1 {
    color: rgb(255,255,255); 
 
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    display: block;
    padding-top: calc(15/1920*100vw);
    padding-bottom: calc(3/1920*100vw);
    opacity: .6;
 font-size: calc(15/1920*100vw);
}

.footer .txt .s2 {
    display: block;
    color: rgb(255,255,255);
font-size: calc(15/1920*100vw);
 
    line-height: calc(30/1920*100vw);
    letter-spacing: 0px;
    text-align: left;  
}

.footer .center {
    color: rgb(255,255,255);
    font-family: "黑体";
    font-size: calc(14/1920*100vw);
    font-weight: 350;
    line-height: calc(21/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    text-align: center;
    padding-top: calc(125/1920*100vw);
    padding-bottom: calc(26/1920*100vw);
    opacity: 0.6;
}

.footer .center a {
    color: inherit;
}


.current.sideMenu .switch {
    margin-left: calc(36/1920*100vw);
    border-radius: 0px calc(6.5/1920*100vw) calc(6.5/1920*100vw) 0px;
    background: rgb(203,83,145);
}

.current.sideMenu .cd {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.current.sideMenu .close {
}

.current2.sideMenu {
    z-index: 77778;
}

.current2.sideMenu .switch {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.current2.sideMenu .close {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.current2.sideMenu .cd {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.sideMenu {
    z-index: 77777;
    position: fixed;
    left: 0;
    width: calc(13/1920*100vw);
    height: calc(49/1920*100vw);
    top: 50%;
    left: 0%;
    -o-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

.sideMenu .switch {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 5;
    z-index: 55;
    border-radius: 0px calc(6.5/1920*100vw) calc(6.5/1920*100vw) 0px;
    background: rgb(203,83,145);
}

.sideMenu .cd {
    position: absolute;
    color: rgb(255,255,255);
    font-family: 思源黑体 CN;
    font-size: calc(16/1920*100vw);
    font-weight: 500;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: calc(26/1920*100vw);
    background: url(../images/cd.png) no-repeat center bottom;
    background-size: 100%;
    cursor: pointer;
    left: calc(10/1920*100vw);
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.sideMenu .close {
    position: absolute;
    color: rgb(255,255,255);
    font-family: 思源黑体 CN;
    font-size: calc(16/1920*100vw);
    font-weight: 500;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: calc(26/1920*100vw);
    background: url(../images/gb.png) no-repeat center bottom;
    background-size: 100%;
    cursor: pointer;
    left: calc(10/1920*100vw);
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.current.slideMain {
    left: 0;
}

.slideMain {
    width: calc(1340/1920*100vw);
    height: calc(900/1920*100vw);
    z-index: 77777;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    background: url(../images/bg3.png) no-repeat calc(420/1920*100vw) calc(40/1920*100vw) rgb(124,97,188);
    background-size: calc(841/1920*100vw);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: -100%;
}

.slideMain li:hover .h2tit a,.slideMain li.current .h2tit a {
    opacity: 1;
    color: rgb(203,83,145);
}

.slideMain li {
    padding-left: calc(160/1920*100vw);
}

.slideMain .h2tit {
}

.slideMain .h2tit a {
    display: block;
    opacity: .5;
    color: rgb(255,255,255);
    font-family: 思源黑体 CN;
    font-size: calc(16/1920*100vw);
    font-weight: 500;
    line-height: calc(24/1920*100vw);
    letter-spacing: 0px;
    text-align: left;
    padding: calc(15/1920*100vw) 0;
}

.sideMenu,.sideMenu *,.slideMain,.slideMain *,.section4 .item,.section4 .item .imgbox:after,.section2 .morebase:after,.morebase,.section2 .swiper-button-next,.section2 .swiper-button-prev,.section1 .left .link a,.section2 .swiper-slide a *,.section2 .swiper-slide a,.section1 .right img,.head *,.head {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.current .head {
    padding: calc(20/1920*100vw) calc(160/1920*100vw);
    background: #7448a7;
}

.section1 .right img:hover {
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.section2 .swiper-slide:hover a {
    background: #7C61BC;
    transform: translateY(calc(-48/1920*100vw));
}

.section2 .swiper-slide:hover .con .more {
    border-color: #fff;
    background: url(../images/more2.png) no-repeat right center;
    background-size: calc(17/1920*100vw);
}

.section2 .swiper-slide:hover .con .more,.section2 .swiper-slide:hover .con .tit {
    color: #fff;
}

.section1 .left .link a:hover {
    width: calc(134/1920*100vw);
    background: url(../images/more3.png) no-repeat center center;
    background-size: 100%;
}

.section2 .swiper-button-next:hover {
    background: url(../images/right3.png) no-repeat center center;
    background-size: 100%;
}

.section2 .swiper-button-prev:hover {
    background: url(../images/left3.png) no-repeat center center;
    background-size: 100%;
}

.section4 .morebase:hover,.section2 .morebase:hover:after {
    background: rgb(203,83,145);
}

.section4 .morebase:hover,.section2 .morebase:hover {
    border-color: rgb(203,83,145);
    background: rgb(203,83,145);
}


.head .nav .search {
 position: absolute;
 top: -8px;
 left: 100%;display: none;
}


.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 100px;
	border-radius: 0;
	height: 4px;	position: relative;
	top: -35px;
}

 