﻿* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: fzltxh;
    src: url('../fonts/SYHT_XH.otf?version=1.0.22023061301');
}

@font-face {
    font-family: fzltth;
    src: url('../fonts/SYHT_TH.otf?version=1.0.22023061301');
}

@font-face {
    font-family: fzltzh;
    src: url('../fonts/SYHT_ZH.otf?version=1.0.22023061301');
}

@font-face {
    font-family: pftx;
    src: url('../fonts/PingFangExtraLight.ttf?version=1.0.22023061301');
}

@font-face {
    font-family: fzltxh_product;
    src: url('../fonts/SYHT_XH.otf?version=1.0.22023061301');
}

@font-face {
    font-family: fzltth_product;
    src: url('../fonts/SYHT_TH.otf?version=1.0.22023061301');
}

@font-face {
    font-family: fzltzh_product;
    src: url('../fonts/SYHT_ZH.otf?version=1.0.22023061301');
}
/* 
@font-face {
    font-family: fzltxh_product;
    src: url('../fonts/FZLTXHJW_product.TTF?version=1.0.22023061301');
}

@font-face {
    font-family: fzltth_product;
    src: url('../fonts/fzltthjw_product.ttf');
}

@font-face {
    font-family: fzltzh_product;
    src: url('../fonts/fzltzhjw_product.ttf');
} */
@font-face {
    font-family: pftx_product;
    src: url('../fonts/pingfangextralight_product.ttf');
}

 /*滚动条的宽度*/
 ::-webkit-scrollbar {
    width: 0px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


/* 定义滚动条样式 */
/* ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
   */
  /*定义滚动条轨道 内阴影+圆角*/
  /* ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
    border-radius: 10px;
    background-color: rgba(50, 50, 50, .1);
  } */
  
  /*定义滑块 内阴影+圆角*/
  /* ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
    background-color: rgba(50, 50, 50, .3);
  } */

  

ul {
    padding: 0;
}
ul, ol{list-style: none;}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
button:foucs {
    outline: 0;
}

li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    margin-bottom: 0;
}

img {
    width: 100%;
    display: block;
    /* 元素不能成为鼠标事件的target */
    /* pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none; */
}
.posi_re {
    position: relative;
}
.flex1{
    flex: 1;
}
.flex2{
    flex: 2;
}
.flex3{
    flex: 3;
}
.posi_ab {
    position: absolute;
}
.alic{
    align-items: center;
}
.justc{
    justify-content: center;
}
.cd-main-content {
    padding-top: 84px;
    margin: 0 auto;
}
.txt_c{
    text-align: center;
}
.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #444;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.navigation_change {
    display: block;
}

.navigation_toggle {
    display: none;
}

@media screen and (max-width: 800px) {
    .navigation_change {
        display: none;
    }

    .navigation_toggle {
        display: block;
    }

    .header_top_bg {
        width: 100vw;
        padding-right: 18px;
    }
}

@media screen and (min-width: 801px) {
    .header_top_bg {
        width: 58vw;
    }
}
.header_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #929292;
    font-family: fzltxh;
    padding-top: 2px;
    font-size: 12px;
    justify-content: center;
}
.header_top_bg{
    justify-content: right;
    align-items: center;
}
.header_top_text{
    text-align: right;
}
.header_top_icon{
    width: 16px;
    height: 13px;
    margin-left: 5px;
    margin-top: -2px;
}

.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cd-header {
    width: 100%;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 18px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}



