body {
    overflow-x: hidden;
}

html {
    /* font-size: 100px !important; */
}

.sj_head_left>h1 {
    color: #333;
    line-height: 1.5 !important;
    font-weight: bold;
}

.bac {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/header_bg.png);
}

.fle {
    display: flex;
    flex-wrap: wrap;
}

.pad1 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
}

.ma_rt {
    margin-right: 0;
}

.ph_dis {
    display: none !important;
}

.pc_dis {
    display: block !important;
}

.ERP span,
.ERP i,
.ERP u,
.ERP a,
.ERP b,
.ERP img {
    display: block;
    font-style: normal;
}

* {
    font-family: Microsoft YaHei, '微软雅黑';
}

.ERP ul {
    margin-bottom: 0;
}

.act-wrap a:hover {
    color: #fff;
}

.ERP p {
    margin-bottom: 0;
    color: #333;
}

.ERP {
    width: 100%;
    /* height: 100%; */
}

.ma_rt {
    margin-right: 0 !important;
}

/* .ERP>div {
    height: 100%;
} */

.act-header>div {
    display: block;
    padding-top: .8rem;
    padding-bottom: .6rem;
}

.act-header .sj_head_bottom {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 55%, #1A86BD 100%);
    border-radius: .2rem;
    padding: .4rem 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 1rem;
}

.act-header .sj_head_bottom>ul {
    display: flex;
    padding-left: .6rem;
    justify-content: space-between;
}

.act-header .sj_head_bottom>ul>li {
    padding: 0 .8rem;
    border-left: 1px solid #E0E0E0;
    cursor: pointer;
}

.act-header .sj_head_bottom>ul>li:first-child {
    padding-left: 0;
    border-left: none;
}

.act-header .sj_head_bottom>ul>li:last-child {
    padding-right: 0;
}

.act-header .sj_head_bottom>ul>li>p {
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}

.act-header .sj_head_bottom>ul>li>p>b {
    font-size: .24rem;
    line-height: 1;
    transition: .5s;
}

.act-header .sj_head_bottom>ul>li:hover>p>b {
    color: #2345A6;
}

.act-header .sj_head_bottom>ul>li>p>i {
    width: .25rem;
    margin-left: .1rem;
}

.act-header .sj_head_bottom>ul>li>i {
    font-size: .2rem;
    line-height: 1;
}

.act-header .sj_head_bottom>a {
    /* background: linear-gradient(-90deg, #E5D3EE 0%, #E5F3F9 100%); */
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    border-radius: 6px 0px 0px 6px;
    padding: .2rem;
    font-size: .2rem;
    position: relative;
    overflow: hidden;
}

.act-header .sj_head_bottom>a>i {
    transition: .5s;
    position: relative;
    z-index: 10;
    color: #fff;
}

.act-header .sj_head_bottom>a:hover>i {
    color: #fff;
}

.act-header .sj_head_bottom>a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    transition: .5s;
    z-index: 1;
}

.act-header .sj_head_bottom>a:hover::after {
    left: 0;
}

