body {
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 14px;
}

html {
    font-size: 110px;
}

.flex {
    display: flex;
}

@font-face {
    font-family: 'D-DIN-Bold';
    src: url('../fonts/D-DIN-Bold.ttf');
}

.number-text {
    font-family: D-DIN-Bold;
}

.full-width {
    width: 100%;
}

.main-width {
    width: 1200px;
}

li {
    list-style: none;
}

p {
    margin: 0;
}
a,a:hover{text-decoration:none};

.hidden {
    display: none;
}

.header {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.header .banner img {
    width: 100%;
}

.nav {
    position: absolute;
    z-index: 11;
}

.nav-box {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    display: flex;
    height: 80px;
    align-items: center;
    z-index: 99;
}

.nav-box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    /* filter: blur(40px); */
    z-index: 2;
}

.nav-box:hover {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: saturate(180%) blur(30px);
    box-shadow: 0px 2px 12px 1px rgba(32, 34, 38, 0.08);
}
.nav-box.active {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: saturate(180%) blur(30px);
    box-shadow: 0px 2px 12px 1px rgba(32, 34, 38, 0.08);
}

.nav-box.active .nav-menu a,.nav-box:hover .nav-menu a{
    color: #202226;
}

.nav-box.active .tel img:nth-child(1),.nav-box:hover .tel img:nth-child(1){
    display: none;
}

.nav-box.active .tel img:nth-child(2),.nav-box:hover .tel img:nth-child(2) {
    display: block;
}

.nav-box.active .tel,.nav-box:hover .tel {
    color: #202226;
}

.nav-box.active .register,.nav-box:hover .register {
    border: 1px solid #0069FF;
    color: #0069FF;
}

.nav-box .tel img:nth-child(2) {
    display: none;
}

.logo-box {
    width: 147.86px;
    height: 36px;
    border-radius: 2px 2px 2px 2px;
    margin-right: 102px;
    display: flex;
}

.logo-box img {
    width: 100%;
    height: 100%;
}
.nav-box.active .logo-box img:nth-child(1){
    display: none;
}
.nav-box.active .logo-box img:nth-child(2){
    display: block;
}
.nav-box:hover .logo-box img:nth-child(1){
    display: none;
}
.nav-box:hover .logo-box img:nth-child(2){
    display: block;
}
.nav-box .logo-box img:nth-child(1){
    display: block;
}
.nav-box .logo-box img:nth-child(2){
    display: none;
}

.nav-menu {
    color: #fff;
    font-size: 16px;
    display: flex;
    margin: 0;
    padding: 0;
}
.nav-menu a{
    color: #fff;
    font-size: 16px;
}

.nav-menu li {
    margin-right: 36px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.tel {
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.tel img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.register {
    width: 100px;
    height: 40px;
    border-radius: 2px 2px 2px 2px;
    opacity: 0.8;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-left: 16px;
}

.login {
    width: 100px;
    height: 40px;
    background: #0069FF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-left: 16px;
}

.header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    font-family: PingFang SC-Bold, PingFang SC;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.header-content .desc {
    font-size: 18px;
    font-family: PingFang SC-Light, PingFang SC;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 48px;
    margin-top: 24px;
}

.turn-btn {
    width: 103px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #707070;
    font-size: 16px;
    color: #2C3A4F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-footer {
    margin-top: -59px;
}

.header-footer img {
    width: 80px;
    height: 80px;
    margin-right: 8px;
}

.header-footer>div {
    width: 282px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px 1px rgba(0, 68, 204, 0.08);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    align-items: center;
    padding: 19px 8px;
}

.header-footer-box {
    position: relative;
}

.header-footer .title {
    color: #202226;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.desc {
    margin-top: 8px;
    font-size: 14px;
    color: #949799;
}

.content-box .title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #202226;
    text-align: center;
}

.content-box .desc {
    font-size: 18px;
    line-height: 18px;
    color: #949799;
    margin-top: 24px;
    text-align: center;
}

.content1 {
    padding: 80px 0 0 0;
}

.content1-list {
    padding: 24px 0 0 0;
    border-bottom: 2px solid rgba(194, 199, 204, 0.3);
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
}

.content1-list img {
    width: 88px;
    height: 88px;
}

.content1-list p {
    font-size: 16px;
    color: #202226;
    text-align: center;
    padding: 8px 0 12px 0;
}

.content1-list>div.active p {
    color: #0069FF;
    border-bottom: 2px solid #0069FF;
}

.content1-box {
    padding-bottom: 80px;
}

.content1-box .content1-box-title .number-text {
    color: #0069FF;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-right: 12px;
}

.content1-box .content1-box-title {
    font-size: 24px;
    font-weight: 800;
    color: #202226;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.content1-box-desc {
    font-weight: 400;
    font-size: 16px;
    color: #949799;
    padding-top: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(194, 199, 204, 0.3);
    position: relative;
}

.content2 .content1-box-desc:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 48px;
    width: 36px;
    height: 3px;
    background-color: #0069FF;
}

