body {
    background: #F4F4F4;
}

.index_banner_menu::-moz-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #F5F5F5;
}

.index_banner_menu::-o-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #F5F5F5;
}

.index_banner_menu::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #F5F5F5;
}

.index_banner_menu::-moz-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #F5F5F5;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menu::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8599C0;
    border-radius: 10px;
    background-color: #070D1D;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menu::-moz-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #8599C0;
    background-color: #999;
}

.index_banner_menu::-o-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #070D1D;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menu::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8599C0;
    border-radius: 10px;
    background-color: #070D1D;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menu::-o-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #8599C0;
    background-color: #999;
}

.index_banner_menu::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #070D1D;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8599C0;
    border-radius: 10px;
    background-color: #070D1D;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #8599C0;
    background-color: #999;
}


/*输入框提示的样式*/

.searchXuqiu input::placeholder {
    font-size: 16px;
}


/*第一屏*/

.index_banner {
    width: 100vw;
    height: 625px;
    position: relative;
    overflow: hidden;
}

.index_slideTxtBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 625px;
}

.index_slideTxtBox .tempWrap {
    width: 100% !important;
    height: 100%;
}

.index_slideTxtBox .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}

.index_slideTxtBox .hd ul {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.index_slideTxtBox .hd li {
    cursor: pointer;
    margin: 0 10px 0;
    width: 15px;
    height: 5px;
    background: #ffffff;
    border-radius: 10px;
}

.index_slideTxtBox .hd li:first-child {
    margin-left: 10px;
}

.index_slideTxtBox .hd li.on {
    background: #2193DC
}

.index_slideTxtBox .bd {
    width: 100%;
    height: 100%;
}

.index_slideTxtBox .bd img {
    height: 100% !important;
    width: 100%;
    display: block;
}

.index_banner_module {
    width: 1475px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 auto;
}

.index_banner_title {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    text-align: right;
    margin: 190px auto 55px;
}

.index_Introduction {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: right;
}

.index_banner_button {
    width: 120px;
    height: 40px;
    ;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background: #2193DC;
    margin: 68px 9px 0 0;
    cursor: pointer;
}

.index_banner_menu {
    position: absolute;
    left: 222px;
    top: 16px;
    z-index: 1;
    width: 780px;
    height: 596px;
    display: flex;
}

.index_banner_menuL {
    background: rgba(59, 59, 59, 0.95);
    width: 280px;
    height: 596px;
    overflow: hidden;
    overflow-y: auto;
}

.index_banner_menuL_li {
    height: 59px;
    margin: 25px 20px 0 20px;
    width: 240px;
    border-bottom: 1px solid #696969;
}

.index_banner_menuL_li:last-child {
    border-bottom: none;
}

.index_banner_menuL_li_title {
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    cursor: default;
}

.index_banner_menuL_li_Introduction {
    display: flex;
    justify-content: end;
}

.index_banner_menuL_li_Introduction div {
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
    color: #aeaeae;
    font-size: 13px;
    line-height: 13px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #aeaeae;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 48%;
}

.index_banner_menuL_li_Introduction div:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.index_banner_menuL_li_Introduction.on div {
    max-width: 100%;
}


/*给index_banner_menuL_li_Introduction列表加on来标注下面只有一个div 所以添加最大属性*/

.index_banner_menuL_li.on {
    background: rgba(113, 113, 113, 0.7);
    padding: 25px 20px 0 20px;
    margin: 0;
    height: 59px;
}


/*给index_banner_menuL_li加悬浮属性*/

.index_banner_menuR_L .index_banner_menuR_L_menu_t {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 27px;
}

.index_banner_menuR {
    width: 450px;
    height: 556px;
    padding: 40px 0 0 50px;
    background: rgba(96, 96, 96, 0.95);
    display: flex;
    justify-content: space-between;
    display: none;
}

.index_banner_menuR.on {
    display: flex;
}

.index_banner_menuR .index_banner_menuR_R {
    width: 215px;
}

.index_banner_menuR .index_banner_menuR_R div:hover {
    color: #21F3F6;
}

.index_banner_menuR .index_banner_menuR_R div {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 27px;
}

.index_banner_menuR .index_banner_menuR_R div span {
    color: #feaa1f;
    font-size: 14px;
    margin-left: 12px;
    line-height: 14px;
}


/*菜单类型*/

.index_banner_menuR1,
.index_banner_menuR2,
.index_banner_menuR3 {
    display: none;
}


/*01*/

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 10px;
}

