body {
    margin: auto;
    -webkit-overflow-scrolling: touch;
}

.display_mobile {
    display: none;
}

.display_pc {
    display: block;
}

.h_full {
    height: 100%;
}

.hide {
    display: none;
}

.re {
    position: relative;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.overflow-hidden {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.center {
    text-align: center !important;
}

.color_white {
    color: white !important;
}

.color_blue {
    color: #2a7ada !important;
}

.color_gray {
    color: #5D666F !important;
}

.color_orange{
    color: #FFB38D !important;
}

.m-0{
    margin: 0!important;
}

.size_12 {
    font-size: 12px !important;
}
.size_14 {
    font-size: 14px !important;
}
.size_16 {
    font-size: 16px !important;
}
.size_18 {
    font-size: 18px !important;
}
.size_20 {
    font-size: 20px !important;
}
.size_22 {
    font-size: 22px !important;
}
.size_24 {
    font-size: 24px !important;
}
.size_26 {
    font-size: 26px !important;
}


.mt_10{
    margin-top: 10px;
}
.mt_12{
    margin-top: 12px;
}


.w_100 {
    width: 100% !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.flex-1 {
    flex: 1;
}

.img-block{
    display: block;
    width: 100%;
    height: auto;
}

.content_area_bgy {
    background: rgba(42, 122, 218, 0.08) !important;
}

.content_area_bgy2 {
    background: #f9f9f9 !important;
}

.content_area_bgy3 {
    background: #F8FCFF !important;
}

.content_area_bgy4 {
    background: #F0F9FF !important;
}

.content_area_blue {
    background: #2a7ada !important;
}

.bg_blue {
    background: rgba(58, 176, 250, 0.08) !important;
}

a.yellow_btn {
    display: inline-block;
    color: #fff;
    background: #f39d31;
    font-size: 16px;
    border: 1px solid #f39d31;
    padding: 10px 30px;
    /* line-height: 24px; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    border-radius: 20px;
}

a.yellow_btn:hover {
    color: #f39d31;
    background: #fff;
}

a.blue_btn {
    display: inline-block;
    color: #2a7ada;
    font-size: 16px;
    border: 1px solid #779fdc;
    padding: 10px 80px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    border-radius: 20px;
}

a.blue_btn:hover {
    background: #2a7ada;
    color: #fff;
}

a.blue_btn_small {
    padding: 10px 30px;
}

a.blue_btn_full {
    background: #2a7ada;
    border-color: #2a7ada;
    color: #fff;
}

a.blue_btn_full:hover {
    color: #2a7ada;
    background: #fff;
}

a.white_btn {
    display: inline-block;
    color: #2a7ada;
    background: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px 30px;
    /* line-height: 24px; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    border-radius: 20px;
}

a.white_btn:hover {
    color: #ffffff;
    background: #2a7ada;
}

.content_area_w {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}

.content_area_w2 {
    width: 1000px;
    margin: auto;
}

.content_area {
    padding-top: 60px;
}

.content_area2 {
    padding-top: 50px;
}

.content_area3 {
    padding-top: 30px;
}

.content_area4 {
    padding-top: 20px;
}

.content_area_pb {
    padding-bottom: 70px;
}

.content_area_pb2 {
    padding-bottom: 50px;
}

.content_area_pb3 {
    padding-bottom: 100px;
}

.content_area_pb4 {
    padding-bottom: 150px;
}

.content_area_title {
    text-align: center;
    padding-bottom: 40px;
}

.content_area_title2 {
    padding-bottom: 20px;
}

.content_area_title_no {
    padding-bottom: 0;
}

.content_area_title p {
    color: #2a7ada;
    font-size: 36px;
    /* font-weight: bold; */
}

.content_area_title2 p {
    color: #fff;
}

.content_area_title3 p {
    color: #656565;
}

.content_area_title .ts {
    color: #A6AAB0;
    font-weight: normal;
    font-size: 16px;
    margin-top: 8px;
    line-height: 28px;
}
.content_area_title .border{
    width: 60px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient( to right, #2A79DA,  #5294E5);
    margin: 20px auto;
}

/* 试用板块 */
.content_area_contact {
    padding: 90px 0 160px;
}

.contact_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -40px;
}

.contact_wrapper_item {
    flex: auto;
    padding: 0 40px;
}

/* .contact_wrapper_item2{
  flex: 3;
} */
.contact_wrapper .content_area_title {
    text-align: left;
}

.contact_wrapper_tips {
    text-align: justify;
}

.contact_wrapper_text,
.contact_wrapper_tips {
    color: #5d666f;
    font-size: 16px;
    line-height: 1.6;
}

.content_area_wrapper .contact_wrapper_tips.contact_wrapper_tips2 {
    margin-top: 30px;
}

.contact_wrapper_text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact_wrapper_tips span {
    font-weight: bold;
}

.contact_wrapper_form {
    background: #fff;
    padding: 40px;
    width: 560px;
    min-height: 280px;
    box-shadow: 0 0px 8px 1px #d9e4f4;
}

.contact_wrapper_form .contact_wrapper_form_item {
    margin-bottom: 20px;
    position: relative;
}

.contact_wrapper_form .contact_body_line {
    color: #5d666f;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact_wrapper_form .contact_in_name {
    display: flex;
    align-items: center;
    color: #5d666f;
    font-size: 14px;
    flex: 0 0 150px;
}

.contact_wrapper_form .contact_icon {
    width: 25px;
    text-align: center;
    margin-right: 20px;
}

.contact_wrapper_form .contact_in_name span {
    color: #2a7ada;
    font-size: 22px;
}

.contact_wrapper_form .contact_error_msg {
    font-size: 14px;
    color: #2a7ada;
    margin-left: 150px;
    position: relative;
    top: 5px;
}

.contact_wrapper_form .submit-button,
.contact_wrapper_form .contact_body_input {
    flex: 1;
    color: #5d666f;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d9e4f4;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}

.contact_wrapper_form .contact_body_sel_val {
    padding: 0 15px;
}

.contact_wrapper_form .contact_body_input input {
    color: #5d666f;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
}

.contact_hide_input {
    display: none;
}

.contact_body_input_option {
    opacity: 0;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 4px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    visibility: hidden;
    border: 1px solid #eff0f1;
    max-height: 200px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all .2s;
    box-shadow: 0 6px 24px rgb(31 35 41 / 12%);
}

.contact_body_input_option::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    opacity: 0.4;
}

.contact_body_input_option::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 8px;
    opacity: 0.4;
}

.contact_body_input_option::-webkit-scrollbar-track-piece {
    width: 4px;
}

.contact_body_input_option::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(93, 101, 111, 0.2);
    /* opacity: 0.4; */
}

.contact_body_input,
.contact_body_input_option p {
    cursor: pointer;
}

.contact_body_input_option p {
    color: #5d666f;
    font-size: 14px;
    padding: 15px;
}

.contact_body_input_option p:hover {
    background: rgba(0, 0, 0, .06);
}

.contact_wrapper_form .contact_body_input:focus {
    border-color: #2a7ada;
}

.contact_wrapper_form i.iconfont {
    color: #d9e4f4;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out; */
}

.contact_body_sel.active .contact_body_input_option {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.contact_body_sel.active i.iconfont {
    top: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.contact_wrapper_form .contact_agreement .contact_body_input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    border-color: #5d666f;
    font-size: 14px;
    width: 20px;
    height: 20px;
    padding: 0;
}

.contact_wrapper_form .contact_agreement p {
    color: rgba(93, 102, 111, 0.8);
    font-size: 12px;
}

.contact_wrapper_form .contact_agreement .contact_error_msg {
    margin-left: 45px;
    font-size: 12px;
}

.contact_agreement .contact_body_line {
    cursor: pointer;
}

.contact_agreement .contact_body_line img {
    width: 17px;
    margin: auto;
}

.contact_wrapper_form .contact_agreement .contact_in_name {
    flex: 1;
}

.contact_agreement .contact_in_name.active img.contact_icon_check,
.contact_agreement .contact_in_name img.contact_icon_checked {
    display: none;
}

.contact_agreement .contact_in_name img.contact_icon_check,
.contact_agreement .contact_in_name.active img.contact_icon_checked {
    display: block;
}


.contact_wrapper_form .contact_wrapper_form_item.contact_wrapper_form_item_btn {
    margin: 40px 0 0;
}

.contact_wrapper_form .submit-button {
    display: block;
    background: #2a7ada;
    color: #fff;
    font-size: 15.5px;
    border-color: #2a7ada;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    margin: auto;
    width: 300px;
}

.contact_wrapper_form .submit-button:hover {
    background: #fff;
    color: #2a7ada;
}

.contact_wrapper .section_contact_success {
    display: none;
}

.contact_wrapper .email_sended img {
    display: block;
    width: 200px;
    margin: 40px auto;
}

.contact_wrapper .success_tips {
    margin-bottom: 20px;
}

.contact_wrapper .success_tips p {
    color: #2a7ada;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}


.contact_area_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.contact_area_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_area_contact2022 {
    padding: 0;
}

.content_area_contact2022 .contact_wrapper {
    align-items: normal;
    justify-content: center;
    margin: 0;
    padding: 90px 0;
}

.content_area_contact2022 .contact_wrapper_info {
    margin-top: 54px;
    width: 100%;
}

.content_area_contact2022 .contact_wrapper_form {
    width: 100%;
    border-radius: 10px;
    padding: 40px 0;
}
.form_tx{
    padding: 0 50px 0 34px;
}

.form_box_shadow {
    box-shadow: 0px 0px 20px 0px rgba(42, 122, 218, 0.4);
}

.form_box_shadow2 {
    box-shadow: 0px 0px 20px 0px rgba(42, 122, 218, 0.1);
}

.content_area_contact2022 .contact_wrapper_item {
    flex: 0 0 440px;
    padding: 0;
}

.content_area_contact2022 .contact_wrapper_item2 {
    flex: 0 0 500px;
    margin-left: 70px;
}

.content_area_contact2022 .contact_wrapper .content_area_title {
    font-weight: bold;
    padding-bottom: 26px;
}

.content_area_contact2022 .content_area_title p {
    font-size: 38px;
}

.content_area_contact2022 .contact_wrapper_tips {
    width: 80%;
    margin: auto;
}

.contact_wrapper_item .logos {
    background: rgba(58, 176, 250, 0.5);
    border-radius: 10px;
    overflow: hidden;
    padding: 24px 30px 20px;
    margin-top: 42px;
}
.contact_wrapper_item .logos .title {
    margin-bottom: 10px;
}

.contact_wrapper_item .logos .img {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -4px 0;
}

.contact_wrapper_item .logos .img>.img-logo {
    width: 25%;
    padding: 4px;
    box-sizing: border-box;
}

.contact_wrapper_item .logos .img>.img-logo>p {
    background: #fff;
    text-align: center;
    box-sizing: content-box;
    height: 38px;
    padding: 2px 0;
    border-radius: 8px;
    box-shadow: 2px 0px 15px 2px rgba(42, 122, 218, 0.1);
    overflow: hidden;
}

.contact_wrapper_item .logos .img>.img-logo img {
    width: auto;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.contact_wrapper_item .more_client_btn, .content_area_w_logos .more_client_btn{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 8px;
}
.content_area_w_logos .more_client_btn{
    justify-content: center;
    margin-top: 30px;
}
.contact_wrapper_item .more_client_btn img, .content_area_w_logos .more_client_btn img{
    width: 8px;
    margin-left: 4px;
}

.section_contact_form .info {
    color: #5D666F;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 32px;
}

.section_contact_form .info .tips {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.content_area_contact2022 .contact_wrapper_form {
    position: relative;
    z-index: 9;
}

.content_area_contact2022 .contact_wrapper_form .contact_in_name {
    flex: 0 0 auto;
}

.content_area_contact2022 .contact_wrapper_form .contact_error_msg {
    margin-left: 45px;
}

.content_area_contact2022 .contact_wrapper_form .placeholder {
    color: rgba(93, 101, 111, 0.5);
}

.content_area_contact2022 input::input-placeholder {
    color: rgba(93, 101, 111, 0.5);
}

.content_area_contact2022 input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(93, 101, 111, 0.5);
}

.content_area_contact2022 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(93, 101, 111, 0.5);
}

.content_area_contact2022 input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(93, 101, 111, 0.5);
}

.content_area_contact2022 .contact_wrapper_form i.iconfont {
    color: rgba(93, 101, 111, 0.2);
    right: 16px;
}

.contact_go_login {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    position: relative;
    top: -20px;
    padding: 45px 30px 35px;
    color: #2A7ADA;
    font-size: 12px;
    line-height: 22px;
}

.contact_go_login p {
    margin-top: 10px;
}

.contact_go_login a {
    color: #2A7ADA;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #2A7ADA;
    padding: 2px 16px;
    margin-left: 10px;
}

.contact_go_login a:hover {
    background: #2A7ADA;
    color: #fff;
}

.other_zx{
    color: #5D666F;
    margin-top: 36px;
}
.other_zx .call_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.other_zx .call_box img{
    margin-right: 12px;
    width: 24px;
}


/* 视频 */
video.video_show {
    width: 600px;
    height: 340px;
    position: fixed;
    left: 50%;
    top: -400px;
    margin-top: -170px;
    margin-left: -300px;
    z-index: 99999;
}

.power_video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: none;
}

.power_video .close_icon {
    cursor: pointer;
    width: 40px;
    margin-left: 300px;
    margin-top: -200px;
    position: absolute;
    left: 50%;
    top: 50%;
}

/* 遮罩层 */
.mask_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(93, 102, 111, 0.8);
    z-index: 999999;
    display: none;
}