.content1 .content1-box-desc:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 36px;
    height: 3px;
    background-color: #0069FF;
}

.content1-box-list {
    color: #202226;
    font-size: 16px;
    padding: 0;
    margin: 24px 0 36px 0;
}

.content1-box-list li {
    line-height: 32px;
    margin-bottom: 20px;
}

.content1-box-list img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.content1-box-detail {
    width: 136px;
    height: 46px;
    background: #0069FF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    font-size: 16px;
    color: #FFFFFF;
}

.content2 {
    background: url('../images/组 8228@2x.png') no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 0 0;
}

.content2-menu {
    margin: 36px 0 24px 0;
    padding: 0;
}

.content2-menu li {
    width: 180px;
    height: 60px;
    background: linear-gradient(135deg, #E1EDFA 0%, #E1F0FA 100%);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-weight: 400;
    color: #14161A;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content2-menu li img:nth-child(1) {
    display: block;
}

.content2-menu li img:nth-child(2) {
    display: none;
}

.content2-menu li.active img:nth-child(1) {
    display: none;
}

.content2-menu li.active img:nth-child(2) {
    display: block;
}

.content2-menu li.active {
    color: #FFFFFF;
    background: #0069FF;
}

.content2-menu li img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.content3 {
    padding: 60px 0 95px 0;
}

.content3-menu {
    padding: 0;
    margin-top: 36px;
}

.content3-menu li {
    width: 282px;
    height: 420px;
    position: relative;
    overflow: hidden;
    transition: all .25s ease-in;
}

.content3-menu li.active {
    width: 588px;
}

.content3-menu li img {
    width: 588px;
    height: 420px;
}

.content3-menu-bottom {
    width: 100%;
    background: linear-gradient(132deg, #F0F6FF 0%, #E5FBFF 100%);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 36px 24px;
}

.content3-menu-title {
    font-size: 24px;
    font-family: PingFang SC-Heavy, PingFang SC;
    color: #0069FF;
    font-weight: 800;
}

.content3-menu-desc {
    color: #949799;
    font-size: 16px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content4 {
    background: url('../images/组 8315@2x.png') no-repeat;
    background-size: 100% 100%;
    padding: 45px 0 25px 0;
}

.content4-menu {
    margin-top: 62px;
    padding: 0;
}

.content4-menu li {
    width: 282px;
    height: 80px;
    margin-bottom: 48px;
    position: relative;
    transition: all .25s ease-in;
}

.content4-menu-content {
    width: 282px;
    height: 80px;
    background: linear-gradient(134deg, #E1EBFA 0%, #E0F6FA 100%);
    border-radius: 4px 4px 4px 4px;
    padding: 16px 40px;
    opacity: 1;
    display: flex;
    position: absolute;
    z-index: 2;
}

.content4-menu li img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.content4-menu-title {
    color: #202226;
    font-weight: bold;
    font-size: 16px;
}

.content4-menu-desc {
    font-size: 14px;
    color: #949799;
    margin-top: 4px;
}

.content4-menu li.active {
    transform: translateY(-3px);
}

.content4-menu li .shadow-box {
    width: 250px;
    background: #0077CC;
    border-radius: 8px 8px 8px 8px;
    opacity: 0.15;
    filter: blur(15px);
    position: absolute;
    left: 16px;
    bottom: -27px;
}

.content4-menu li.active .shadow-box {
    height: 54px;
}

.content4-menu .active .content4-menu-title {
    font-weight: bold;
    color: #0069FF;
}

.content4 .content4-img {
    width: 788px;
    height: 728px;
    margin-left: 125px;
}

.content4-btn {
    width: 282px;
    height: 60px;
    background: #0069FF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content4-btn img {
    width: 24px;
    height: 24px;
    margin-left: 12px;
}

.content5 {
    padding-top: 65px;
}

.content6 .main-width {
    background: url('../images/组 8560@2x.png') no-repeat;
    background-size: 100% 100%;
    height: 280px;
    text-align: center;
}

.content6-title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 36px;
    margin-top: 52px;
}

.content6-desc {
    margin-top: 16px;
    font-size: 18px;
    color: #FFFFFF;
}

.content6-btn {
    width: 178px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #0037AC;
    font-size: 20px;
    margin: 24px auto;
}

.content7 {
    padding: 41px 0 90px 0;
    color: #CACBCC;
    text-align: center;
}

.content7 a {
    color: #CACBCC;
}

.content7 p:nth-child(2) {
    margin-top: 12px;
}

.right-box {
    width: 224px;
    height: 306px;
    background: #FFFFFF;
    box-shadow: 0px 6px 36px 1px rgba(20, 55, 102, 0.08);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 50%;
}

.right-top {
    padding: 16px 20px;
    font-size: 16px;
    color: #616366;
    border-bottom: 1px solid #CACBCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-top img {
    width: 16px;
    height: 16px;
}

.right-bottom {
    padding: 20px;
    text-align: center;
}

.right-bottom img {
    width: 184px;
    height: 184px;
}

.right-bottom p {
    margin-top: 8px;
    font-size: 14px;
    color: #AAAAAA;
}

body .kf {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    position: fixed;
    right: 0.08333rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/kf2.png");
    background-size: 100% 100%;
    cursor: pointer;
}

body .kf:hover .kf-wrap {
    display: block;
    opacity: 1;
}

body .kf .kf-pic>span {
    position: relative;
    top: 0.58333rem;
    left: 0.04167rem;
    width: 0.66667rem;
    height: 0.2rem;
    line-height: 0.2rem;
    background: -webkit-linear-gradient(144deg, #6060FF 0%, #A523FB 100%);
    background: linear-gradient(306deg, #6060FF 0%, #A523FB 100%);
    border-radius: 0.04167rem;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 0.11667rem;
    display: inline-block;
}

body .kf .kf-wrap {
    position: absolute;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    left: -2.5rem;
    top: -1.66667rem;
    width: 2.16667rem;
    height: 3.66667rem;
    box-shadow: 0px 0.08333rem 0.16667rem rgba(127, 111, 172, 0.1);
    border-radius: 0.08333rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.25rem;
    z-index: 99;
    text-align: center;
    opacity: 0;
    display: none;
}

body .kf .kf-wrap .kf-top {
    display: -webkit-box;
    display: flex;
    text-align: left;
}

body .kf .kf-wrap .kf-top img {
    width: 0.33333rem;
    height: 0.33333rem;
    margin-right: 0.16667rem;
}

body .kf .kf-wrap .kf-top p {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

body .kf .kf-wrap .kf-top p strong {
    font-size: 0.13333rem;
    color: #777777;
}

body .kf .kf-wrap .kf-top p span {
    font-size: 0.1rem;
    color: #c1c1c1;
}

body .kf .kf-wrap>img {
    width: 100%;
    margin: 0.3rem 0 0.225rem;
}

body .kf .kf-wrap>p {
    color: #333333;
}

body .kf .kf-wrap div.kf-phone {
    margin-top: 0.125rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.15rem;
}

body .kf .kf-wrap div.kf-phone img {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.08333rem;
}

body .kf-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

body .kf-dialog .kf-dialog-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

body .kf-dialog .kf-dialog-content {
    width: 4.16667rem;
    height: 3.58333rem;
    background: #fff;
    position: absolute;
    border-radius: 0.05833rem;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    padding: 0.25rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body .kf-dialog .kf-dialog-content .dialog-head {
    display: -webkit-box;
    display: flex;
}

body .kf-dialog .kf-dialog-content .dialog-head img {
    width: 0.41667rem;
    height: 0.41667rem;
    flex-shrink: 0;
    margin-right: 0.16667rem;
}

body .kf-dialog .kf-dialog-content .dialog-head p {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
}

body .kf-dialog .kf-dialog-content .dialog-head p b {
    font-size: 0.15rem;
}

body .kf-dialog .kf-dialog-content .dialog-head p span {
    color: #aaa;
}

body .kf-dialog .kf-dialog-content .dialog-content {
    display: -webkit-box;
    display: flex;
    margin-top: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

body .kf-dialog .kf-dialog-content .dialog-content>img {
    width: 1.66667rem;
    height: 1.66667rem;
    margin-bottom: 0.25rem;
}

body .kf-dialog .kf-dialog-content .dialog-content p span {
    color: #777;
}

body .kf-dialog .kf-dialog-content .dialog-content p span.blue {
    color: #3379EB;
}

body .kf-dialog .kf-dialog-content .dialog-content div.phone {
    margin-top: 0.125rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.13333rem;
}

body .kf-dialog .kf-dialog-content .dialog-content div.phone img {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.08333rem;
}