*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.head_wrapper {
    --header-top: 0px;
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    border-bottom-width: 1px;
    border-color: #f0f0f2;
    padding-left: 0;
    padding-right: 0;
}

/* .head_wrapper .logo {
    height: 200%;
} */

.head_wrapper .logo img {
    width: 140px;
    /* height: 120px; */
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}


/* 导航栏颜色变化样式 */
.header_ones-cn-header-home {
    background-color: #fff !important;
    background: linear-gradient(90.64deg, rgba(230, 237, 250, .3) 14.94%, rgba(230, 237, 250, .3) 63.33%);
}

.head_wrapper .wrap_cent {
    height: 70px;
    display: flex;
    align-items: center;
}

.mobile_head.head_wrapper {
    border-bottom: 1px solid #e6e6e6;
}

.mobile_head.head_wrapper .wrap_cent {
    height: 50px;
    padding: 8px 0;
}

.mobile_head.head_wrapper {
    background-color: #fff !important;
}

.mobile_head.head_wrapper .logo {
    height: 80%;
}

.mobile_head.head_wrapper .logo img {
    height: 100%;
}

.mobile_head.head_wrapper .logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.head_wrapper .wrap_cent .logo {
    cursor: pointer;
}

.head_wrapper .wrap_cent .right {
    /* flex: 1; */
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 15px;
    max-width: 1260px;
}

.head_wrapper .wrap_cent .right .right_item_box {
    height: 100%;
    display: flex;
    align-items: center;
}