.cd-header .logo,
.cd-header .bosslogo,
.cd-header .nav-trigger {
    position: absolute;
    /* top: 50%; */
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-header .logo {
    /* margin-left: -64px;
    width: 90px;
    height: 18px; */
    left: 50%;
    margin-left: -31.2px;
    color: #d5d5d5;
    font-size: 16px;
    font-family: fzltxh;
}

.cd-header .bosslogo {
    /* margin-left: -64px;
    width: 90px;
    height: 18px; */
    left: 50%;
    margin-left: -31.2px;
    color: #d5d5d5;
    font-size: 14px;
    font-family: fzltxh;
}

.cd-header .logo a,
.cd-header .logo img {
    display: block;
}

.cd-header .nav-trigger {
    /* vertically align its content */
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283D;
    font-weight: bold;
    left: 0;
}

.cd-header .nav-trigger span {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
}

.cd-header .nav-trigger em {
    display: block;
    position: relative;
    height: 0px;
    width: 22px;
    background-color: #d5d5d5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-header .nav-trigger em::after,
.cd-header .nav-trigger em::before {
    /* this is the menu icon */
    display: block;
    position: relative;
    height: 1px;
    width: 22px;
    background-color: #d5d5d5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-header .nav-trigger em {
    /* this is the menu central line */
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.cd-header .nav-trigger em::before,
.cd-header .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.cd-header .nav-trigger em::before {
    /* this is the menu icon top line */
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.cd-header .nav-trigger em::after {
    /* this is the menu icon bottom line */
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}


.cd-header.nav-open .nav-trigger em {
    /* transform menu icon into a 'X' icon */
    background-color: rgba(255, 255, 255, 0);
}

.cd-header.nav-open .nav-trigger em::before {
    /* rotate top line */
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-header.nav-open .nav-trigger em::after {
    /* rotate bottom line */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cd-primary-nav>ul {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 100%;
    padding-bottom: 60px;
    background-color: #000000;
    display: none;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}

.li_line {
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #424245;
    margin-left: 5%;
    margin-right: 5%;
}

.nav-item>ul li {
    margin-left: 5%;
    margin-right: 5%;
}

.nav-item>ul li {
    /* target primary-nav links */
    display: block;
    padding-top: 3%;
    padding-bottom: 3%;
    /* font-family: fzltxh; */
    font-family: fzltxh;
    /* margin-left: 5%; */
    /* margin-right: 10vw; */
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    /* background-color: #121212; */
    color: #f5f5f7;
    font-size: 0.85rem;
    /* font-weight: 100; */
    border-top: 1px solid #424245;
    /* border-top-color: #d5d5d5;
    border-top-width: max(1px,0.1em);
    border-top-style: solid; */
}

.nav-item>ul li:first-child {
    display: block;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: fzltxh;
    /* margin-left: 5%; */
    /* margin-right: 7%; */
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    /* background-color: #121212; */
    color: #f5f5f7;
    font-size: 0.85rem;
    /* font-weight: 100; */
    border-top: 1.5px solid #424245;
}

.nav-item>ul li:last-child {
    border-bottom: 1.5px solid #424245;
}

.cd-primary-nav>ul a:hover,
.cd-primary-nav>ul a.active {
    color: white;
}


.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
    /* 
        show primary nav - mobile only 
        :target is used to show navigation on no-js devices
    */
    display: block;
    transform: translate(0px, 0px);
}

/* 下面是仿照苹果官网菜单栏的动画效果css代码 */

#toggle {
    display: none;
}

.hamburger-container {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 16px;
    margin-top: 0;
    transition: all .2s ease;
}

.hamburger-container span {
    display: block;
    height: 1px;
    background-color: #fff;
    position: relative;
    transition: top .3s ease-in-out .3s, transform .3s ease-in-out;
    top: 0;
}

.hamburger-container span:nth-child(2) {
    margin-top: 7px;
}

#toggle:checked+label .hamburger-container span:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
    transition: transform .3s ease-in-out .3s, top .3s ease-in-out;
}

#toggle:checked+label .hamburger-container span:nth-child(2) {
    transform: rotate(-45deg);
    top: -4px;
    transition: transform .3s ease-in-out .3s, top .3s ease-in-out;
}

.nav-item {
    width: 100vw;
    position: absolute;
    top: 44px;
    left: 0;
    transform: scaleY(0);
    transition: transform .5s ease-in-out, opacity .3s ease-in-out;
    transform-origin: 50% 0;
    opacity: 0;
}

.nav-item ul {
    padding-top: 2vh;
    padding-bottom: 3vh;
    background-color: #121212;
}

.nav-item-close {
    width: 100vw;
    height: 100vh;
    background-color: #00000000;
}

#toggle:checked~.nav-item {
    transform: scale(1);
    opacity: 1;
}

.cd-main-content {
    /* font-family: fzltxh; */
    font-family: fzltxh;
}

.navigation {
    position: fixed;
    z-index: 2;
    top: 40px;
    left: 0;
    width: 100%;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: fzltxh;
    color: #D5D5D5;
    justify-content: center;
}

.flex_row {
    flex-direction: row;
    display: flex;
}

.flex_col{
    display: flex;
    flex-direction: column;
}

.navigation_bg{
    min-width: 1200px;
    width: 58vw;
    height: 44px;
}

.navigation .logo {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    flex: 1;
}
.navigation .logo a{
    color: #D5D5D5;
    text-decoration: none;
}
.navigation .logo a:hover{
    cursor: pointer;
    color: #ffffff;
}
.navigation_text {
    height: 44px;
    line-height: 44px;
}
.navigation_text a{
    font-size: 13px;
    color: #cccccc;
    text-decoration: none;
}
.navigation_text .choose_page{
    color: white;
}
.navigation_text a:hover{
    cursor: pointer;
    color: #ffffff;
}

.navigation_margin {
    margin-right: 2.4vw;
}

.foot1 {
    width: 100%;
    background-color: #333;
}


.beian_btn {
    left: 50%;
    bottom: 0.7vw;
    margin-left: -4.8vw;
    width: 10vw;
    height: 0.9vw;
    background-color: #00000000;
    border-style:none;
    cursor: pointer;
}


.totop{
    width: 50px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: fixed;
    box-shadow: -2px 4px 5px #888888;
    right: 0;
    bottom: 100px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.totop_text{
    font-size: 12px;
    margin-top: 5px;
    color: #333;
    font-family: fzltxh;
}
.totop img{
    width: 30px;
    height: 30px;
}

.bottom_bg1{
    width: 100%;
    background-color: #333333;
    font-family: fzltxh;
    color: #929292;
    padding: 3.5vw 0;
}
.bottom_bg1 div{
    width: 100%;
    text-align: center;
}
.bottom_bg1 div:first-child{
    color: #d5d5d5;
    font-size: 0.9vw;
}
.bottom_bg1 div:nth-child(2){
    font-size: 0.75vw;
    margin-top: 0.2vw;
}
.bottom_bg1 div:nth-child(3){
    font-size: 1vw;
    font-weight: bold;
    margin-top: 0.7vw;
}
.bottom_bg1 div:nth-child(4){
    font-size: 0.6vw;
}
.bottom_bg1 div:nth-child(5){
    font-size: 0.65vw;
    margin-top: 0.7vw;
}
.bottom_bg2{
    width: 100%;
    background-color: #1b1b1b;
    font-family: fzltxh;
    color: #929292;
    padding: 1vw 0;
}
.bottom_bg2 div{
    width: 100%;
    text-align: center;
}
.bottom_bg2 div:first-child{
    font-size: 0.8vw;
}
.bottom_bg2 div:last-child{
    font-size: 0.65vw;
    margin-top: 0.1vw;
}
.bottom_bg2 a{
    text-decoration:none;
    color: #929292;
}
.black_bg{
    background-color: black;
}
.white_bg {
    background-color: white;
}
.gray_bg{
    background-color: #FAFAFA;
    margin-top: 1vw;
}
.color_bg{
    background-color: #CBDCD9;
    margin-top: 1vw;
}
.orange_bg{
    background-color: #F7BE81;
    margin-top: 1vw;
}


/* 下面是页脚部分 */

.top19{
    padding: 4vw 0;
}
.top19-1{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 1.25vw;
    color: #5e5e5e;
}
.top19-2{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 1.4vw;
    color: #0085D7;
    margin-top: 2vw;
}
.top19-line{
    color: #929292;
}
.top19-txt{
    cursor: pointer;
}
input{
    outline: 0;
    border: 0;
}
.bot1{
    background-color: #37577F;
    padding: 3vw 0;
}
.bot1-1{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 2vw;
    color: white;
}
.bot1-2{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 2vw;
    color: white;
    margin-top: 0.5vw;
}
.bot1-3{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 2vw;
    color: white;
    margin-top: -0.5vw;
}
.bot1-4{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 1.6vw;
    color: rgba(213, 213, 213, 0.42);
    margin-top: 0.8vw;
}
.bot2{
    background-color: #ffffff;
    padding: 5vw 0;
}
.bot2-1{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 2.4vw;
    color: #EEC18A;
}
.bot2-2{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 1.8vw;
    color: #4F7EB8;
    margin-top: 1vw;
}
.bot2-3{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 1.85vw;
    color: #4F7EB8;
    margin-top: -0.5vw;
}
.bot2-4{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 1.5vw;
    color: #141414;
    margin-top: 1.5vw;
}
.bot2-5{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 2.2vw;
    color: #000000;
    margin-top: 1.5vw;
}
.bot2-6{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 1.65vw;
    color: #5e5e5e;
    margin-top: 1.5vw;
}
.bot2-7{
    width: 100%;
    text-align: center;
    font-family: fzltzh;
    font-size: 1vw;
    color: #5e5e5e;
    margin-top: 0.2vw;
}
.bot2-8{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 1.1vw;
    color: #5e5e5e;
    margin-top: 4vw;
}
.bot3{
    background-color: #000000;
    padding: 5vw 0;
}
.bot3-1{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 3.2vw;
    color: #D5D5D5;
}
.bot3-2{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 3.45vw;
    margin-top: 0.5vw;
}
.bot3-2 span {
    background-image: linear-gradient(90deg, #B03AC0, #C7916D);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
}
.bot3-3{
    width: 100%;
    text-align: center;
    font-family: fzltzh;
    font-size: 3.45vw;
    margin-top: -1vw;
}
.bot3-3 span {
    background-image: linear-gradient(90deg, #B03AC0, #C7916D);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
}
.bot3-4{
    width: 100%;
    text-align: center;
    font-family: fzltzh;
    font-size: 1.55vw;
    font-weight: bold;
    color: #007DCA;
    margin-top: 2.5vw;
}
.bot4{
    background-color: #ffffff;
    padding: 3vw 0 5vw 0;
}
.bot4more{
    width: 64vw;
    margin: 0 auto;
}
.bot4-1{
    width: 100%;
    text-align: center;
    font-family: fzltzh;
    font-weight: bold;
    font-size: 2.2vw;
    color: #5E5E5E;
    margin-bottom: 3vw;
}
.bot4-2{
    width: 100%;
    text-align: center;
    font-family: fzltzh;
    font-size: 2.6vw;
    color: #000000;
    margin-top: 1vw;
}
.bot4-2 span{
    font-family: fzltzh;
    color: #929292;
}
.bot4-3{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 2.9vw;
    color: #D5D5D5;
    margin-top: 2vw;
}
.bot4-4{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 2.65vw;
    color: #C7916D;
}
.bot4-5{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 1.4vw;
    color: #0085D7;
    margin-top: 4vw;
}
.bot5{
    background-color: #D7B083;
    padding: 4vw 0;
}
.bot5-1{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 2.8vw;
    line-height: 4.2vw;
    color: #000000;
}
.bot5-1 span {
    font-family: fzltth;
}
/* .bot5-2{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 2.8vw;
    color: #000000;
    margin-top: -0.5vw;
} */
.bot5-3{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 2vw;
    color: #5E5E5E;
    margin-top: 2vw;
}
.bot6{
    background-color: #f4f4f4;
    padding: 3vw 0;
    margin-top: 1vw;
}
.bot6 .bot6_border{
    width: 64vw;
    margin: 0 auto;
    background-color: white;
    border: 0.5vw solid black;
    padding: 0.5vw;
}
.bot6 .bot6_content{
    width: 100%;
    height: 100%;
    border: 0.15vw solid black;
    padding: 3vw 4vw;
}
.bot6 .bot6_title{
    text-align: center;
    color: #860002;
    font-size: 1.7vw;
    font-family: fzltxh;
    margin-bottom: 3vw;
}
.bot6 .bot6_line1{
    width: 100%;
    height: 0.08vw;
    background-color: #9A9AA5;
}
.bot6 .bot6_line2{
    width: 100%;
    height: 0.06vw;
    background-color: #BABBBD;
}
.bot6 .bot6_inputpadding{
    padding: 0.6vw 0.5vw;
}
.bot6 .bot6_item1{
    width: 8vw;
    font-size: 1.1vw;
    font-family: fzltxh;
    color: #5e5e5e;
}
.bot6 .bot6_item1 span{
    color: #950103;
}
.bot6 .bot6_item2{
    font-size: 1.1vw;
    font-family: fzltxh;
    color: #333333;
}
.bot6 .bot6_inputpadding .flex1{
    width: 100%;
}
.bot6 .bot6_ckbgroup{
    margin-top: 2vw;
    width: 100%;
    background-color: rgba(211, 225, 233, 0.51);
    padding: 1.5vw 1.5vw;
    border-radius: 0.5vw;
    justify-content: center;
}
.bot6 .bot6_ckbgroup .flex1{
    width: 100%;
    font-size: 1.2vw;
    font-family: fzltxh;
    color: #5e5e5e;
    text-align: center;
}
.bot6 .bot6_ckbgroup .bot6_ckb{
    margin-right: 0.6vw;
    width: 1vw;
    height: 1vw;
    vertical-align:middle;
    margin: 0 0.6vw 0 0;
}
.bot6-1{
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: #5e5e5e;
    margin-top: 4vw;
}
.bot6-2{
    text-align: center;
    font-size: 1.2vw;
    font-family: fzltxh;
    color: #5e5e5e;
    margin-top: 4vw;
}
.bot6-2 span{
    color: #929292;
}
.bot6-3{
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 2vw;
}
.bot6-3 span{
    font-size: 1.4vw;
    font-family: fzltxh;
    background-color: #950103;
    border-radius: 2vw;
    color: white;
    padding: 0.5vw 4vw;
    cursor: pointer;
}


.bot7{
    width: 100%;
}
.bot7 .magin_center{
    width: 64vw;
    margin: 0 auto;
    padding: 3vw 0;
}
.just_con_center{
    justify-content: center;
}
.bot7 .flex1{
    width: 100%;
}
.bot7 .flex1 div:nth-child(1){
    text-align: center;
    font-family: fzltzh;
    font-size: 1.15vw;
    color: #393939;
}
.bot7 .flex1 div:nth-child(2){
    text-align: center;
    font-family: fzltxh;
    font-size: 1.2vw;
    color: #5E5E5E;
    margin-top: 1.5vw;
}
.bot7 .flex1 div:nth-child(3){
    text-align: center;
    font-family: fzltxh;
    font-size: 0.8vw;
    color: white;
    margin: 2vw 0 1vw 0;
}
.bot7 .flex1 div:nth-child(3) span{
    text-align: center;
    color: white;
    padding: 0.4vw 1.5vw;
    background-color: #3E8FDF;
    border-radius: 1vw;
}
/* .bot7 .fltc{
    width: 33.33%;
    float: left;
} */
.bot7 .fltc div:nth-child(1){
    text-align: center;
    font-family: fzltzh;
    font-size: 1.3vw;
    color: #850002;
    margin-top: -0.3vw;
}
.bot7 .fltc div:nth-child(2){
    text-align: center;
    font-family: fzltxh;
    font-size: 0.95vw;
    color: #5E5E5E;
    margin-top: 0.7vw;
}
.bot7 .fltc div:nth-child(3){
    text-align: center;
    font-family: fzltxh;
    font-size: 0.8vw;
    color: white;
    margin: 1.9vw 0 1vw 0;
}
.bot7 .fltc div:nth-child(3) span{
    text-align: center;
    color: white;
    padding: 0.4vw 1.8vw;
    background-color: #3E8FDF;
    border-radius: 1vw;
}
#btn_kqvssq{
    cursor: pointer;
}
#btn_zhvsfzh{
    cursor: pointer;
}
#btn_xsgg{
    cursor: pointer;
}
#btn_wdgy{
    cursor: pointer;
}
.top1{
    padding: 1vw 0 6vw 0;
}
.top1-1{
    font-family: fzltxh;
    font-size: 0.9vw;
    color: #5E5E5E;
    width: 100%;
    text-align: center;
}
.top1-1 span{
    color: #0036A1;
}
.top1-2{
    font-family: fzltth;
    font-size: 5vw;
    margin-top: 3vw;
    color: #5E5E5E;
    width: 100%;
    text-align: center;
}
.top1-3{
    width: 100%;
    text-align: center;
    font-size: 4.05vw;
    font-family: fzltth;
}
.top1-3 span {
    background-image: linear-gradient(90deg, #EA39F7, #00c6b4);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
}
.top1-4{
    font-family: fzltxh;
    font-size: 3.7vw;
    margin-top: -1vw;
    font-weight: bold;
    color: #494949;
    width: 100%;
    text-align: center;
}
.top1-5{
    font-family: fzltth;
    font-size: 1.8vw;
    margin-top: 3vw;
    color: #C7916D;
    width: 100%;
    text-align: center;
}
.top1-6{
    font-family: fzltxh;
    font-size: 1.7vw;
    color: #5E5E5E;
    width: 100%;
    text-align: center;
}
.top_padding{
    width: 100%;
    height: 14vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top2{
    background-color: #C4CCCC;
    margin-top: 1vw;
}
.top2-1{
    width: 100%;
    text-align: center;
    font-size: 2.5vw;
    font-family: pftx;
    color: #000000;
}
.top2-2{
    width: 100%;
    text-align: center;
    font-size: 1.6vw;
    font-family: fzltxh;
    color: #ffffff;
    margin-top: 0.3vw;
}
.top2-3{
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    font-family: fzltxh;
    color: #0085D7;
    margin-top: 1.6vw;
}
.top2-3 a{
    color: #0085D7;
}
.top3{
    padding: 8vw 0;
}
.top3-1{
    width: 100%;
    text-align: center;
    font-size: 5.5vw;
    font-family: fzltth;
    color: #3E3E3E;
}
.top3-2{
    font-family: pftx;
    font-size: 5.5vw;
    margin-top: -1vw;
    text-align: center;
    color: #3E3E3E;
}
.top3-3{
    font-family: fzltxh;
    font-size: 1.5vw;
    margin-top: 2.5vw;
    color: #5282BE;
    width: 100%;
    text-align: center;
}

.top4{
    background-color: #4A4F80;
    margin-top: 1vw;
}
.top4-1{
    width: 100%;
    text-align: center;
    font-size: 2.2vw;
    font-family: fzltxh;
    color: rgba(255, 255, 255, 0.93);
}
.top4-2{
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    font-family: pftx;
    color: rgba(255, 255, 255);
    margin-top: 0.8vw;
}
.top4-3{
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    font-family: fzltxh;
    color: #0085D7;
    margin-top: 1.2vw;
}
.top4-3 a{
    color: #0085D7;
}
.top5{
    padding: 8vw 0;
}
.top5-1{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 7vw;
}
.top5-1 span {
    background-image: linear-gradient(90deg, #EA39F7, #00c6b4);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
    padding: 0 2vw;
}
.top5-2{
    width: 100%;
    text-align: center;
    margin-top: -1.5vw;
    font-size: 5.8vw;
    font-family: fzltxh;
}
.top5-2 span {
    background-image: linear-gradient(90deg, #EA39F7, #00c6b4);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
}
.top5-3{
    font-family: fzltxh;
    font-size: 3vw;
    margin-top: 1vw;
    line-height: 3.2vw;
    color: #6B6B6B;
    width: 100%;
    text-align: center;
}
.top6{
    background-color: rgba(80, 110, 110, 0.7);
    margin-top: 1vw;
}
.top6-1{
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-family: fzltxh;
    color: #ffffff;
}
.top6-2{
    width: 100%;
    text-align: center;
    font-size: 1.3vw;
    font-family: pftx;
    color: #ffffff;
    margin-top: 0.1vw;
}
.top6-3{
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    font-family: fzltxh;
    color: #000000;
    margin-top: 1vw;
}
.top6-3 a{
    color: #000000;
}
.top7{
    padding: 8vw 0;
}
.top7-1{
    width: 100%;
    text-align: center;
    font-size: 6.6vw;
    font-family: fzltth;
}
.top7-1 span {
    background-image: linear-gradient(90deg, #EA39F7, #00c6b4);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
    padding: 0 2vw;
}
.top7-2{
    width: 100%;
    text-align: center;
    font-size: 5.2vw;
    font-family: pftx;
    color: #000000;
    margin-top: -1vw;
}
.top7-3{
    width: 100%;
    text-align: center;
    font-size: 2.4vw;
    font-family: fzltxh;
    font-weight: bold;
    color: #929292;
    margin-top: 3vw;
}
.top8{
    background-color: #848484;
    margin-top: 1vw;
}
.top8-1{
    width: 100%;
    text-align: center;
    font-size: 2.2vw;
    font-family: fzltxh;
    color: #ffffff;
}
.top8-2{
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    font-family: pftx;
    color: #ffffff;
    margin-top: 0.1vw;
}
.top8-3{
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: #C7916D;
    margin-top: 2vw;
}
.top8-3 a{
    color: #C7916D;
}
.top9{
    padding: 9vw 0;
}
.top9-1{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 5.6vw;
    color: #000000;
}
.top9-1 span {
    text-align: center;
    background-image: linear-gradient(90deg, #EA39F7, #00c6b4);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
    padding: 0 2vw;
}
.top9-2{
    width: 100%;
    text-align: center;
    font-family: fzltzh;
    font-size: 4.3vw;
    color: #5E5E5E;
    margin-top: -1vw;
}
.top9-3{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-weight: bold;
    font-size: 2vw;
    color: #5E5E5E;
    margin-top: 2vw;
}
.top10{
    background-color: #5B5B5B;
    margin-top: 1vw;
}
.top10-1{
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-family: pftx;
    color: #EEC18A;
}
.top10-2{
    width: 100%;
    text-align: center;
    font-size: 2.1vw;
    font-family: fzltxh;
    color: #ffffff;
    margin-top: 0.5vw;
}
.top10-3{
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: #000000;
    margin-top: 1.4vw;
}
.top10-3 a{
    color: #EEC18A;
}
.top11{
    padding: 8vw 0;
}
.top11-1{
    width: 100%;
    text-align: center;
    font-family: fzltth;
    font-size: 6vw;
    color: #0077C1;
}

.top11-2{
    width: 100%;
    text-align: center;
    font-size: 1.6vw;
    font-family: fzltxh;
    color: #5E5E5E;
    margin-top: 1vw;
}
.top12{
    background-color: #445288;
    margin-top: 1vw;
}
.top12-1{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 2vw;
    color: #D5D5D5;
}

.top12-2{
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: #C7916D;
    margin-top: 1.6vw;
}
.top12-2 a{
    color: #C7916D;
}
.top13{
    padding: 10vw 0;
}
.top13-1{
    width: 100%;
    text-align: center;
    font-size: 4.5vw;
    font-family: fzltth;
}
.top13-1 span {
    background-image: linear-gradient(90deg, #EA39F7, #00c6b4);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
}
.top13-2{
    width: 100%;
    text-align: center;
    font-size: 2.4vw;
    font-family: fzltxh;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 2vw;
}
.top1301{
    padding: 10vw 0;
}
.top1301-1{
    width: 100%;
    text-align: center;
    font-size: 4vw;
    font-family: fzltth;
    color: #000000;
}
.top1301-2{
    width: 100%;
    text-align: center;
    font-size: 4vw;
    font-family: pftx;
    color: #EEC18A;
}
.top14{
    background-color: #5E5E5E;
    margin-top: 1vw;
}
.top14_margin{
    margin-top: 1vw;
}
.top14-1{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    font-size: 2vw;
    color: #ffffff;
}
.top14-2{
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: #EEC18A;
    margin-top: 2vw;
}
.top14-2 a{
    color: #EEC18A;
}
.top15{
    padding: 8vw 0;
}
.top15-1{
    width: 100%;
    text-align: center;
    font-size: 6vw;
    font-family: pftx;
    color: #0085D7;
}
.top15-2{
    width: 100%;
    text-align: center;
    font-size: 3vw;
    line-height: 3.2vw;
    font-family: pftx;
    color: #5E5E5E;
    margin-top: 1.3vw;
}
.top16{
    background-color: #2B639F;
    margin-top: 1vw;
}
.top16-1{
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-family: fzltxh;
    color: #ffffff;
}
.top16-2{
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: #D5D5D5;
    margin-top: 2vw;
}
.top16-2 a{
    color: #D5D5D5;
}
.top17{
    padding: 6vw 0 7vw 0;
}
.top17-1{
    width: 100%;
    text-align: center;
    font-size: 4.5vw;
    font-family: fzltth;
    color: #000000;
}
.top17-2{
    width: 100%;
    text-align: center;
    font-size: 4.5vw;
    font-family: fzltth;
    margin-top: -1vw;
}
.top17-2 span {
    background-image: linear-gradient(90deg, #EA39F7, #00c6b4);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
}
.top17-3{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    color: #5E5E5E;
    font-size: 1.7vw;
    margin-top: 1vw;
} 
.top17-4{
    margin-top: 2.5vw;
    width: 100%;
} 
.top17-4 img{
    width: 100%;
}
.top17-5{
    width: 100%;
    text-align: center;
    font-family: fzltxh;
    color: #5E5E5E;
    font-size: 1vw;
    margin-top: 0.7vw;
} 
.top18{
    background-color: rgba(32, 32, 32, 0.69);
    margin-top: 1vw;
}
.top18-1{
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-family: fzltxh;
    color: #ffffff;
}
.top18-2{
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: rgba(225, 184, 136, 0.94);
    margin-top:2vw;
}
.top18-2 a{
    color: rgba(225, 184, 136, 0.94);
}
.top20{
    padding: 10vw 0 12vw 0;
}
.top20-1{
    width: 100%;
    text-align: center;
    font-size: 4vw;
    font-family: fzltzh;
    font-weight: bold;
}
.top20-1 span {
    background-image: linear-gradient(90deg, #ed38f7, #00b4cb);
    background-clip: text;
    -webkit-background-clip: text;
    Box-decoration-break: clone;
    -webkit-Box-decoration-break: clone;
    color: transparent;
    padding: 0 1vw;
}
.top20-2{
    width: 100%;
    text-align: center;
    font-size: 4.6vw;
    font-family: fzltth;
    color: #000000;
}
.top20-3{
    width: 100%;
    text-align: center;
    font-size: 1.7vw;
    font-family: fzltxh;
    color: #5E5E5E;
    margin-top: 2vw;
}
.flex_padding{
    padding: 0 2vw 0 0;
}
.flex_jiange{
    width: 3vw;
}
.flex_item_bg{
    background-color: #f5f5f5;
    cursor: pointer;
}
.img_bottom_bg{
    padding: 2vw 0;
}
.img_bottom_bg1{
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-family: fzltxh;
    color: #5e5e5e;
}
.img_bottom_bg2{
    width: 100%;
    text-align: center;
    font-size: 1.15vw;
    font-family: fzltxh;
    color: #5e5e5e;
}
.img_bottom_bg2 span{
    font-family: fzltzh;
}

.C4CCCC_bg{
    background-color: #C4CCCC;
}

.banner div{
    width: 100%;
    height: 100%;
}
.banner div img{
    width: 100%;
    height: 100%;
}