/* *************************第二屏**************** */
.sj_top2 {
    padding: .8rem 3.6rem .8rem 1.2rem;
    background: linear-gradient(180deg, #E9F1FF 0%, #FFFFFF 100%);
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.sj_top2>ul {
    width: 17%;
    margin-top: 15%;
}

.sj_top2>ul>li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: .3rem;
}

.sj_top2>ul>li:last-child {
    margin-bottom: 0;
}

.sj_top2>ul>li>i {
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: 1px solid #333333;
}

.sj_top2>ul>li>i::after {}

.sj_top2>ul>li>p {
    font-size: .2rem;
    margin-left: .2rem;
    transition: .5s;
}

.sj_top2>ul>li.on>i {
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-color: transparent;
}

.sj_top2>ul>li.on>i::after {}

.sj_top2>ul>li.on>p {
    color: #2345A6;
}

.sj_top2>div {
    width: 83%;
    position: relative;
}

.sj_top2>div>div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.sj_top2>div>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.sj_top2>div>div>p {
    display: flex;
    margin: .2rem 0;
    position: relative;
    z-index: 20;
}

.sj_top2>div>div>p>i {
    font-size: .22rem;
    transition: .5s;
    margin-right: .4rem;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.sj_top2>div>div>p>i.on {
    color: #3563f8;
    border-color: #3563f8;
}

.sj_top2>div>div>div {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: .3rem; */
}

.sj_top2>div>div>div>div {
    position: relative;
    width: 49%;
    padding: .3rem .4rem;
    background: url(../img/top2_bg.png) no-repeat center;
    background-size: cover;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.sj_top2>div>div>div>div>div {
    width: 75%;
    position: relative;
    z-index: 15;
}

.sj_top2>div>div>div>div>div>b {
    font-size: .24rem;
    font-weight: normal;
    margin-bottom: .15rem;
}

.sj_top2>div>div>div>div>div>b>i {
    display: inline-block;
    font-size: .2rem;
    margin-left: .3rem;
    font-weight: normal;
}


.sj_top2>div>div>div>div>div>i {
    font-size: .16rem;
    line-height: 1.5;
    color: #999;
}

.sj_top2>div>div>div>div>div>p {
    display: flex;
    justify-content: space-between;
    margin-top: .25rem;
    position: relative;
    z-index: 10;
}

.sj_top2>div>div.t2_d3>div>div>div>p {
    justify-content: flex-start;
}

.sj_top2>div>div.t2_d3>div>div>div>p>a:first-child {
    margin-right: .2rem;
}

.sj_top2>div>div>div>div>div>p>a {
    padding: .15rem .47rem;
    font-size: .16rem;
    color: #333;
    border: 1px solid #333;
    border-radius: .06rem;
    line-height: 1;
}

.sj_top2>div>div>div>div>div>p>a:hover,
.sj_top2>div>div>div>div>div>p>a:first-child:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    border: 1px solid transparent;
    color: #fff;
}

.sj_top2>div>div>div>div>div>p>a:first-child {
    border-color: transparent;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    color: #fff;
}

.sj_top2>div>div>div>div>div>p>a:hover {}

.sj_top2>div>div>div>div>span {
    position: absolute;
    top: .45rem;
    right: -.32rem;
    width: 36%;
}

.sj_top2>div>div>.t23_qie {
    display: block;
}

.sj_top2>div>div>.t23_qie>div {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.sj_top2>div>div>.t23_qie>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.sj_top2>div>div>.t23_qie>div>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}

.sj_top2>div>div>.t23_qie>div>p>a {
    border-radius: 6px;
    border: 1px solid #4580F8;
    padding: 0.1rem 0;
    text-align: center;
    width: 1.6rem;
    display: table;
    font-size: .16rem;
    color: #447CF7;
    margin: 0 auto;
    transition: .5s;
}

.sj_top2>div>div>.t23_qie>div>p>i {
    border-radius: 6px;
    border: 1px solid #4580F8;
    display: table;
    font-size: .16rem;
    color: #447CF7;
    margin: 0 auto;
    transition: .5s;
    padding: 0.1rem 0;
    text-align: center;
    width: 1.6rem;
    cursor: pointer;
}

.sj_top2>div>div.t2_d3>.t23_qie>div>div {
    /* width: 50% !important; */
}

.sj_top2>div>div>.t23_qie>div>div .swiper-slide {
    transition: .5s;
    cursor: pointer;
}

.sj_top2>div>div>.t23_qie>div>div .swiper-slide>span {
    box-shadow: 7px 13px 10px 0px rgba(153, 141, 119, 0.26);
}

.sj_top2>div>div>.t23_qie>div>div .swiper-slide>span>img {
    width: 100%;
}

.sj_top2>div>div>.t23_qie>div>div .swiper-slide>p {
    text-align: center;
    margin-top: 0.1rem;
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .2rem;
    width: 120%;
    margin-left: -10%;
}

.sj_top2>div>div>.t23_qie>div>div .swiper-slide>a {
    border-radius: 6px;
    border: 1px solid #4580F8;
    padding: 0.1rem 0;
    text-align: center;
    width: 1.6rem;
    display: table;
    font-size: .16rem;
    color: #447CF7;
    margin: 0 auto;
    transition: .5s;
    line-height: 1;
}

.sj_top2>div>div>.t23_qie>div>div .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
}

.sj_top2>div>div>.t23_qie>div>div .swiper-pagination>span {
    background: #C2D0F9;
    opacity: 1;
}

.sj_top2>div>div>.t23_qie>div>div .swiper-pagination>span.swiper-pagination-bullet-active {
    background: #2345A7;
}

.sj_top2>div>div>.t23_qie>div.t5_d1 {
    padding: .9rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: .6rem; */
    /* position: relative; */
    /* margin-bottom: .7rem; */
}

.sj_top2>div>div>.t23_qie>div.t5_d1>p {
    width: .7rem;
    height: .7rem;
    background: #E9ECF1;
    border-radius: 50%;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>p:hover {
    /* background-color: #5D75FF; */
    background: rgba(0, 0, 0, 0.12);
}

.sj_top2>div>div>.t23_qie>div.t5_d1>p>i {
    width: .2rem;
    height: .2rem;
    transition: .5s;
    border: none;
    border-top: 2px solid #C2C3C6;
    border-left: 2px solid #C2C3C6;
    transform: rotate(-45deg) translate(.02rem, .02rem);
    border-radius: 0;
    padding: 0;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>p:hover>i {
    border-color: #999;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>p:last-child {}

.sj_top2>div>div>.t23_qie>div.t5_d1>p:last-child>i {
    transform: rotate(135deg) translate(.05rem, .05rem);
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div {
    width: 80%;
    position: relative;
}

.sj_top2>div>div>.t23_qie>div.t5_d1::after {
    content: '';
    position: absolute;
    flex-shrink: 0;
    border-radius: 36px;
    opacity: 0.12;
    background: #00147E;
    filter: blur(21.75px);
    width: 50%;
    height: 100%;
    top: 20%;
    left: 25%;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide {
    display: flex;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div {
    padding: .25rem .4rem .28rem .5rem;
    background: #fff;
    position: relative;
    width: 58%;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>span {
    width: 42%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>span>img {
    opacity: 0;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>span {}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>b {
    line-height: 1;
    font-size: .2rem;
    margin-top: .15rem;
    margin-bottom: .1rem;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>div>i {
    width: .95rem;
    top: .24rem;
    position: absolute;
    left: .16rem;
    transform: rotate(180deg);
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>div>i:last-child {
    left: auto;
    top: auto;
    bottom: .12rem;
    right: .18rem;
    transform: rotate(0deg);
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>i {
    width: 50%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 10;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>i>img {
    width: 100%;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>p {
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .4rem;
    position: relative;
    z-index: 10;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a>i {
    color: #333;
    margin-left: -1rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-size: .16rem;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a:hover>i {
    color: #5C76FF;
    margin-left: 0;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a>span {
    width: .25rem;
    margin-left: .05rem;
    transition: .5s;
    position: relative;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a>span>img {
    position: relative;
    transition: .5s;
    width: 100%;
    opacity: 1;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a>span>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a:hover>span>img {
    opacity: 0;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a:hover>span>img:last-child {
    opacity: 1;
}

.sj_top2>div>div>.t23_qie>div.t5_d1>div .swiper-slide>div>a:hover>span {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sj_top2>div>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.sj_top2>div>div>ul.fle2 {
    justify-content: flex-start;
}

.sj_top2>div>div>ul>li {
    width: 23.5%;
    padding: .3rem .25rem .25rem .25rem;
    background: linear-gradient(0deg, #FFFFFF 0%, #F4F6F9 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.sj_top2>div>div>ul.fle2>li {
    margin-right: 2%;
}

.sj_top2>div>div>ul.wid3>li {
    width: 32%;
}

.sj_top2>div>div>ul>li>b {
    font-size: .24rem;
    color: #2345A7;
    font-weight: normal;
}

.sj_top2>div>div>ul>li>i {
    font-size: .2rem;
    margin: .15rem 0;
}

.sj_top2>div>div>ul>li>span {
    font-size: .16rem;
    color: #999;
    line-height: 1.7;
}

.sj_top2>div>div>ul>li>p {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: .1rem;
}

.sj_top2>div>div.t2_d1>ul>li>p {
    /* display: none; */
}

.sj_top2>div>div>ul>li>p>i {
    border-radius: 6px;
    border: 1px solid #999999;
    padding: .12rem .1rem;
    display: table;
    font-size: .12rem;
    color: #999;
    line-height: 1;
    margin-top: .1rem;
}

.sj_top2>div>div.t2_d3>div>div>div {
    width: 100%;
}

.sj_top2>div>div.t2_d3>div:last-child>div>div {
    padding-bottom: .2rem;
}

.sj_top2>div>div.t2_d3>div>div>div>div {}

.sj_top2>div>div.t2_d3>div>div>div>span {
    margin: 1.6rem 0;
    display: none;
}

/********************** 第三屏 ********************/
.sj_top3 {
    padding: 0 3.6rem .8rem 3.6rem;
}

.sj_top3>h2 {
    font-size: .4rem;
    color: #333;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}

.sj_top3>ul {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sj_top3>ul>li {
    padding: .3rem .2rem;
    background: linear-gradient(0deg, #FFFFFF 0%, #F4F6F9 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5%;
    transition: .5s;
    cursor: pointer;
}

.sj_top3>ul>li:hover {
    transform: translateY(-.1rem);
}

.sj_top3>ul>li>div {}

.sj_top3>ul>li>span {
    width: .4rem;
}

.sj_top3>ul>li>span>img,
.sj_top4>ul>li>span>img,
.sj_top6>div>div .swiper-slide>div>span>img {
    width: 100%;
}

.sj_top3>ul>li>div {
    width: 70%;
}

.sj_top3>ul>li>div>b {
    font-size: .2rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: .15rem;
}

.sj_top3>ul>li>div>p {
    display: flex;
    justify-content: space-between;
}

.sj_top3>ul>li>div>p>i {
    width: 49%;
    padding: .1rem;
    line-height: 1;
    font-size: .12rem;
    color: #999;
    border: 1px solid #999;
    border-radius: .06rem;
    text-align: center;
}

/*********************** 第4屏 *******************/
.sj_top4 {
    padding-bottom: .8rem;
    position: relative;
}

.t4_d1 {
    position: relative;
}

.t4_d1>div {
    padding: 1rem 3.6rem 1.3rem 3.6rem;
    background: #ff7878;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.t4_d1>div::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242933;
    opacity: .25;
    z-index: -1;
}

.t4_d1>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.t4_d1>div>h3 {
    font-size: .4rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: .3rem;
}

.t4_d1>div>p {
    font-size: .24rem;
    color: #fff;
}

.t4_d1>div>div {
    margin-top: 2.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t4_d1>div>div>div {
    display: flex;
    align-items: center;
}

.t4_d1>div>div>div>span {
    width: 1.35rem;
    margin-right: .1rem;
}

.t4_d1>div>div>div>p {}

.t4_d1>div>div>div>p>b {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .1rem;
    line-height: 1;
    font-weight: normal;
}

.t4_d1>div>div>div>p>i {
    font-size: .16rem;
    color: #fff;
}

.t4_d1>div>div>p {
    display: flex;
}

.t4_d1>div>div>p>a {
    font-size: .16rem;
    color: #fff;
    padding: .12rem .48rem;
    border-radius: .06rem;
    border: 1px solid #fff;
    line-height: 1;
}

.t4_d1>div>div>p>a:hover,
.t4_d1>div>div>p>a:first-child:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    border: 1px solid transparent;
}

.t4_d1>div>div>p>a:first-child {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-color: transparent;
    margin-right: .3rem;
}

.sj_top4>ul {
    display: flex;
    padding: 0 .75rem;
    justify-content: space-between;
    align-items: center;
    margin-top: -.4rem;
    position: relative;
    z-index: 20;
}

.sj_top4>ul>li {
    padding: .15rem .3rem .15rem .4rem;
    /* background: linear-gradient(0deg, #FFFFFF 0%, #F4F6F9 100%); */
    /* box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1); */
    border-radius: 40px;
    /* border: 2px solid #FFFFFF; */
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .5s;
    position: relative;
}

.sj_top4>ul>li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #FFFFFF 0%, #F4F6F9 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 94, 249, 0.3);
    border-radius: 40px;
    border: 2px solid #FFFFFF;
    /* padding: .5rem .4rem; */
    transition: .5s;
    z-index: -1;
}

.sj_top4>ul>li.on::after {
    background: linear-gradient(0deg, #FFFFFF 0%, rgb(244 246 249 / 50%) 100%);
    transform: scaleY(1.5);
    border-radius: 26px;
}

.sj_top4>ul>li.on {
    /* background: linear-gradient(0deg, #FFFFFF 0%, rgb(244 246 249 / 50%) 100%); */
    /* box-shadow: 0px 6px 30px 0px rgba(51, 94, 249, 0.3); */
    /* border-radius: 40px; */
    /* border: 2px solid #FFFFFF; */
    /* padding: .5rem .4rem; */
}

.sj_top4>ul>li>span {
    width: .5rem;
}

.sj_top4>ul>li>p {}

.sj_top4>ul>li>p {
    font-size: .24rem;
    margin-left: .1rem;
}

.t4_d2 {
    position: relative;
}

.sj_top4>b {
    font-size: .24rem;
    margin-top: 0.5rem;
    padding-left: 3.6rem;
    margin-bottom: .3rem;
}

.t4_d2>div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 1;
    transition: .5s;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t4_d2>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.t4_d2>div>i {
    width: .4rem;
    cursor: pointer;
}

.t4_d2>div>i.swiper-button-disabled {
    cursor: no-drop;
    opacity: .3;
}

.t4_d2>div>div {
    width: 80%;
}

.t4_d2>div>div .swiper-slide {}

.t4_d2>div>div .swiper-slide>span {
    position: relative;
    cursor: pointer;
}

.t4_d2>div>div .swiper-slide>span>i {
    position: absolute;
    top: 37%;
    left: 44%;
    width: 12%;
    transition: .5s;
}

.t4_d2>div>div .swiper-slide>span:hover>i {
    transform: scale(1.2);
}

.t4_d2>div>div .swiper-slide img {
    width: 100%;
}

.t4_d2>div>div .swiper-slide>b {
    font-size: .2rem;
    margin-top: .2rem;
    margin-bottom: .15rem;
    /* line-height: 1; */
}

.t4_d2>div>div .swiper-slide>p {
    font-size: .16rem;
}

.sj_top4>div.sj_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: scale(0);
}

.sj_top4>div.sj_video.on {
    transform: scale(1);
}

.sj_top4>div.sj_video>div {
    position: relative;
    width: 60%;
    z-index: 10;
}

.sj_top4>div.sj_video>div>video {
    width: 100%;
}

.sj_top4>div.sj_video>div>i {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(102 98 98 / 50%);
    font-size: .28rem;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_top4>div.sj_video>div>i:hover {
    background-color: rgb(33 33 33 / 100%);
}

.sj_top4>div.sj_video>i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    top: 0%;
    left: 0%;
}

/*********************** 第五屏 *******************/
.sj_top5 {
    /* padding-left: 2.2rem; */
    padding-top: .8rem;
    padding-bottom: 0.8rem;
    background: #ECEDEE;
}

.sj_top5>h2 {
    font-size: .4rem;
    color: #333;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}

.sj_top5>p {
    margin-top: .3rem;
    margin-bottom: .6rem;
    font-size: .24rem;
    color: #333;
    text-align: center;
}

.sj_top5>span {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.sj_top5>span>i {
    font-size: .2rem;
    color: #333;
    padding: .2rem .3rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    background: linear-gradient(90deg, #DCE0F1 0%, #E2E5ED 100%);
}

.sj_top5>span>i::after {
    position: absolute;
    content: '';
    width: 100%;
    height: .2rem;
    background-color: #fff;
    transition: .5s;
    opacity: 0;
    bottom: -0.24rem;
    left: 0;
    background: linear-gradient(90deg, #CECEFF 0%, #CCE3FE 100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top5>span>i:first-child {
    margin: 0 5px;
}

.sj_top5>span>i.on {
    color: #fff;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
}

.sj_top5>span>i.on::after {
    opacity: 1;
}

.sj_top5>div {
    max-width: 1340px;
    align-items: center;
    justify-content: space-between;
    /* margin-left: 2.2rem; */
    margin: 0 auto;
}

.sj_top5>div>span {
    width: 30%;
}

.sj_top5>div>div {
    width: 68%;
    position: relative;
    z-index: 5;
    /* padding: 0.5rem 0.2rem; */
    background: #fff;
}

.sj_top5>div>div>div {
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 0.5rem 0.2rem;
}

.sj_top5>div>div>div.on {
    position: relative;
    z-index: 5;
    opacity: 1;
}

.sj_top5>div>div>div>ul {
    width: 60%;
}

.sj_top5>div>div>div>ul:last-child {
    width: 40%;
}

.sj_top5>div>div>div>ul>li {
    padding: .05rem;
    font-size: .16rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sj_top5>div>div>div>ul>li>i {
    width: 6px;
    height: 6px;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    margin: 0 .1rem;
}

.sj_top5>div>div>div>ul>li:nth-child(2),
.sj_top5>div>div>div>ul>li:nth-child(4),
.sj_top5>div>div>div>ul>li:nth-child(6),
.sj_top5>div>div>div>ul>li:nth-child(8),
.sj_top5>div>div>div>ul>li:nth-child(10) {
    background: rgb(242 244 250);
}

.page-submenu .tel img {
    display: inline;
}

/************************ 第6块 *******************/
.sj_top6 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: cover;
    padding: .8rem 2.6rem;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
}

.sj_top6>span {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
}

.sj_top6>h2 {
    font-size: .4rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 2.6rem;
}

.sj_top6>p {
    margin-top: .3rem;
    margin-bottom: .5rem;
    font-size: .24rem;
    color: #fff;
    padding-right: 2.6rem;
    text-align: center;
}

.sj_top6>div {
    position: relative;
}

.sj_top6>div>.t6_qie {
    position: absolute;
    top: 1rem;
    right: 3.4rem;
    font-size: .3rem;
    color: #999;
    display: flex;
    width: 1rem;
    z-index: 20;
    bottom: auto;
    align-items: flex-end;
    left: auto;
}

.sj_top6>div>.t6_qie>span::before {
    content: '0';
}

.sj_top6>div>.t6_qie>.swiper-pagination-current {
    font-size: .48rem;
    color: #4E57A6;
    display: table;
    font-weight: bold;
}

.sj_top6>div>.t6_qie>.swiper-pagination-total {
    font-size: .3rem;
    color: #999;
    display: table;
    font-weight: bold;
}

.sj_top6>div>div {}

.sj_top6>div>div>div {
    transition-duration: 1.2s !important;
    transition-timing-function: cubic-bezier(0.85, 0.05, 0.36, 1);
}

.sj_top6>div>div .swiper-slide {
    background: #fff;
    height: auto;
    position: relative;
}

.sj_top6>div>div .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .4;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top6>div>div .swiper-slide-active {}

.sj_top6>div>div .swiper-slide-active::after {
    /* z-index: -1; */
    opacity: 0;
}

.sj_top6>div>div .swiper-slide>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sj_top6>div>div .swiper-slide>div>span {
    width: 68%;
    position: relative;
}

.sj_top6>div>div .swiper-slide>div>span::after {
    content: '';
    position: absolute;
    width: .1rem;
    height: .5rem;
    left: 1rem;
    background: #4E57A6;
}

.sj_top6>div>div .swiper-slide>div>span.t6_sp1::after {
    background: #4e57a6;
}

.sj_top6>div>div .swiper-slide>div>span.t6_sp2::after {
    background: #014099;
}

.sj_top6>div>div .swiper-slide>div>span.t6_sp3::after {
    background: #009ba2;
}

.sj_top6>div>div .swiper-slide>div>span.t6_sp4::after {
    background: #0056e5;
}

.sj_top6>div>div .swiper-slide>div>span.t6_sp5::after {
    background: #7c62a9;
}

.sj_top6>div>div .swiper-slide>div>span.t6_sp6::after {
    background: #14acba;
}

.sj_top6>div>div .swiper-slide>div>span.t6_sp7::after {
    background: #914a84;
}

.sj_top6>div>div .swiper-slide>div>span::before {
    content: '';
    position: absolute;
    width: .1rem;
    height: .5rem;
    background: #FFFFFF;
    bottom: 0;
    left: 1rem;
}

.sj_top6>div>div .swiper-slide>div>div {
    padding-right: .8rem;
}

.sj_top6>div>div .swiper-slide>div>div>ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .3rem;
    align-items: flex-end;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li {
    font-size: .48rem;
    color: #4E57A6;
    font-weight: bold;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li.t6_li1 {
    color: #4e57a6;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li.t6_li2 {
    color: #014099;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li.t6_li3 {
    color: #009ba2;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li.t6_li4 {
    color: #0056e5;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li.t6_li5 {
    color: #7c62a9;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li.t6_li6 {
    color: #14acba;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li.t6_li7 {
    color: #914a84;
}

.sj_top6>div>div .swiper-slide>div>div>ul>li:last-child {
    font-size: .3rem;
    color: #999;
}

.sj_top6>div>div .swiper-slide>div>div>p {
    display: flex;
    align-items: center;
}

.sj_top6>div>div .swiper-slide>div>div>p>span {
    width: .5rem;
}

.sj_top6>div>div .swiper-slide>div>div>p>u {
    font-weight: bold;
    text-decoration: none;
    font-size: .3rem;
    margin-left: .15rem;
}

.sj_top6>div>div .swiper-slide>div>div>i {
    font-size: .3rem;
    color: #666;
    text-align: right;
    margin-top: .3rem;
}

.sj_top6>div>div .swiper-slide>ul {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem .35rem .4rem 1.45rem;
}

.sj_top6>div>div .swiper-slide>ul>li {
    font-size: .16rem;
    color: #333;
    width: 13%;
    padding: .2rem 0;
    text-align: center;
    background: linear-gradient(0deg, #FFFFFF 0%, #F4F6F9 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    margin-right: 1%;
    margin-bottom: .15rem;
    height: .7rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_top6>div>.t6_qie2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2.2rem;
    transform: translateY(-.4rem);
    position: relative;
    z-index: 20;
}

.sj_top6>div>.t6_qie2>i {
    margin-right: .15rem;
    width: .32rem;
    cursor: pointer;
}

.sj_top6>div>.t6_qie2>i:last-child {
    width: .93rem;
}

.sj_top7 {
    padding: .8rem 0 .5rem 0;
}

.sj_top7>h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_top7>h3>b {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .4rem;
    color: #333333;
    line-height: 1.5;
    background: linear-gradient(0deg, rgba(48, 89, 249, 0.98) 0%, rgba(89, 163, 246, 0.98) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sj_top7>h3>p {
    font-size: .4rem;
    margin-left: .15rem;
}

.sj_top7>p {
    font-size: .2rem;
    text-align: center;
    margin-top: .3rem;
    margin-bottom: .4rem;
}

.sj_top7>a {
    display: table;
    margin: 0 auto;
    padding: .18rem .5rem;
    font-size: .24rem;
    border: 1px solid #333;
    border-radius: .3rem;
}

@media screen and (max-width:1920px) and (min-width:1680px) {}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {
    .sj_head_left>div>span {
        /* width: 1.9rem; */
    }

    .sj_head_right>button.btn,
    .sj_head_right>p {
        /* font-size: 16px; */
    }

    .sj_top5>div {
        margin-left: 0rem;
    }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1280px) {
    .sj_top5>div>div>div>ul>li {
        font-size: 14px;
    }

    .sj_top5>p {
        padding: 0 5%;
        line-height: 1.5;
        font-size: 14px;
    }

    .sj_top5>span {
        justify-content: flex-start;
        padding-left: 10%;
    }

    .sj_top5>div>span {
        display: none;
    }

    .sj_top5>div>div {
        width: 90%;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.1);

        box-shadow: 0px 6px 10px 0px rgba(51, 51, 51, 0.05), 0px 4px 2px 0px #FDFDFD, 0px 96px 215px 35px rgba(253, 253, 253, 0.8), 0px 3px 35px 0px rgba(32, 63, 153, 0.15);
    }

    .sj_top5>div>div>div>ul>li:nth-child(2),
    .sj_top5>div>div>div>ul>li:nth-child(4),
    .sj_top5>div>div>div>ul>li:nth-child(6),
    .sj_top5>div>div>div>ul>li:nth-child(8),
    .sj_top5>div>div>div>ul>li:nth-child(10) {
        background: rgba(35, 69, 166, 0.06);
    }

}

@media screen and (max-width:768px) {
    .pc_dis {
        display: none !important;
    }

    .ph_dis {
        display: block !important;
    }
}

@media screen and (max-width:540px) {
    .act-header>div {
        flex-wrap: wrap;
    }

    .sj_head_left {
        width: 100%;
    }

    .sj_head_left>div {
        justify-content: center;
    }

    .sj_head_left>div>span {
        width: 40%;
    }

    .sj_head_left>div>i {
        height: 30px;
        margin: 0 10px;
    }

    .sj_head_left>h1 {
        font-size: 30px !important;
        text-align: center;
        font-weight: bold;
        width: 80%;
        margin: 0 auto;
    }

    .sj_head_right>h3 {
        font-size: 20px !important;
        text-align: center;
    }

    .sj_head_left>p {
        font-size: 16px !important;
        width: 80%;
        text-align: center;
        margin: 5% auto;
    }

    .sj_head_right>button.btn {
        padding: 10px 30px;
        margin-top: 10px;
        height: auto;
        border-radius: 6px;
        color: #fff;
    }

    .sj_head_right {
        margin: 0 auto;
        width: 100%;
    }

    .act-header {
        background-position: top left;
        background-image: url(../img/ph_top1_bg.png);
    }

    .sj_head_right>div {
        justify-content: flex-start !important;
    }

    #banner {
        background-position: top !important;
    }

    * {
        /* color: #fff; */
    }

    .act-sect-smart .act-text h3,
    .act-sect-smart .act-text p {
        color: #fff;
    }

    .listGroup_m li:last-child img {
        margin: 0 auto;
        margin-top: 25%;
        margin-bottom: 0;
    }

    .listGroup_m li img {
        margin: 0 auto;
        margin-top: 15%;
        margin-bottom: 6%;
    }

    html {
        font-size: 50px !important;
    }

    .sj_top5>h2 {
        font-size: 22px;
    }

    .sj_top5>div>div>div>ul,
    .sj_top5>div>div>div>ul>li {
        width: 100% !important;
    }

    .sj_top5>span>i {
        font-size: 14px;
    }
}