.head_wrapper .wrap_cent .right .right_item_box .item_cent {
    width: 110px;
    /* height: 100%; */
    display: flex;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box .item_cent .item_text {
    margin-top: 8px;
    width: 100%;
    /* height: 100%; */
    display: flex;
    color: #2b2c2f;
    align-items: center;
    text-decoration: none;
    justify-content: center;

}

.head_wrapper .wrap_cent .right .right_item_box .item_cent:hover .item_text,
.head_wrapper .wrap_cent .right .right_item_box .item_cent .item_text.active {
    color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .item_btn {
    height: 40px;
    line-height: 40px;
    color: var(--primary-color);
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box {
    top: 80px;
    opacity: 0;
    z-index: -1;
    text-align: left;
    position: absolute;
    visibility: hidden;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box.has_child:hover>.hover_box {
    opacity: 1;
    z-index: 10;
    visibility: visible;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box .box_content {
    display: grid;
    padding: 10px 20px;
    /*background-color: #fff;*/
    /*box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16);*/
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box .box_content .box_item {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 10px 0;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box .box_content .box_item .icon {
    margin-right: 10px;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.index_hover {
    width: 100%;
    left: 0;
    top: 80px;
    height: 650px;
    /*    opacity: 1;
        z-index: 10;
        visibility: unset;*/
    background-color: #faf9ff;
    box-shadow: 0 5px 5px 0 rgba(100, 105, 117, .2), 0 4px 6px 0 rgba(221, 225, 232, .5);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .bg_box {
    width: calc(100% - 270px);
    height: 100%;
    right: 0;
    z-index: 0;
    position: absolute;
    background-size: 100% 100%;
    background-image: url('../images/img_bg_xl.png');
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content {
    z-index: 10;
    display: flex;
    box-shadow: none;
    position: relative;
    background-color: transparent;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left {
    padding: 20px 0;
    position: absolute;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item {
    height: 45px;
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item+.text_item {
    margin-top: 5px;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .text {
    color: #222;
    font-size: 14px;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .text:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-bottom: 2px solid var(--primary-color);
    transition: all .3s linear;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .icon {
    font-size: 17px;
    margin: 0 10px 0 0;
    position: relative;
    transition: all .25s;
    color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item.active .icon {
    display: none;
    /*position: absolute;*/
    /*margin-left: -30px;*/
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item.active .text {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: bold;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item.active .text:after {
    width: 100%;
    opacity: 1;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .line {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right {
    width: 100%;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .item_show_box {
    width: calc(100% - 180px);
    flex: 1;
    height: 500px;
    display: grid;
    cursor: pointer;
    padding: 25px 0;
    margin-left: 180px;
    overflow: hidden auto;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .item_show_box.hide {
    display: none;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item {
    width: 80%;
    height: 160px;
    margin: 0 auto;
    background-size: 100% 100%;
}


.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .item_cen_box {
    width: 80%;
    height: 100%;
    display: flex;
    margin: 15px auto;
    flex-direction: column;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .item_top {
    display: flex;
    align-items: center;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .text {
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .tag_box {
    color: #ff5050;
    font-size: 16px;
    padding: 0 5px;
    user-select: none;
    margin-left: 5px;

    border-radius: 20px 20px 20px 0;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .text:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    background-color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .right_btm {
    color: #666;
    font-size: 14px;
    margin: 5px 0 0 14px;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item:hover {
    background-image: url('../images/img_bg_sel.png');
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item:hover .text {
    color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.solu_hover {
    border-radius: 10px;
    box-shadow: 0 0 12px 1px rgba(105, 94, 238, 0.16);
    background: linear-gradient(180deg, #fff 0%, #edf0f6 100%);
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.solu_hover .title_box {
    color: #4b5a79;
    font-size: 16px;
    padding: 20px 20px 10px;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.solu_hover .line_box {
    height: 1px;
    margin: 20px 0 0;
    background-color: #bec7f5;
}

.head_wrapper.mobile_head .wrap_cent {
    justify-content: space-between;
}

.head_wrapper.mobile_head .wrap_cent .option .iconfont {
    font-size: 25px;
}

.head_wrapper.mobile_head .wrap_cent .option .iconfont.icon-guanbi {
    font-size: 22px;
    font-weight: bold;
}

.head_wrapper.mobile_head .down_option {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.head_wrapper.mobile_head .down_option.isopen {
    display: block;
}

.head_wrapper.mobile_head .down_option .down_option_box {
    width: 90%;
    margin: 0 auto;
    display: grid;
    padding: 10px 0;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.head_wrapper.mobile_head .down_option .down_option_box .option_item {
    color: #222;
    height: 50px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    align-items: center;
}

.head_wrapper.mobile_head .down_option .down_option_box .option_item:active {
    background-color: #ebebff;
}

.head_wrapper.mobile_head .down_option .down_option_box .icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

/* 解决方案 begin  */

 .topNav_down_list3 {
    position: relative;
    width: 123px;
    height: 150px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.04);
    border-radius: 4px;
    top: 116px;
    display: none;
    left: -115px;
}





.topNav_down_list3 .text-wrapper_31 {
    background-color: #fff;
    border-radius: 4px;
    height: 32px;
    width: 116px;
    margin: 8px 0 0 8px;
}

.topNav_down_list3 .text-wrapper_31 .text_107 {
    width: 56px;
    height: 22px;
    overflow-wrap: break-word;
    color: #24252a;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 5px 0 0 16px
}

.topNav_down_list3 .text-wrapper_31:hover p {
    font-weight: 500;
    color: #436df4
}

.topNav_down_list3 .text-wrapper_32 {
    background-color: #fff;
    border-radius: 4px;
    /*height: 32px;*/
    /*width: 116px;*/
    margin: 4px 0 0 8px
}

.topNav_down_list3 .text-wrapper_32 .text_108 {
    width: 56px;
    height: 22px;
    overflow-wrap: break-word;
    color: #24252a;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 5px 0 0 16px
}

.topNav_down_list3 .text-wrapper_32:hover p {
    font-weight: 500;
    color: #436df4
}

.topNav_down_list3 .text-wrapper_33 {
    height: 32px;
    background-size: 100% 100%;
    width: 116px;
    margin: 4px 0 8px 8px
}

.topNav_down_list3 .text-wrapper_33 .text_109 {
    width: 84px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 5px 0 0 16px;
    color: black;
}

.topNav_down_list3 .text-wrapper_33:hover p {
    font-weight: 500;
    color: #436df4
}

/*电话图标*/

/*电话图标*/
.yzd-header-tel {
    background-color: #e5efff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 999px;
    height: 35px;
}

.yzd-header-tel-con {
    line-height: 15px;
    color: transparent;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

.yzd-header-tel-con img {
    height: 20px;
}

.yzd-header-tel-con p {
    color: var(--gray-120);
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 14px;
    line-height: 2px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
    margin-top: 10px;
}

/* 小图标 */
.ones-icon {
    margin-left: -35px;
    flex: none;
    font-size: 1.143em;
    vertical-align: -1.18em;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    display: inline-block;




}

.right_item_box .item_cent .ones-icon {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .2s;

}

.right_item_box .item_cent .ones-icon:hover {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.head_wrapper .wrap_cent .right .right_item_box .item_cent .item_text:hover+.ones-icon {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
/* 功能模块 */
.navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
.navbar-dropdown {
    background: rgba(255, 255, 255, 1);
}
.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}
.uk-container>:last-child {
    margin-bottom: 0
}
 .sub-menu-title {
  font-size: 14px;
  color: #7a8185;
  position: relative;
}
 .sub-menu-title i,
 .sub-menu-title img {
  height: 18px;
  width: auto;
  display: inline-block;
  margin-left: 1%;
}
 .sub-menu-item {
  float: left;
  width: 22.5%;
  margin-left: 2%;
  margin-bottom: 1%;
  margin-top: 1%;
}
 .sub-menu-item ul {
  margin-top: 16px;
}
 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #dbdcdf30;
  padding: 16px;
  transition: all .3s ease;
}
 .sub-menu-item ul li a:hover {
  border: 1px solid #4d6bff;
}
 .sub-menu-item ul li a:hover span {
  color: #4d6bff;
}
 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  right:70px;
}
 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
.max-line-1,.max-line-2,.max-line-3,.max-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* -webkit-box-orient: vertical */
}
.sub-menu-item ul li a span {
    color: rgba(102, 102, 102, 1);
}
