.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 {/* background-color:rgb(255,255,255); */width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.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;}
.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: rgb(255 255 255);}
.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{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.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:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;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:14px;}
.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;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;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;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.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: PingFangSC-Regular, PingFang SC, "Microsoft YaHei" ,"Arial" ;}
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: 1.4rem;}
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); }
}
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;
}

* {
    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;
}
.wrap:after,
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}

.head {

width: 100%;

z-index: 4;

left: 0;

top: 0px;

position: fixed;

padding-bottom: 13px;
}

.wrap {

width: 1230px;

margin: auto;

max-width: 100%;

padding: 0px 15px;
}

.head .logo {

float: left;

padding-top: 13px;
}

.head .logo a {

}

.head .logo a img {

}

.head .right {

float: right;
}

.head .right a {

float: left;

position: relative;

display: block;

font-size: 16px;

font-family: SimSun;

font-weight: 400;

color: #FFFFFF;

padding-top: 21px;

line-height: 1;

margin-left: 84px;

padding-bottom: 4px;
}

.head .right a.current {

border-bottom: 3px solid #FFFFFF;
}
.banner {

/*background: url(../images/banner.jpg) no-repeat center center;

background-size: cover;*/
}

.banner img{
    width: 100%;
}
.banner .swiper-container {

}

.banner .swiper-wrapper {

}

.banner .swiper-slide {

}

.banner .center {

height: 348px;

/* background: #3D43C5; */

text-align: center;

padding-top: 113px;
}
.banner .center *{
    transform: translateY(30px);
    opacity: 0;
}

.banner .swiper-slide-active .center *{
 transform: translateY(0px);
    opacity: 1;
}


.banner .title {

font-size: 48px;

font-family: OPPOSans;

font-weight: normal;

color: #FFFFFF;

line-height: 1;

margin-bottom: 18px;

-webkit-transition: all 0.4s;

-o-transition:all 0.4s;

-moz-transition:all 0.4s;

-ms-transition:all 0.4s;

transition:all 0.4s;
transition-delay: .2s;
}

.banner .dec {

font-size: 36px;

font-family: OPPOSans;

font-weight: normal;

color: #FFFFFF;

line-height: 72px;

text-shadow: 3px 3px 4px rgba(0,0,0,0.73);

line-height: 50px;

background: #E8BE3F;

border-radius: 25px;

padding: 0px 31px;

display: inline-block;

-webkit-transition: all 0.4s;

-o-transition:all 0.4s;

-moz-transition:all 0.4s;

-ms-transition:all 0.4s;

transition:all 0.4s;
transition-delay: .5s;
}

.banner .bottom {

position: absolute;

width: 100%;

left: 0;

bottom: 10px;

z-index: 4;
}

.banner .wrap {

}
    .banner .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet{
        width: 24px;
        background:#fff;
        opacity:1;

    }
    .banner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
height: 6px;
background: #FFFFFF;
opacity: 0.3;
border-radius: 3px;
        margin:0px 2px;
                -webkit-transition: all 0.4s;
        -o-transition:all 0.4s;
        -moz-transition:all 0.4s;
        -ms-transition:all 0.4s;
        transition:all 0.4s;
    }

.banner .swiper-pagination {

position: static;

text-align: right;
}
.index {

padding-top: 25px;
}

.index .wrap {

}

.index .left {float: left;width: 52%;padding-top: 20px;}

.index .titlemodel {

line-height: 1;

zoom: 1;

overflow: hidden;
}

.titlemodel .line {

width: 6px;

height: 20px;

background: linear-gradient(0deg, #434ADD 11%, #779CF5 100%);

float: left;

margin-right: 10px;
}

.titlemodel .cn {

font-size: 20px;

font-family: OPPOSans;

font-weight: normal;

color: #333333;

float: left;
}

.titlemodel .en {

font-size: 14px;

font-family: OPPOSans;

font-weight: normal;

color: #333333;

float: left;

margin-left: 5px;

margin-top: 3px;

opacity: .6;
}

.titlemodel .more {

font-size: 14px;

font-family: OPPOSans;

font-weight: normal;

color: #333333;

margin-top: 4px;

float: right;
}

.index .left .dec {

font-size: 16px;

font-family: OPPOSans;

font-weight: normal;

color: #333333;

line-height: 30px;

margin-top: 36px;
}
.index .right .dec{
    margin-top:36px;
}
.index .right {

float: right;

background: #FAFAFC;

border-radius: 12px;

width: 41.6%;

padding: 20px;
}
.index .right .dec p{
    font-size: 16px;
    padding-bottom: 32px;
    padding-top: 5px;
}
.index .right .dec .tit b{
    color:#6078EB
}
.index .right .dec .tit {font-size: 16px;font-family: Adobe Heiti Std;font-weight: bold;color: #333333;line-height: 30px;}
.footer {

}

.footer .wrap {

}

.footer .title {

}

.footer .title img {

}

.footer .bottom {

background: #F4F4F4;

padding: 35px 0px;

text-align: center;
}

.footer .bottom .wrap {

}

.footer .bottom a {

margin: 0px 20px;
}

.copy {

font-size: 12px;

font-family: OPPOSans;

font-weight: normal;

color: #595959;

text-align: center;

padding-top: 40px;

padding-bottom: 9px;

line-height: 1;
}

 .channel .mobile-inner-header,
.current .mobile-inner-header{
    background: #3D43C5;
}

.head.channel{
    background: #3D43C5;
    /* padding-bottom: 13px; */
}
.channelMain {

}

.channelMain .wrap {

}

.channelMain .titlemodel {

padding-top: 77px;

line-height: 1;

margin-bottom: 19px;

zoom: 1;

overflow: hidden;
}

.channelMain .line {

}

.channelMain .cn {

}

.channelMain .en {

}

.channelMain .list {

background: #FAFAFC;

border-radius: 12px;

padding: 40px 40px 70px;

padding-right: 10px;

min-height: 69vh;
}

.channelMain .swiper-container {

}

.channelMain .swiper-wrapper {

}

.channelMain .swiper-slide {

overflow: hidden;
}

.channelMain .imgbox {

padding-right: 30px;
}

.channelMain .imgbox img {

width: 100%;

/* background: #DBDBDB; */

box-shadow: 8px 8px 18px 2px rgba(61,67,197,0.73);

border-radius: 12px;
}

.channelMain .title {

font-size: 21px;

font-family: OPPOSans;

font-weight: bold;

color: #333333;

line-height: 30px;

padding-top: 29px;

padding-bottom: 29px;

line-height: 1;
}

.channelMain .dec {

font-size: 16px;

font-family: OPPOSans;

font-weight: normal;

color: #333333;

line-height: 30px;
}

.channelMain .swiper-button-next {

width: 50px;

height: 86px;

background: url(../images/right.png) no-repeat center center;

background-size: 100%;

right: 50px;

opacity: .3;

top: 36%;
}

.channelMain .swiper-button-prev {

width: 50px;

height: 86px;

background: url(../images/left.png) no-repeat center center;

background-size: 100%;

left: 20px;

opacity: .3;

top: 36%;
}

.channelMain .list .desc{
font-size: 16px;
font-family: OPPOSans;
font-weight: normal;
color: #333333;
line-height: 30px;
} 
.channelMain .list .desc p{

} 
.channelMain .list .desc.type2 p{
padding-bottom:20px;
} 
.channelMain .list .desc.type2 p strong{
font-weight: normal;
color: #3D43C5;
} 