.index_banner_menuR_L .index_banner_menuR_L_menu .index_banner_menuR_L_menu_t:hover {
    color: #21f3f6;
    cursor: pointer;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_t:hover,
.index_banner_menuR_L_menu_t:hover {
    color: #21f3f6;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    font-size: 12px;
    color: #d6d6d6;
    line-height: 33px;
    margin-left: 17px;
    text-indent: 15px;
    position: relative;
    cursor: pointer;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i::after {
    width: 4px;
    height: 4px;
    background: #D6D6D6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i.on {
    color: #21F3F6;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i.on::after {
    background: #21F3F6;
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i {
    font-size: 12px;
    color: #d6d6d6;
    line-height: 33px;
    margin-left: 17px;
    text-indent: 15px;
    position: relative;
    cursor: pointer;
    font-size: 0.625vw;
    line-height: 1.7188vw;
    margin: 0;
    margin-left: 0.8854vw;
    text-indent: 0.78125vw;
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i::after {
    width: 4px;
    height: 4px;
    background: #D6D6D6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(0.8594vw);
    content: "";
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i.on {
    color: #21F3F6;
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i.on::after {
    background: #21F3F6;
}


/*02*/

.index_banner_menuR2 .index_banner_menuR_L {
    width: 235px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu {
    margin-bottom: 11px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    cursor: default;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    cursor: pointer;
    width: 120px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #B7B6B6;
    font-size: 12px;
    color: #d6d6d6;
    margin-bottom: 20px;
    margin-left: 17px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_i.on {
    border: 1px solid #21F3F6;
    color: #21f3f6;
}


/*03-04-05-06-07*/

.index_banner_menuR3,
.index_banner_menuR4,
.index_banner_menuR5,
.index_banner_menuR6,
.index_banner_menuR7 {
    width: 430px;
    padding: 40px 0 0 70px;
}


/*产品列表------------*/

.index_module {
    width: 1200px;
    margin: 10px auto 0;
    overflow: hidden;
}

.index_module_ul {
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*快速进入*/

.index_module_li_on {
    width: 280px;
    height: 260px;
    background: #ffffff;
    margin-bottom: 25px;
}

.index_module_li_on_T {
    font-size: 24px;
    color: #000000;
    line-height: 24px;
}

.index_module_li_on .module_text01 {
    width: 100%;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 40px;
}

.index_module_li_on .module_text02 {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 18px;
}

.index_module_li_on .module_text03 {
    color: #29becb;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
}


/**/

.index_module_li {
    width: 280px;
    height: 260px;
    background: #ffffff;
    margin-bottom: 25px;
}

.index_module_li_T {
    font-size: 24px;
    color: #000000;
    line-height: 24px;
}

.index_module_li .module_text01 {
    width: 100%;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 22px;
}

.index_module_li .module_text02 {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 18px;
    color: #333333;
}

.index_module_li .module_text03 {
    width: 85%;
    margin: 16px auto 0;
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*-------------------------------响应式------------------------------------*/

.index_banner_menuL::-moz-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}

.index_banner_menuL::-o-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}

.index_banner_menuL::-webkit-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}

.index_banner_menuL::-moz-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menuL::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
    border-radius: 0.52083vw;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menuL::-moz-scrollbar-thumb {
    border-radius: 0.52083vw;
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
}

.index_banner_menuL::-o-scrollbar {
    width: 0.1042vw;
    height: 0.52083vw;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menuL::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
    border-radius: 0.52083vw;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menuL::-o-scrollbar-thumb {
    border-radius: 0.52083vw;
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
}

.index_banner_menuL::-webkit-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menuL::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
    border-radius: 0.52083vw;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menuL::-webkit-scrollbar-thumb {
    border-radius: 0.52083vw;
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
}


/*输入框提示的样式*/

.searchXuqiu input::placeholder {
    font-size: 0.83333vw;
}


/*第一屏*/

.index_banner {
    width: 100vw;
    height: 32.552083vw;
}

.index_slideTxtBox {
    left: 0;
    top: 0;
    width: 100vw;
    height: 32.552083vw;
}

.index_slideTxtBox .tempWrap {
    width: 100% !important;
    height: 100%;
    z-index: -1;
}

.index_slideTxtBox .hd {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.index_slideTxtBox .hd ul {
    height: 3.125vw;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
}

.index_slideTxtBox .hd li {
    margin: 0 0.52083vw 0;
    width: 0.78125vw;
    height: 0.260417vw;
    border-radius: 0.52083vw;
}

.index_slideTxtBox .hd li:first-child {
    margin-left: 0.52083vw;
}

.index_banner_module {
    width: 76.822917vw;
    margin: 0 auto;
    position: relative;
}

.index_banner_title {
    width: 100%;
    font-size: 1.875vw;
    line-height: 1.875vw;
    margin: 9.89583vw auto 2.864583vw;
}

.index_Introduction {
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.25vw;
}

.index_banner_button {
    width: 6.25vw;
    height: 2.08333vw;
    font-size: 0.9375vw;
    line-height: 2.08333vw;
    border-radius: 0.260417vw;
    margin: 3.541667vw 0.46875vw 0 0;
}

.index_banner_menu {
    left: 11.5625vw;
    top: 0.83333vw;
    z-index: 1;
    width: 50.625vw;
    height: 31.0417vw;
}

.index_banner_menuL {
    width: 14.5833vw;
    height: 31.0417vw;
    overflow-y: auto;
}

.index_banner_menuL_li {
    height: 3.07292vw;
    margin: 1.3021vw 1.0417vw 0 1.0417vw;
    width: 12.5vw;
}

.index_banner_menuL_li_title {
    font-size: 0.78125vw;
    line-height: 0.78125vw;
}

.index_banner_menuL_li_Introduction {
    justify-content: end;
}

.index_banner_menuL_li_Introduction div {
    margin-top: 0.78125vw;
    font-size: 0.6771vw;
    padding-right: 0.83333vw;
    margin-right: 0.83333vw;
}

.index_banner_menuL_li_Introduction div:last-child {
    margin-right: 0;
    padding-right: 0
}

.index_banner_menuL_li_Introduction.on div {
    max-width: 100%;
}


/*给index_banner_menuL_li_Introduction列表加on来标注下面只有一个div 所以添加最大属性*/

.index_banner_menuL_li.on {
    padding: 1.3021vw 1.0417vw 0 1.0417vw;
    margin: 0;
    height: 3.07292vw;
}


/*给index_banner_menuL_li加悬浮属性*/

.index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.4063vw;
}

.index_banner_menuR {
    width: 29.4375vw;
    height: 28.9583vw;
    padding: 2.08333vw 0 0 2.6042vw;
}

.index_banner_menuR .index_banner_menuR_R {
    width: 15.19789vw;
}

.index_banner_menuR .index_banner_menuR_R div {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.4063vw;
}

.index_banner_menuR .index_banner_menuR_R div span {
    font-size: 0.7292vw;
    margin-left: 0.625vw;
    line-height: 0.7292vw;
}

.index_banner_menuR .index_banner_menuR_L div span {
    font-size: 0.7292vw;
    margin-left: 0.625vw;
    line-height: 0.7292vw;
    color: #feaa1f;
}


/*菜单类型*/


/*01*/

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.4063vw;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    font-size: 0.625vw;
    line-height: 1.7188vw;
    margin-left: 0.8854vw;
    text-indent: 0.78125vw;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i::after {
    width: 0.2083vw;
    height: 0.2083vw;
    left: 0;
    top: 0.78125vw;
}


/*02*/

.index_banner_menuR2 .index_banner_menuR_L {
    width: 12.2396vw;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu {
    margin-bottom: 0.5729vw;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.0417vw;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    height: 1.3021vw;
    line-height: 1.3021vw;
    font-size: 0.625vw;
    margin-bottom: 1.0417vw;
    margin-left: 0.8854vw;
}


/*03-04-05-06-07*/

.index_banner_menuR3,
.index_banner_menuR4,
.index_banner_menuR5,
.index_banner_menuR6,
.index_banner_menuR7 {
    width: 29.3958vw;
    padding: 2.08333vw 0 0 3.6458vw;
}


/*产品列表------------*/

.index_module {
    width: 62.5vw;
    margin: 0.52083vw auto 0;
}

.index_module_ul {
    width: 62.5vw;
    margin-top: 2.0833vw;
    margin-bottom: 1.8229vw;
}


/*快速进入*/

.index_module_li_on {
    width: 14.5833vw;
    height: 13.5417vw;
    margin-bottom: 1.3021vw;
}

.index_module_li_on_T {
    font-size: 1.25vw;
    line-height: 1.25vw;
}

.index_module_li_on .module_text01 {
    width: 100%;
    height: 5.8854vw;
    margin: 1.6667vw auto 2.08333vw;
}

.index_module_li_on .module_text01 img {}

.index_module_li_on .module_text02 {
    line-height: 0.83333vw;
    font-size: 0.83333vw;
    margin-bottom: 0.9375vw;
}

.index_module_li_on .module_text03 {
    font-size: 0.625vw;
    line-height: 0.625vw;
}


/**/

.index_module_li {
    width: 14.5833vw;
    height: 13.5417vw;
    margin-bottom: 1.3021vw;
    cursor: pointer;
}

.index_module_li_T {
    font-size: 1.25vw;
    line-height: 1.25vw;
}

.index_module_li .module_text01 {
    width: 100%;
    height: 5.8854vw;
    margin: 1.0417vw auto 1.1458vw;
}

.index_module_li .module_text01 img {}

.index_module_li .module_text02 {
    line-height: 0.83333vw;
    font-size: 0.83333vw;
    margin-bottom: 0.9375vw;
}

.index_module_li .module_text03 {
    width: 85%;
    margin: 0.83333vw auto 0;
    font-size: 0.6771vw;
}

.index_module_li:hover {
    box-shadow: 0 0 15px #dedede;
}

.index_module_li_on {
    cursor: pointer;
}

.index_module_li_on:hover .module_text02 {
    letter-spacing: 1px;
    transition: all 0.3s;
}

.index_module_li:hover .module_text02 {
    letter-spacing: 1px;
    transition: all 0.3s;
}

.index_module_li_on:hover {
    box-shadow: 0 0 15px #dedede;
}

.hd {
    display: none;
}

.Introduction_pfc_ncase_slideTxtBox {
    box-shadow: 0 0 10px #F4F4F4;
    position: relative;
    background: #fff;
    /*height: 15.625vw;*/
    width: 100%;
    box-shadow: 0 0 0.5208vw #dedede;
    position: relative;
}


/*轮播图二*/

.index_banner_module:nth-child(2)>.module_div_d:nth-child(1) {
    margin-top: 182px;
    text-align: right;
    width: 100%;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(1) img {
    margin-right: 133px;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    width: 616px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    margin-right: 335px;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(2) span {
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
    font-weight: Bold;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) {
    width: 1000px;
    height: 40px;
    margin-top: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) div {
    width: 120px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin: 0 0;
    z-index: 9;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) div:nth-child(1) {
    background: #01BEE0;
    margin-right: 85px;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) div:nth-child(2) {
    background: #F68F6B;
    /* margin-right: 290px; */
}


/*---------------------------------------------*/

.index_banner_module:nth-child(2)>.module_div_d:nth-child(1) {
    margin-top: 9.4792vw;
    text-align: right;
    width: 100%;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(1) img {
    margin-right: 6.9271vw;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(2) {
    font-size: 1.5625vw;
    font-weight: 600;
    width: 32.0833vw;
    height: 1.5625vw;
    display: flex;
    justify-content: space-between;
    margin-top: 2.3958vw;
    margin-right: 17.4479vw;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(2) span {
    font-size: 1.5625vw;
    color: #ffffff;
    line-height: 1.5625vw;
    font-weight: Bold;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) {
    width: 68.0833vw;
    /* 52.0833 */
    height: 2.0833vw;
    margin-top: 4.5832999999999995vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) div {
    width: 6.25vw;
    font-size: 0.9375vw;
    color: #ffffff;
    text-align: center;
    line-height: 2.0833vw;
    margin: 0 0;
    z-index: 9;
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) div:nth-child(1) {
    background: #01BEE0;
    /* margin-right:4.427099999999999vw; */
}

.index_banner_module:nth-child(2)>.module_div_d:nth-child(3) div:nth-child(2) {
    background: #764DF9;
    /* margin-right:15.1042vw; */
}


/*轮播图四*/

.index_banner_module03 {
    margin: 0px auto;
    justify-content: end;
    padding-left: 180px;
    width: 1020px;
}

.index_banner_module03 .module_div_d {
    position: relative;
}

.index_banner_module03 .module_div_d img {
    width: 517px;
    margin-top: 156px;
}

.index_banner_module03 .module_div_d::after {
    position: absolute;
    width: 120px;
    height: 8px;
    background: #FBED0B;
    left: 0;
    bottom: -42px;
    content: "";
}

.index_banner_module03>div:nth-child(2) {
    font-size: 24px;
    color: #ffffff;
    line-height: 44px;
    margin-top: 88px;
    display: block;
    width: 100%;
}

.index_banner_module03 .index_banner_button {
    width: 130px;
    height: 44px;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #0b5eff;
    margin: 0;
    margin-top: 36px;
    position: relative;
    z-index: 9;
}


/**/

.index_banner_module03 {
    margin: 0px auto;
    justify-content: end;
    padding-left: 9.375vw;
    width: 53.125vw;
}

.index_banner_module03 .module_div_d {
    position: relative;
}

.index_banner_module03 .module_div_d img {
    width: 26.9271vw;
    margin-top: 8.125vw;
}

.index_banner_module03 .module_div_d::after {
    position: absolute;
    width: 6.25vw;
    height: 0.41669999999999996vw;
    background: #FBED0B;
    left: 0;
    bottom: -2.1875vw;
    content: "";
}

.index_banner_module03>div:nth-child(2) {
    font-size: 1.25vw;
    color: #ffffff;
    line-height: 2.2917vw;
    margin-top: 4.5832999999999995vw;
    display: block;
    width: 100%;
}

.index_banner_module03 .index_banner_button {
    width: 6.7708vw;
    height: 2.2917vw;
    background: #ffffff;
    border-radius: 0.41669999999999996vw;
    text-al