.mask_layer_box {
    /* position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask_layer_box .close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.mask_layer_box .close img {
    width: 18px;
    height: auto;
}


/* 头部导航 */
.header_fixed {
    color: #fff;
    background: transparent;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header_scroll {
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
}

.header_fixed .font-color {
    color: #fff !important;
}

.header_scroll .font-color {
    color: #5e656f !important;
}

.header_fixed .scroll_white {
    display: block !important;
}

.header_fixed .fixed_show {
    display: none !important;
}

.header_scroll .fixed_show {
    display: block !important;
}

.header_scroll .scroll_white {
    display: none !important;
}

.header_wrapper {
    position: relative;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}

.header_navgroup,
.header_wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.header_navgroup {
    height: 100%;
    flex-shrink: 0;
}

.header_logo {
    flex: 0 0 auto;
}

.header_logo_link {
    display: flex;
    height: 80px;
    align-items: center;
    margin-right: 20px;
}

.header_logo_link img {
    width: auto;
    height: 40px;
}

.header_nav {
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.header_nav ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
    height: 100%;
}

.header_nav .header_two_slide {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.header_nav_dropdown {
    position: relative;
    height: 100%;
}

.header_nav_itemlink {
    background: transparent;
    /* font-weight: bold; */
    font-size: 16px;
    border-radius: 0;
    border: 0;
    height: 100%;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 17px;
    margin: 0;
    position: relative;
    text-align: center;
    word-break: break-all;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header_nav_itemlink i {
    font-weight: normal;
    opacity: .8;
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.header_scroll .header_nav_itemlink i,
.header_scroll .header_extras_btn i {
    color: #2a7ada !important;
}

.header_scroll .header_extras_lang_t i.icon-down {
    color: #5e656f !important;
}

/* .header_nav_itemlink:hover{
  color: #2a7ada;
} */
.header_nav .header_two_slide.active i.icon-down {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.header_nav_child {
    display: none;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    white-space: nowrap;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 100;
}

.header_nav_child_link {
    display: block;
    padding: 0 15px;
}

.header_nav_child_link a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ebf3fc;
}

.header_extras_lang_phone,
.header_nav_child_link_phone {
    display: none;
}

.header_nav_child .header_nav_child_link:last-child a {
    border-bottom: none;
}

.header_nav_child_link p {
    color: #5d656f;
    /* font-weight: bold; */
    font-size: 14px;
}

.header_nav_child_link p.header_nav_child_p {
    color: #b8bcc0;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
}

.header_nav_child_link a:hover p {
    color: #2a7ada;
}

.header_extras {
    display: flex;
    align-items: center;
    height: 80px;
}

.header_extras_btn {
    display: flex;
    align-items: center;
    color: #5e656f;
    font-size: 16px;
    line-height: 24px;
    margin-right: 34px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.header_extras_btn i {
    font-size: 22px;
    margin-right: 10px;
}

.header_scroll .header_extras_btn i {
    color: #2a7ada !important;
}

.header_extras_btn span {
    color: #5e656f;
    /* font-weight: bold; */
}

.header_extras_flatbtn {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 5px;
    vertical-align: middle;
}

.header_extras_flatbtn2 {
    color: #fff;
    background: #3ab0fa;
    border-color: #3ab0fa;
}

.header_scroll .header_extras_flatbtn {
    color: #5d666f;
    border-color: #5d666f;
}

.header_scroll .header_extras_flatbtn2 {
    color: #fff;
    border-color: #3ab0fa;
}

.header_scroll .header_extras_flatbtn:hover {
    color: #fff;
    background: #2a7ada;
    border-color: #2a7ada;
}

.header_extras_btn_callbtn:hover i {
    animation: shock 1.2s linear infinite;
    -webkit-animation: shock 1.2s linear infinite;
}

@keyframes shock {

    0%,
    90%,
    100% {
        transform: rotate(0) scale(1);
    }

    20%,
    40% {
        transform: rotate(-15deg) scale(1.1);
    }

    30%,
    50% {
        transform: rotate(15deg) scale(1.1);
    }
}

@-webkit-keyframes shock {

    0%,
    90%,
    100% {
        transform: rotate(0) scale(1);
    }

    20%,
    40% {
        transform: rotate(-15deg) scale(1.1);
    }

    30%,
    50% {
        transform: rotate(15deg) scale(1.1);
    }
}

@-moz-keyframes shock {

    0%,
    90%,
    100% {
        transform: rotate(0) scale(1);
    }

    20%,
    40% {
        transform: rotate(-15deg) scale(1.1);
    }

    30%,
    50% {
        transform: rotate(15deg) scale(1.1);
    }
}

@-o-keyframes shock {

    0%,
    90%,
    100% {
        transform: rotate(0) scale(1);
    }

    20%,
    40% {
        transform: rotate(-15deg) scale(1.1);
    }

    30%,
    50% {
        transform: rotate(15deg) scale(1.1);
    }
}

.header_extras_lang {
    font-size: 16px;
    height: 100%;
}

.header_fixed .header_extras_lang_t a {
    color: #5d666f;
}

.header_extras_lang_t i {
    font-size: 18px;
    margin-right: 10px;
    margin-left: 0;
}

.header_extras_lang_t i.icon-down {
    font-size: 10px;
    opacity: 0.6;
    margin-left: 6px;
    margin-right: 0;
}

.header_fixed_white .header_extras_lang_t i.icon-down {
    color: #5d666f;
}

.header_extras_lang_t img {
    display: block;
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.header_extras_lang_t .header_nav_itemlink {
    padding: 0;
    display: flex;
    align-items: center;
}

.header_extras_lang_t .header_nav_child_link {
    text-align: center;
}

.content_wrapper {
    position: relative;
    overflow: hidden;
}

.content_wrapper.has_header {
    padding-top: 80px;
}

.content_wrapper.has_header2 {
    padding-top: 0
}

.header_phone_navicon {
    display: none;
}


/* 底部导航 */
footer.footer {
    position: relative;
}

.footer_bottom img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 850px;
    min-height: 700px;
    object-fit: cover;
    object-position: 0 bottom;
}

.footer_wrapper {
    position: absolute;
    top: 90px;
    left: 0%;
    width: 100%;
}

.footer_wrapper_box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.footer_beian_box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.footer_wrapper_flex {
    display: flex;
    justify-content: space-between;
}

.footer_wrapper_item {
    color: #fff;
    flex: 0 0 auto;
    display: flex;
}

.footer_wrapper_item dl {
    margin-right: 80px;
}

.footer_wrapper_item_lx {
    display: none;
}

.footer_wrapper_item_nav dl {
    margin-right: 100px;
}

.footer_wrapper_item dl:last-child {
    margin-right: 0;
}

.footer_wrapper dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.3;
}

.footer_wrapper dt span.iconfont {
    display: none;
}

.footer_wrapper dl a,
.footer_wrapper dl p {
    color: #fff;
    font-size: 14px;
}

.footer_wrapper dd,
.footer_wrapper dl a,
.footer_wrapper dl p {
    line-height: 1.6;
}

.footer_wrapper dl a:hover {
    text-decoration: underline;
}

.footer_wrapper dl img {
    display: block;
    width: 84px;
    margin: auto auto 10px;
}

.footer_beian {
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 5%;
    left: 5%;
    bottom: 50px;
    text-align: right;
}

.footer_beian a {
    color: #fff;
}

.footer_beian span {
    display: block;
    text-align: right;
}

.footer_beian img {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0px;
}

.footer_wrapper_down,
.footer_wrapper_down_item,
.footer_wrapper_down_item>a {
    color: #fff;
    display: flex;
    align-items: center;
}

.footer_wrapper_down {
    margin-top: 70px;
    justify-content: space-between;
}

.footer_wrapper_down_item2 {
    margin-top: 16px;
}

.footer_wrapper_down_item>a {
    font-size: 18px;
    margin-left: 30px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 4px 14px 4px 24px;
}

.footer_wrapper_down_item>a img {
    width: 20px;
    height: auto;
    margin-right: 24px;
}

.footer_wrapper_down_item>a p {
    font-size: 12px;
    /* margin-bottom: 2px; */
}

.footer_wrapper_down_item_title {
    font-size: 16px;
    font-weight: bold;
}

.footer_wrapper_down_item .img-box {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.footer_wrapper_down_item .img-box img {
    display: block;
    width: auto;
    height: 36px;
}

.footer_wrapper_down_item .img-box>a:not(:last-child) img {
    margin-right: 14px;
}

.footer_wrapper_down_item .img-box img:hover {
    transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s, -webkit-transform .4s;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    /* box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 25%); */
}

.side-bar {
    bottom: 120px;
    font-size: 12px;
    position: fixed;
    right: 9px;
    width: 60px;
    z-index: 9999 !important;
}

.side-bar a {
    display: block;
    border-radius: 0px;
    width: 70px;
    height: 70px;
    color: #2A7ADA;
    line-height: 110px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-color: #ffffff;
    background-position: center 10px;
    box-shadow: 0px 2px 4px 0px rgba(20, 86, 165, 0.3900);
    /* border-bottom: 1px solid #ffffff; */
}

.side-bar a:hover {
    background-color: #3AB0FA;
    color: #fff !important;
}

.side-bar .bar-icon-qian {
    border-radius: 3px 0 0 0;
    display: block;
    background-image: url('../../images/bar/icon1.png');
}

.side-bar .bar-icon-qian:hover {
    background-image: url('../../images/bar/whiteIcon1.png');
}

.side-bar .bar-icon-hou {
    background-image: url('../../images/bar/icon2.png');
}

.side-bar .bar-icon-hou:hover {
    background-image: url('../../images/bar/whiteIcon2.png');
}

.side-bar .bar-icon-phone {
    background-image: url('../../images/bar/icon3.png');
}

.side-bar .bar-icon-phone:hover {
    background-image: url('../../images/bar/whiteIcon3.png');
}

.side-bar .bar-icon-marketing {
    border-radius: 0 0 0 3px;
    background-image: url('../../images/bar/icon4.png');
}

.side-bar .bar-icon-marketing:hover {
    background-image: url('../../images/bar/whiteIcon4.png');
}

.side-bar .tips {
    line-height: normal;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    line-height: 26px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    left: auto;
    right: 60px;
    top: -50px;
    width: 150px;
    padding: 3px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    text-align: center;
    border-radius: 18px;
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff), linear-gradient(360deg, rgba(98, 220, 242, 1), rgba(58, 176, 250, 1));
    background-clip: content-box, padding-box;
}

.side-bar .tips2 {
    top: 10px;
}

.side-bar .tips>div {
    padding: 16px 0;
}

.side-bar .tips img {
    width: 110px;
    height: auto;
}

.side-bar .tips p {
    font-size: 14px;
    color: #2A7ADA;
    font-weight: bold;
    margin: 10px 0 0;
}

.side-bar .chat-tips-phone {
    color: #323232;
    font-size: 14px;
    top: 140px;
    width: 250px;
    box-sizing: border-box;
    text-align: left;
}

.side-bar .chat-tips-phone>div {
    padding: 16px 16px 16px 100px;
    background: url('../../images/bar/call.png') no-repeat 16px center / 40px 40px;
    position: relative;
}

.side-bar .chat-tips-phone>div:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 78px;
    width: 1px;
    background: rgba(93, 101, 111, 0.1900);
}

.side-bar .chat-tips-phone .phone {
    font-size: 18px;
    margin-top: 6px;
}

.side-bar .chat-tips-phone .title {
    color: #5D666F;
    font-weight: normal;
    margin: 0;
}

.side-bar a:hover .tips {
    visibility: visible;
    opacity: 1;
}

.bottom-bar {
    opacity: 0;
    visibility: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bottom-bar-gray {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 1;
    box-shadow: 0 0px 8px 2px rgb(0 0 0 / 6%);
    z-index: 99999;
}

.bottom-bar-btns {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    padding-left: 8%;
    padding-right: 8%;
    z-index: 99999;
}

.bottom-bar-btns .item {
    position: relative;
    border-radius: 25px !important;
    line-height: 26px;
    height: 40px;
    display: block;
    font-size: 16px !important;
    width: 40% !important;
    background: #2A7ADA;
    text-align: center;
    color: #ffffff !important;
    z-index: 10;
}

.bottom-bar-btns .item img {
    width: 24px;
    margin-right: 4px;
}

.bottom-bar-btns .item>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}



/* banner */
.swiper_banner .banner_slide_img {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 9;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.banner_slide_img img {
    width: 100%;
    height: auto;
}

.swiper_banner .text_banner {
    color: #fff;
    position: absolute;
    width: 90%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    padding-top: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.swiper_banner .text_banner_w1 {
    width: 500px;
}

.swiper_banner .text_banner_w2 {
    width: 600px;
}

.swiper_banner .text_banner p {
    color: #fff;
}

.swiper_banner .text_banner .pone {
    font-size: 42px;
    margin-bottom: 6px;
}

.swiper_banner .text_banner span.text_stroke{
    color: white;
    font-size: 48px;
    margin: 0 4px;
    text-shadow:
    -2px -2px 0 #D62FDD,  
     2px -2px 0 #D62FDD,
    -2px  2px 0 #D62FDD,
     2px  2px 0 #D62FDD; 
    -webkit-text-stroke:
    -2px -2px 0 #D62FDD,  
     2px -2px 0 #D62FDD,
    -2px  2px 0 #D62FDD,
     2px  2px 0 #D62FDD; 
}

.swiper_banner .text_banner .ptwo {
    font-size: 30px;
}

.swiper_banner .text_banner .pthree {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 18px;
}

.swiper_banner .text_banner .pimg {
    margin: 18px 0;
    width: 240px;
}

.swiper_banner .btn_area {
    margin-top: 30px;
}

.swiper_banner .btn_area2 {
    margin-top: 60px;
}

.swiper_banner .text_banner .p_1 {
    font-size: 36px;
}

.swiper_banner .text_banner .p_2 {
    font-size: 30px;
}

.swiper_banner .text_banner .p_3 {
    font-size: 18px;
}

.swiper_banner .pagination-wh {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: -40px;
}

.swiper_banner .swiper-pagination {
    text-align: left !important;
}

.swiper_banner .swiper-pagination-bullet {
    background: rgba(31, 35, 41, .15) !important;
    width: 50px;
    height: 6px;
    text-align: center;
    line-height: 20px;
    opacity: 0.5 !important;
    border-radius: 3px;
}

.swiper_banner .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}


@media screen and (max-width: 1200px){
    .swiper_banner .text_banner .pone .pone{
        display: inline;
    }
    .swiper_banner .text_banner .pone{
        font-size: 36px;
    }
    .swiper_banner .text_banner .ptwo{
        font-size: 22px;
    }
    .swiper_banner .text_banner .pthree{
        font-size: 14px;
    }
    .swiper_banner .text_banner_w1, .swiper_banner .text_banner_w2{
        width: 100%;
    }
    .swiper_banner .btn_area, .swiper_banner .btn_area2{
        margin-top: 18px;
    }
}


@media screen and (max-width: 1100px) {
    .content_area_contact2022 .content_area_title p {
        font-size: 30px;
    }

    .content_area_contact2022 .contact_wrapper_item {
        flex: 1;
    }
}

@media screen and (max-width: 990px) {

    html,
    body {
        min-width: auto;
    }

    .display_pc {
        display: none;
    }

    .display_mobile {
        display: block;
    }

    .content_area_pb3 {
        padding-bottom: 50px;
    }

    .content_area_pb4 {
        padding-bottom: 60px;
    }

    .header_extras_btn_callbtn,
    .header_extras_lang_t,
    .header_extras_flatbtn2 {
        display: none;
    }

    .header_fixed,
    .header_logo_link,
    .header_extras {
        height: 60px;
    }

    .header_extras_btn {
        margin-right: 15px;
    }

    .header_phone_navicon {
        display: block;
        margin-left: 15px;
    }

    .header_scroll .header_phone_navicon span {
        color: #5d666f;
    }

    .header_nav {
        display: none;
        height: auto;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: -5%;
        right: -5%;
        z-index: 999;
    }

    .header_nav ul {
        display: block;
        background: #fff;
        box-shadow: 1px 1px 5px #ccc;
        height: auto;
        max-height: 100%;
        padding: 0 30px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header_nav_itemlink {
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #DCE0E9;
    }

    .header_nav li:last-child .header_nav_itemlink {
        border: none;
    }

    .header_nav .header_two_slide,
    .header_two_slide,
    .header_nav_itemlink {
        height: auto;
        line-height: normal;
    }

    .header_nav_child {
        position: static;
        transform: inherit;
        -ms-transform: inherit;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        -o-transform: inherit;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

    .header_nav_child_link a {
        padding: 10px;
    }

    .header_nav_child_link_phone {
        display: block;
    }

    .header_nav .header_nav_child_link_phone a {
        background: #2a7ada !important;
        color: #fff;
        border-radius: 6px;
        margin: 6vw auto;
        width: 50%;
        text-align: center;
        border-radius: 30px;
    }

    .header_nav .header_nav_child_link_phone a.white_btn {
        background: #fff !important;
        color: #2a7ada;
        border: 1px solid #2a7ada;
    }

    .header_nav .header_two_slide .header_nav_itemlink {
        color: #5e656f !important;
    }

    .header_nav .header_two_slide.active {
        background-color: #f0f4ff;
    }

    .header_fixed .font-color,
    .header_nav .header_two_slide.active .header_nav_itemlink {
        color: #2a7ada !important;
    }

    .header_extras_lang_phone {
        display: block;
    }

    .header_extras_lang_phone,
    .header_extras_lang_phone a {
        color: #fff;
        font-size: 1rem;
    }

    .header_fixed.header_scroll .header_extras_lang_phone,
    .header_fixed.header_scroll .header_extras_lang_phone a {
        color: #333;
    }

    .content_wrapper.has_header,
    .content_wrapper.has_header2 {
        padding-top: 60px;
    }

    footer.footer {
        background: #2a7ada;
    }

    .footer_wrapper_box {
        width: 100%;
    }

    .footer_wrapper dl a:hover {
        text-decoration: none;
    }

    .footer_bottom img {
        display: none;
    }

    .footer_wrapper,
    .footer_beian {
        position: static;
    }

    .footer_wrapper_flex,
    .footer_wrapper_item {
        display: block;
        padding: 0 5%;
    }

    .footer_wrapper_item .space {
        margin-left: 12px;
    }

    .footer_wrapper_flex {
        padding: 5vw 0;
    }

    .footer_wrapper_item_nav dl,
    .footer_wrapper_item dl {
        margin: 0;
    }

    .footer_lx_icons {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .footer_lx_icons2 {
        align-items: baseline;
    }

    .footer_wrapper .footer_lx_icons a img {
        width: 30px;
        height: 30px;
        margin: 0 0 0 12px;
    }

    .footer_lx_icons span {
        background: #fff;
        color: #2a7ada;
        display: block;
        margin-left: 10px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        text-align: center;
    }

    .footer_wrapper dd a {
        font-size: .85rem;
    }

    .footer_wrapper_item dd {
        display: none;
        padding: 0 10px;
    }

    .footer_wrapper dt {
        font-size: .9rem;
        font-weight: normal;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_wrapper dt span.iconfont {
        display: block;
        font-size: 12px;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

    .footer_wrapper dl.active span.iconfont {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .footer_wrapper_item dl {
        padding: 10px 0;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        line-height: 1.8;
    }

    .footer_wrapper_item_lx,
    .footer_wrapper_item_lx dd {
        display: block;
    }

    .footer_wrapper_item_code,
    .footer_wrapper_down {
        display: none;
    }

    .footer_wrapper dl img {
        width: 100%;
        margin: 1vw 0 2vw;
    }

    .footer_beian {
        padding: 3vw 5% 5vw;
        /* border-top: 1px solid #ebebeb; */
    }

    .banner-client-top .banner_slide_img img, .jz-top .banner_slide_img img{
        width: 990px;
        height: 350px;
        object-fit: cover;
    }

    .footer_beian_box,
    .footer_beian span {
        text-align: center;
        line-height: 1.6;
    }

    .content_area_contact {
        padding: 0px 0 50px;
    }

    .contact_wrapper {
        display: block;
    }

    .content_area_w,
    .content_area_w2 {
        width: 90%;
    }

    .contact_wrapper .content_area_title {
        text-align: center;
        padding-bottom: 10px;
    }

    .content_area_title p {
        display: inline;
        font-size: 24px;
        font-weight: bold;
    }

    .content_area_title .ts {
        display: block;
    }

    .contact_wrapper_text {
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        width: 90%;
        margin-left: 5%;
    }

    .contact_wrapper_item {
        width: 90%;
        margin: auto;
        padding: 0 5%;
    }

    .contact_wrapper_form {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .contact_wrapper_form .contact_wrapper_form_item.contact_wrapper_form_item_btn {
        margin-top: 30px;
    }

    .contact_wrapper_form .submit-button {
        width: 100%;
        margin-top: 0;
    }

    .contact_wrapper_form .contact_wrapper_form_item {
        margin-bottom: 15px;
    }

    .contact_wrapper_form .contact_wrapper_form_item.contact_agreement {
        margin: 0;
    }

    .contact_wrapper_form .contact_icon {
        margin-right: 6px;
    }

    .contact_wrapper_form .contact_in_name {
        flex: 0 0 140px;
    }

    .contact_wrapper_form .contact_error_msg {
        margin-left: 140px;
    }

    .contact_wrapper_form .contact_agreement .contact_error_msg {
        margin-left: 34px;
    }

    .content_area_contact2022 {
        padding: 0;
    }

    .content_area_contact2022 .contact_wrapper {
        padding: 40px 0 50px;
    }

    .content_area_contact2022 .contact_wrapper_item {
        width: 100%;
        flex: none;
        padding: 0;
        margin: auto;
    }

    .section_contact_form .info {
        margin-bottom: 25px;
    }

    .section_contact_form .info .title {
        color: #2A7ADA;
    }

    .section_contact_form .info .tips {
        width: 74%;
        margin: 10px auto 0;
    }

    .content_area_contact2022 .contact_wrapper_form {
        padding: 25px 0;
    }

    .content_area_contact2022 .contact_wrapper_form .submit-button {
        width: 80%;
        margin: auto;
        border-radius: 20px;
    }

    .contact_go_login {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_go_login p {
        display: inline;
        line-height: 2.4;
    }

    .content_area_w_logos {
        background: rgba(42, 122, 218, 0.1);
        padding: 50px 0;
    }
    .content_area_w_logos2{
        background: none;
        padding-top: 0;
    }

    .content_area_w_logos .title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .content_area_w_logos .img {
        margin-top: 20px;
    }

    .content_area_contact2022 .contact_wrapper_form .contact_error_msg {
        margin-left: 31px;
    }

    .content_area_contact2022 .contact_wrapper_form .contact_in_name span {
        font-size: 18px;
    }

    .contact_body_sel.active .contact_body_input_option {
        max-height: none;
    }

    .swiper_banner .text_banner p {
        color: #fff;
        font-size: 16px;
    }

    .swiper_banner .text_banner .p_1 {
        font-size: 1.32rem;
    }

    .swiper_banner .text_banner .p_2 {
        font-size: 24px;
    }

    .swiper_banner .text_banner .p_3 {
        font-size: 14px;
    }


    .swiper_banner .text_banner .pone .pone{
        display: block;
    }
    .swiper_banner .text_banner{
        text-align: center;
        left: 5%;
        top: 15%;
        padding-top: 0;
        -webkit-transform: none;
        --moz-transform: none;
        --ms-transform: none;
        transform: none;
    }
    .swiper_banner .text_banner .pone{
        font-size: 26px;
    }
    .swiper_banner .text_banner .pone span{
        display: block;
    }
    .swiper_banner .text_banner span.text_stroke{
        display: inline;
        font-size: 30px;
    }
}


@media screen and (max-width: 640px) {
    .side-bar {
        display: none;
    }

    .bottom-bar.show {
        opacity: 1;
        visibility: visible !important;
    }

    .content_area_title p {
        font-size: 1.32rem;
    }

    .content_area_title .ts {
        font-size: 0.8rem;
        line-height: 1.6;
        margin-top: 1.5rem;
    }

    .content_area {
        padding-top: 2.8rem;
    }
}