*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    font-family: "OPPOSans";
    line-height: 2;
    /* line-height: 1.6; */
    letter-spacing: 0.5px;
}
ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

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

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
    color: #303030;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input { cursor: pointer; -webkit-appearance: none; }
select {
    -webkit-appearance:button;
}

.padd {
    padding: 98px 0;
}
.inner{
    width: 86%;
    margin: 0 auto;
}
.bigBox{
    width: 100%;
    min-width: 1560px;
    max-width: 2456px;
}
@media(max-width:1920px){
    .inner{
        width: 90%;
        margin: 0 auto;
    }
}
@media(max-width:1680px){
    .padd{
        padding: 78px 0;
    }
    .inner{
        width: 94%;
        margin: 0 auto;
    }
}
@media(max-width:1468px){
    .padd{
        padding: 78px 0;
    }
    .inner{
        width: 96%;
        margin: 0 auto;
    }
}
@media(max-width:900px){
    .padd{
        padding: 58px 0;
    }
}
@media(max-width:680px){
    .padd{
        padding: 38px 0;
    }
}
@media(max-width:1280px) {
   
}
/* swiper.js 控制器样式 */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination{
        margin-top: 10px;
    }   
}


.swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* 动画效果 */
.wgt-fade-animate {
        transform: scale(0.3);
        opacity: .1;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.3);
        opacity: .1;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
}

    100% {
        transform: scale(1);
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@keyframes opacity_show {
    0% {
        transform: scale(0.3);
        opacity: .1;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
}

    100% {
        transform: scale(1);
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}



.app_left {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
}

.app_h {
    -webkit-animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: scale(0.3);
        transform: translateX(-50px);
        opacity: .1;
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
}

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

@keyframes opacity_left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: scale(0.3);
        -webkit-transform: translateX(-150px);
        transform: translateX(-50px);
        opacity: .1;
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
}

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

.app_right {
    transform: scale(0.3);
    -webkit-transform: translateX(50px);
    opacity: 0;
}

.app_r {
    -webkit-animation: opacity_right 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_right 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_right {
    0% {
        -webkit-transform: translateX(50px);
        transform: scale(0.3);
        transform: translateX(50px);
        opacity: .1;
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
}

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

@keyframes opacity_right {
    0% {
        -webkit-transform: translateX(50px);
        transform: scale(0.3);
        transform: translateX(50px);
        opacity: .1;
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
}

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.appImg{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}   
.appImg.app_I{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
   
}
.appArf::after{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #fff;
    transition: all 0.8s .1s;
    -webkit-transition: all 0.8s .1s;
    -moz-transition: all 0.8s .1s;
    -ms-transition: all 0.8s .1s;
    -o-transition: all 0.8s .1s;
}
.appArf.appArter::after{
    width: 0%;
}



/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #333;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: #fff;
}





@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Light-6.otf);
}
@font-face {
    font-family: "OPPOSans";
    font-weight: 100;
    src: url(../fonts/OPPOSans-L-2.ttf);
}

@font-face {
    font-family: "OPPOSans";
    font-weight: 600;
    src: url(../fonts/OPPOSans-B-2.ttf);
}

@font-face {
    font-family: "OPPOSans";
    font-weight: 300;
    src: url(../fonts/OPPOSans-R-2.ttf);
}

@font-face {
    font-family: "OPPOSans";
    font-weight: 500;
    src: url(../fonts/OPPOSans-M-2.ttf);
}








.Tit {
    position: relative;
}

.Tit.center h4 {
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.Tit.center p {
    text-align: center;
}

.Tit h4 {
    font-size: 52px;
    line-height: 1;
    color: #272a80;
    font-weight: 600;
}

.Tit p {
    font-size: 20px;
    font-weight: 100;
}
@media(max-width:1280px){
    .Tit h4 {
        font-size: 46px;
    }
}








/* 头部 */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 0.48s;
}

.header .inner {
    width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    height: 45px;
    display: block;
}

.header_logo img {
    height: 100%;
}

.header_ul {
    height: 100%;
}

.header_ul ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.header_ul ul li {
    line-height: 1;
    margin-left: 40px;
    position: relative;
    height: 100%;
}

.header_ul ul li>a {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    padding: 25px 0;
    display: inline-flex;
    align-items: center;
    transition: all 0.48s;
    position: relative;
}

.header_Tbox {
    width: 500px;
    position: absolute;
    top: calc(100% - 3px);
    left: -30px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    padding: 30px 0;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
    display: none;
}

.header_TList {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.header_Tbox a {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 100;
    padding: 0 20px 0 30px;
}

.header_Tbox::before {
    width: 1px;
    height: calc(100% - 80px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .1);
    content: '';
}

.header_Tbox a:hover {
    color: #272a80;
}

.header_ul ul a svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    transition: all 0.48s;
}

.header_ul ul a svg path {
    fill: #fff;
}

.headTList {
    display: flex;
    align-items: center;
}

.headTItem {
    /* padding: 0 30px; */
    width: 25px;
    height: 25px;
    margin-left: 30px;
    transition: all 0.48s;
}

.headTItem svg {
    width: 100%;
    height: 100%;
    opacity: .8;
}

.headTItem svg path {
    fill: #fff;
}

.header_Rig {
    display: flex;
    align-items: center;
}

.header_pho {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.48s;
}

.header_pho svg {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.header_pho svg path {
    fill: #272a80;
    transition: all 0.48s;
}

.header_pho p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #272a80;
    transition: all 0.48s;
    /* font-family: "Montserrat"; */
}



.header_List {
    display: flex;
    align-items: center;
}

.header_Item {
    position: relative;
    margin-left: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.header_Item svg {
    width: 100%;
    height: 100%;
}

.header_Item svg path {
    fill: #fff;
}

.header_dl {
    /* padding: 12px 30px;
    background: #fff; */
    display: flex;
    align-items: center;
    position: relative;
}

.header_dl .header_Ewm p{
    color: #333;
}
.header_dl .header_Ewm{
    width: 115px;
}
.header_dl:hover .header_Ewm{
    opacity: 1;
    top: calc(100% + 15px);
}
.header_dl p {
    line-height: 1;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    margin-left: 10px;
}
.header_dl:hover .header_dTc{
    display: block;
}
.header_dTc{
    display: none;
    width: 120px;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 2px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.header_dTc p{
    font-size: 14px;
    text-align: center;
}

.header_dl span {
    line-height: 1;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    margin-left: 10px;
}

.header_dlIcon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header_dlIcon svg {
    width: 60%;
    height: 60%;
}

.header_dlIcon svg path {
    fill: #272a80;
}

.header_logo .img1 {
    display: block;
}

.header_logo .img2 {
    display: none;
}

.header.header_bg .header_logo .img1 {
    display: none;
}

.header.header_bg .header_logo .img2 {
    display: block;
}

.header.header_bg {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header.header_bg .header_ul ul li>a {
    color: #333;
}

.header.header_bg .header_ul ul a svg path {
    fill: #333;
}

.header.header_bg .header_Item svg path {
    fill: #333;
}

.header.header_bg .header_dl p {
    color: #333;
}

.header.header_bg .header_dl span {
    color: #333;
}

.header.header_bg .header_dlIcon {
    background: #272a80;
}

.header.header_bg .header_dlIcon svg path {
    fill: #eee;
}

.header:hover .header_logo .img1 {
    display: none;
}

.header:hover .header_logo .img2 {
    display: block;
}

.header:hover {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header:hover .header_ul ul li>a {
    color: #333;
}

.header:hover .header_ul ul a svg path {
    fill: #333;
}

.header:hover .header_Item svg path {
    fill: #333;
}

.header:hover .header_dl p {
    color: #333;
}

.header:hover .header_dl span {
    color: #333;
}

.header:hover .header_dlIcon {
    background: #272a80;
}

.header:hover .header_dlIcon svg path {
    fill: #eee;
}

.header_ul li.act>a {
    color: #272a80 !important;
    font-weight: 300;
}

.headerWhite {
    background: #fff;
}

.header.headerWhite .header_logo .img1 {
    display: none;
}

.header.headerWhite .header_logo .img2 {
    display: block;
}

.header.headerWhite {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header.headerWhite .header_ul ul li>a {
    color: #333;
}

.header.headerWhite .header_ul ul a svg path {
    fill: #333;
}

.header.headerWhite .header_Item svg path {
    fill: #333;
}

.header.headerWhite .header_dl p {
    color: #333;
}

.header.headerWhite .header_dl span {
    color: #333;
}

.header.headerWhite .header_dlIcon {
    background: #272a80;
}

.header.headerWhite .header_dlIcon svg path {
    fill: #eee;
}

.header_dlIcon img {
    width: 100%;
    height: 100%;
}

.header_Ewm {
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: calc(100% + 1px);
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.48s;
}

.header_Item:hover .header_Ewm {
    opacity: 1;
    top: calc(100% + 15px);
}

.header_Ewm img {
    width: 100px;
}

@media(max-width:1440px) {
    .header_ul ul li>a {
        font-size: 16px;
    }

    .header_dl p {
        font-size: 16px;
    }

    .header_Item {
        width: 22px;
        height: 22px;
    }
}

@media(max-width:1280px) {
    .header_logo {
        height: 40px;
        display: block;
    }
}