/**基础样式**/
* {
    margin: 0;
    padding: 0;
}


h1 {
    white-space: nowrap;
    height: 58px;
    font-size: 40px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 58px;
    color: rgba(255, 255, 255, 1);
    margin: 0 !important;
}

.showh2 {
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 25px;
    height: 35px;
    font-size: 24px;
    font-family: 'Source Han Sans CN' !important;
    font-weight: 400;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);
}


/**
全局公共样式
 */
.truncate {
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block_9_right_info a {
    color: rgba(136, 136, 136, 1);
    text-decoration: none;
}

.block_9_info a:visited {
    text-decoration: none;
}


.flex-item-last img {
    opacity: 0;
}

.flex-item-last .p1_2_item_title {
    color: #DE1F26 !important;
}

/**
定制模态框
 */

.modal-dialog {
    z-index: 99999;
    width: 700px;
    margin-top: 13%;
    margin-left: auto;
}
.modal-dialog-old {
    z-index: 99999;
    margin: 0 auto;
    width: 700px;
    margin-top: 15%;
}
.modal-content-transparent {
    background: transparent;
    border: none;
    box-shadow: none;
}
.modal-body {
    padding: 0;
    margin: 0 auto;
}

.modal-body img {
    margin: 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
}

.modal_bg {
    width: 100%;
    z-index: 99999;
}

.modal_path {
    position: absolute;
    left: 481px;
    top: 237px;
    width: 134px;
    height: 134px;
}

.modal_path_old {
    position: absolute;
    right: 72px;
    bottom: 58px;
    width: 145px;
    height: 145px;
}

.modal_img_path {
    position: absolute;
    width: 82px;
    height: 82px;
    left: 40px;
    top: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.modal_img_path_old {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50px;
    top: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal_close_btn {
    position: absolute;
    height: 49px;
    width: 49px;
    top: 30px;
    left: 632px;
    cursor: pointer;
}

.modal_close_btn:hover {
    filter: brightness(2);
}

.modal_close_btn_old {
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal_close_btn_old:hover {
    filter: brightness(2);
}

/**
右侧悬浮
 */
.right_float {

    position: fixed;
    right: 10px;
    top: 15%;
    width: 200px !important;

}

.right_float_content {
    position: relative;
}

.right_float_bg {

    width: 90% !important;
}

.right_float_path {
    width: 100px;
    left: 40px;
    position: absolute;
    top: 202px;
}

.right_float_img_path {
    width: 100px;
    left: 40px;
    position: absolute;
    top: 30px;
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.right_float_footer {
    position: absolute;
    cursor: pointer;

    bottom: -120px;

    background: #DE1F26;
    text-align: center;
    color: #fff;
    width: 60%;
    margin-left: 20%;

    font-size: 18px;
    font-family: Source Han Sans CN, serif;
    font-weight: 400;

    color: rgba(255, 255, 255, 1);

}

.right_float_footer_window {
    position: absolute;
    width: 43px;
    height: 43px;
    bottom: -10px;
    left: 74px;
    border-radius: 50%;
    transform: translateY(100%);
    overflow: hidden;
    cursor: pointer;
}

.right_float_footer_slider {
    width: 86px;
    height: 43px;
    display: flex;
    flex-direction: row;
}
.right_float_footer_slider>img {
    width: 50%;
    height: 100%;
}
.right_float_footer_slider:hover {
    transform: translateX(-50%);
}

.right_float_footer_light {
    width: 30px;
    -webkit-animation-name: scaleDraw;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: alternate;
    animation-name: scaleDraw;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
}

@keyframes scaleDraw {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.5);
    }
}

body {
    min-width: 1100px;

}

.xlb-headers {
    width: 100%;

    overflow: hidden;
}


/*.container {*/

/*min-width: 1100px;*/
/*}*/

.container-fluid {
    min-width: 1100px;
}

.to_top {
    padding: 10px;
    position: fixed;
    left: 50%;
    bottom: 20%;
    background: green;
    color: #fff;
}

.fixed_nav {
    position: fixed;
    width: 100%;
    background: rgba(222, 31, 38, 1)
}

.nav_box {
    height: 60px;
    z-index: 999;

    border-bottom: 1px solid rgba(193, 0, 7, 0.5);
}

body {
    min-width: 1000px;
    overflow: auto;
}

/**
加载字体
 */
.footer_quote_boxs{
  margin-top: 6rem;
  padding-top: 57px;
  padding-bottom: 59px;
  background-image: url(https://www.xiaoliebian.com/images/block_8.png);
  -webkit-background-size: cover;
  background-size: cover;
}

/**
头部
 */
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

/**
导航下边缘线
 */
.nav_box {
    position: fixed;
    width: 100%;
    min-width: 1100px;
    background: rgb(226, 36, 39);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    /** border-bottom: 1px solid rgba(193,0,7,1);**/
}

.xlb_header_nav {
    width: 100%;

}

.xlb_logo {
    margin-top: 12px;
    margin-left: -15px;
    width: 135px;
}

.menu_icon {
    margin-right: 10px;
    display: inline-block;
    height: 40px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.dropdown-menu {
    top: 98%;
    left: -12px;
    margin-top: 12px;
    padding: 15px;
    -webkit-transition: 3000ms;
    -moz-transition: 3000ms;
    -ms-transition: 3000ms;
    -o-transition: 3000ms;
    transition: 3000ms;
}

.dropdown-menu li {
    line-height: 100%;
    height: 100%;
    font-size: 16px;
    /* padding-top: 2px; */
}

.dropdown-menu li:hover a {
    /*color: #DE1F26 !important;*/
}

.dropdown-menu li:hover a img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.menu_active_icon {
    color: #DE1F26 !important;

}

.dropdown-menu:before {
    position: absolute;
    width: 0;
    top: -20px;
    left: -40px;
    right: 0;
    margin-left: 30%;
    margin-right: auto;
    height: 0;
    content: " ";
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.xlb-headers {
    width: 100%;
    height: 700px;
    background: linear-gradient(180deg, rgba(222, 31, 38, 1) 0%, rgba(251, 71, 46, 1) 100%);

}

.nav_banner_btn_text {
    font-family: 'Source Han Sans CN';
}

.nav_divide {
    width: 100%;
    border: 1px solid rgba(193, 0, 7, 1);
}

.xlb_nav_menu_list {
    display: flex;
    flex-direction: row;
}

.nav_menu_item a {
    padding-bottom: 15px;
    color: #fff;
    outline: none;
}

.xlb_nav_menu_list .nav_menu_item:first-child {
    margin-left: 4%;
}

.xlb_nav_menu_list .nav_menu_item {
    margin-left: 4%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    min-width: 64px;
}

.nav_menu_login_btn {
    cursor: pointer;
    font-size: 0;
    margin-top: 15px;
    height: 29px;
    min-width: 210px;
}

/**
登录按钮部分
 */
.nav_login_text:last-child {
    margin-left: 10px;
    font-size: 16px;
}

.nav_login_text {

    /* margin-left: 10%; */

    padding: 5px 15px 5px 15px;
    display: inline;
    background: rgba(228, 75, 81, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    height: 29px;
    font-size: 16px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 29px;

    border-radius: 2px;
}

.nav_menu_item_active {
    border-bottom: 2px solid #fff;
}

.nav_banner_left {
    margin-top: 193px;
}

.nav_banner_right img {
    width: 100%;
    margin-top: 22%;
}

.nav_banner_text_title1 {
    width: 450px;
    height: 58px;
    font-size: 40px;
    font-family: Source Han Sans CN, serif;
    font-weight: 400;
    line-height: 58px;
    color: rgba(255, 255, 255, 1);

}
.nav_banner_text_title8 {
    width: 450px;
    height: 58px;
    font-size: 40px;
    font-family:"Adobe 仿宋 Std R";
    font-weight: 400;
    line-height: 58px;
    color: rgba(255, 255, 255, 1);

}
.nav_banner_text_title2 {
    width: 336px;
    margin: 30px 0 20px 0;
    height: 35px;
    font-size: 24px;
    font-family: 'Source Han Sans CN' !important;
    font-weight: 400;
    line-height: 35px;
    color: #F6F8F9;
}

.nav_banner_text_title3 {
    white-space: nowrap;
    height: 22px;
    font-size: 24px;
    font-family: 'Source Han Sans CN' !important;
    font-weight: 400;
    line-height: 23px;
    color: #F6F8F9;
}

.nav_banner_text_title4 {
    white-space: nowrap;
    margin-top: 11px;
    height: 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(255, 255, 255, 1);
}

/**
首页banner
 */
.index_banner {
    margin-top: 7% !important;
}

.nav_banner_btn_box {
    margin-top: 60px;
}

.nav_banner_btn_sign {
    display: inline-block;
    width: 146px;
    cursor: pointer;
    height: 35px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 5px rgba(199, 0, 0, 1);

    border-radius: 2px;
}

.nav_banner_btn_ques {
    cursor: pointer;
    display: inline-block;
    width: 146px;
    height: 35px;
    background: rgba(228, 75, 81, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 1px 5px rgba(199, 0, 0, 1);

    border-radius: 2px;
    margin-left: 20px;
}

.nav_banner_btn_ques div {

    height: 35px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN, serif;
    font-weight: 400;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);

    text-stroke: 1 rgba(0, 0, 0, 0.00);

}

.nav_banner_btn_sign div {
    text-align: center;
    height: 50px;
    font-size: 18px;
    font-family: Source Han Sans CN, serif;
    font-weight: 400;
    line-height: 50px;
    color: rgba(222, 31, 38, 1);

}

.nav_footer {
    z-index: 9999 !important;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -108px;
    height: 108px;
    background: rgba(222, 31, 38, 0.37);
    overflow: hidden;
}

.nav_footer_item {
    cursor: pointer;
    margin-top: 17px;
    height: 74px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.nav_footer_item_first {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.nav_footer_tips_1 {

    margin-top: -17px;
    height: 32px;
    font-size: 22px;
    font-family: Source Han Sans CN, serif;
    font-weight: 400;
    line-height: 80px;
    color: #fff;

}

.nav_footer_item_text {

    margin-left: 20%;
    width: 70%;

}

.nav_footer_tips_1 img {

    height: 40px;
    margin-left: 14px;
    position: relative;
    left: 0;
    top: 10px;
}

.nav_footer_tips_2 {

    line-height: 80px;

    z-index: 99;
    height: 25px;
    font-size: 16px;
    font-family: Source Han Sans CN, serif;
    font-weight: 400;

    color: #fff;

}

/**
尾部
 */

footer {
    font-family: 'Source Han Sans CN';
    background: rgba(53, 53, 53, 1);

}

.friend {
    width: 100%;
}

.friend_containner {
    width: 1200px;
    margin: auto;
}

.youqing {
    color: #fff;
}

.youqing_flex {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.youqing_line {
    flex: 1;
    height: 1px;
    margin-top: 9px;
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.youqing_a {
    margin: 12px 24px 12px 0;
    font-size: 12px;
    color: rgba(136, 136, 136, 1);
}

.youqing_a:link {
    color: rgba(136, 136, 136, 1);
}

.footer_dibu {
    text-align: center;
    margin: auto;
}

.gongan {
    float: right;
    margin-top: 12px;
    width: 50%;
    padding-left: 20%;
    box-sizing: border-box;
    text-align: end;
    height: 16px;
}

.gongan_one img {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.gongan_one {
    color: rgba(136, 136, 136, 1);
    margin-right: 40px;
}

.gongan_one:link {
    color: rgba(136, 136, 136, 1);
}

.gongan_one:visited {
    color: rgba(136, 136, 136, 1);
}

.gongan_one:hover {
    color: rgba(136, 136, 136, 1);
}

.gongan_one:active {
    color: rgba(136, 136, 136, 1);
}

.gongan_one img {
    margin-right: 6px;
    margin-top: -2px;
}

.footer_tips {

    margin-top: 14px;
    margin-bottom: 10px;
    padding-top: 6px;


    height: 16px;
    font-size: 16px;
    font-family: Segoe UI, serif;
    font-weight: 400;
    line-height: 16px;
    color: rgba(136, 136, 136, 1);

}

.footer_block {
    width: 100%;
    min-width: 1240px;
}

.footer_block_1 img {
    width: 150px;
    margin: 5px;
    margin-left: 0;

}

.footer_left {
    padding-left: 0;
    width: 400px;
}

.footer_block_3 {
    margin-top: 15px;
    font-size: 14px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 23px;
    color: rgba(218, 218, 218, 1);

}

.footer_block_4 {
    font-size: 14px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 23px;
    color: rgba(218, 218, 218, 1);

}

.footer_block_2 {

    height: 32px;
    font-size: 22px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 32px;
    color: rgba(218, 218, 218, 1);

}

.footer_block_5 img {
    margin-top: 17px;
    width: 149px;

}

.footer_block_right {
    display: flex;

}

.block_9_right_info {
    flex: 1;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-right: 24px;
}

.footer_block {
    background: rgba(53, 53, 53, 1);
    color: #fff;
    padding-top: 69px;
    padding-bottom: 24px;
}

.block_9_info_text1 {
    text-align: left;
    height: 32px;

    font-size: 18px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    padding-bottom: 10px;
    color: rgba(218, 218, 218, 1);


}

.footer_text_divide {
    width: 75px;
    margin-top: 10px;
    margin-bottom: 13px;
    border-top: 1px solid rgba(136, 136, 136, 1);
    /* opacity:1; */
}

.block_9_info_divide {
    width: 106px;
    height: 0;
    border: 1px solid rgba(136, 136, 136, 1);

}

.block_9_info_text2 {
    text-align: left;
    height: 26px;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 26px;
    color: rgba(136, 136, 136, 1);

}

/**
按钮
 */

.now_more_btn, .now_exp_btn {
    display: inline-block;
    width: 146px;
    height: 50px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 1);

    border-radius: 2px;
}

.now_more_btn {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    background: rgba(222, 31, 38, 1);
    line-height: 50px;
    text-align: center;

}

.now_more_btn:hover {

    color: #fff;
    background: rgba(228, 75, 81, 1);
}

.now_exp_btn {
    margin-left: 14px;
    width: 146px;
    text-align: center;
    line-height: 50px;
    color: rgba(222, 31, 38, 1);
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 31, 38, 1);
    font-size: 18px;
    border-radius: 2px;
}

.now_exp_btn:hover {
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

/**
flexBox
 */

/**
三段式文本标题
 */

/**
尾部导语
 */

.footer_quote_btn:hover {
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

.footer_quote_btn div {
    text-align: center;
    height: 50px;
    font-size: 18px;
    font-family: 'Source Han Sans CN', serif;
    font-weight: 400;
    line-height: 50px;

    opacity: 1
}


.footer_quote_text1 {

    height: 46px;
    font-size: 32px;
    font-family:"Adobe 仿宋 Std R" !important;
    font-weight: 400;
    line-height: 46px;
    color: rgba(255, 255, 255, 1);

}

.footer_quote_text2 {

    font-size: 20px;
    font-family: 'Source Han Sans CN', serif;
    font-weight: 400;
    margin-top: 5px;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);

}

.footer_quote__text3 {

    font-size: 20px;
    font-family: 'Source Han Sans CN', serif;
    font-weight: 400;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);

}

.footer_quote_btn {
    margin-top: 30px;
    width: 146px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    /*border:1px solid rgba(222,31,38,1);*/

    cursor: pointer;
    color: rgba(222, 31, 38, 1);
    border-radius: 2px;
}

.footer_step_btn {

    width: 146px;
    margin: 100px auto 20px;
    height: 50px;
    cursor: pointer;
    color: rgba(222, 31, 38, 1);
    border-radius: 2px;
    font-size: 18px;
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

.footer_step_btn div {
    text-align: center;
    line-height: 50px;

}

.footer_step_btn:hover {
    background: rgb(242, 32, 45);

    cursor: pointer;
    border-radius: 2px;
}

/**
标题下划线
 */
.common_long_divide {
    text-align: center;

    height: 3px;
    width: 74px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 34px auto 0;
    background: rgba(222, 31, 38, 1);
}

.common_short_divide {
    text-align: center;
    width: 50px;
    height: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    background: rgba(222, 31, 38, 1);
}

/**
导航功能页样式
 */
.khal_page {

}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;

}

.khal_art {

    min-height: 500px;
    max-height: 1200px;
}

.khal_page_pre {
    outline: none;
    margin: 15px 5px;
    padding: 8px 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;

}

.khal_page_next {
    outline: none;
    margin: 15px 5px;
    padding: 8px 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;

}

.khal_divide {
    height: 74px;
}

.khal_right_box {
    height: 1000px;
    margin: 20px;

}

.block_p1_title {
    /* cursor: pointer; */
    margin-top: 100px;
    text-align: center;
    height: 46px;
    width: 100%;
    font-size: 32px;
    font-weight: bold !important;
    line-height: 46px;
    color: rgba(53, 53, 53, 1);

}

.block_p1_title_show {
    /* cursor: pointer; */
    margin-top: 78px;
    text-align: center;
    height: 46px;
    width: 100%;
    font-size: 32px;
    font-family: 'Source Han Sans CN', serif;
    font-weight: bold !important;
    line-height: 46px;
    color: rgba(53, 53, 53, 1);

}

.block_p1_divide {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-top: 34px;
    height: 3px;
    width: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 45%;
    background: rgba(222, 31, 38, 1);

    margin-bottom: 74px;
}

/**
客户案例
 */
.khal_left_menu {

}

.khal_right_content {
    padding-left: 45px;
    /*height: 700px;*/
    border-left: 1px solid rgba(238, 238, 238, 1);
}

.khal_left_menu_item:last-child {
    margin-bottom: 40px;
}

.khal_left_menu_item {
    text-align: center;
    margin: 0 5% 10px 25%;
    border-radius: 2px;
    width: 60%;
}

.khal_left_menu_item_active {
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

.khal_left_menu_item:hover {
    background: rgba(222, 31, 38, 1);
    color: #fff;

}

.khal_right_list img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.khal_left_item_text {
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    line-height: 50px;
}

.khal_right_box_title {
    margin: 10px 10px 0 10px;
    color: #000;
}

.khal_right_box_desc {
    color: #888888;
    margin: 8px 0 30px 0px;
}

.khal_right_box_item {

}

.pagination_box {
    width: 100%;
    text-align: center;
    margin-top: 100px;
    display: flex;
    margin-bottom: 100px;
}

.pagination_item_number div {
    min-width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    margin-right: 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination_item_number {
    display: flex;
}

.pagination_item_pre, .pagination_item_next {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;

    margin-right: 15px;
    line-height: 30px;
}

.pagination_box_input {
    width: 40px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.42);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.pagination_box_all {
    height: 30px;
    margin-right: 15px;
    line-height: 30px;
}

.pagination_box_go {

    line-height: 30px;
}

.pagination_box_ok {
    height: 30px;
    /*border: 1px solid rgba(0,0,0,0.2);*/
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 30px;
}

.page_active:hover {
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

.page_active {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.page_active_current {
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

/**
渠道代理
 */

.footer_step_icon {

    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;

}

@keyframes goCircle {
    from {
        margin-left: 10%;
    }
    to {
        margin-left: 200%;
    }
}

.qddl_nav_text1 {
    height: 72px;

    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 72px;
    color: rgba(255, 255, 255, 1);


}

.qddl_nav_text2 {
    margin-bottom: -100px;
    margin-top: 20px;
    height: 35px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 35px;
    color: rgba(246, 248, 249, 1);

}


.qddl_nav_info {
    margin-top: 220px;
    padding-bottom: 150px;
}

.xlb-headers {
    height: 650px;
}

.qddl_block_1_items {
    display: flex;
    align-items: stretch;
    margin-bottom: 100px;
    margin-top: 74px;
}

.qddl_block_1_items:last-child {
    margin-right: -47px;
}

.qddl_block_1_item {
    flex: 1;
    padding: 5px;
    height: 330px;
    margin-right: 47px;
    border: 1px solid rgba(222, 31, 38, 1);

    border-radius: 2px;
    text-align: center;
}

.qddl_block_1_item:hover {

}

.qddl_block_1_icon {
    width: 50px;
    margin-top: 35px;
}

.qddl_block_1_item_active {
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: rgba(222, 31, 38, 1);
    box-shadow: 0px 3px 31px rgba(0, 0, 0, 0.16);
    border-radius: 2px;

}

.qddl_block_1_text {
    margin-top: 25px;
    font-size: 23px;
    font-family: Source Han Sans CN;

}

.qddl_block_1_desc_active {
    color: #fff !important;
}

.qddl_block_1_desc {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    font-size: 18px;
    color: rgba(136, 136, 136, 1);
    font-family: Source Han Sans CN;

}

.qddl_block_2 {
    background: rgba(246, 248, 249, 1);
    padding-bottom: 150px;
}

.qddl_block_2_item {
    width: 80%;
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
}

.qddl_block_2_icon {

    height: 45px;
    margin-right: 25px;
}

.qddl_block_2_item .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);


}

.qddl_block_2_desc {
    margin-top: 24px;

    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: rgba(136, 136, 136, 1);


}

/**
占位
 */
.qddl_block_2_blank {
    height: 100px;

}

.qddl_block_3_icon {

    height: 62px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.qqdl_block_3_items {
    display: flex;
}

.qddl_block_3 {
    padding-bottom: 100px;
}

.qddl_block_3_text {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    height: 32px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);
}

.qddl_block_4_desc {

    color: rgba(136, 136, 136, 1);
    margin-bottom: 30px;
}

.qddl_block_3_desc {
    color: rgba(136, 136, 136, 1);

}

.qddl_block_3_item {
    flex: 1;
    margin-top: 60px;
    margin-right: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 2px;

}

.qddl_block_3_item_right {
    margin-right: 0;
}

.qddl_block_4 .block_p1_title {
    color: #fff;
}

.qddl_block_4 .common_long_divide {
    color: #fff;
    background: #fff;
}

.qddl_block_4 {
    overflow: hidden;
    padding-bottom: 160px;
    background: rgba(222, 31, 38, 1);
}

.qddl_block_4_slide {

    height: 320px;

    overflow: hidden;

    margin-top: 74px;
}

.qddl_slide_item {
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}

.qddl_block_4_slide_top_icon {
    width: 40px;
    margin: 20px;
}

.qddl_block_4_slide_top_desc {
    font-size: 16px;

    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    color: rgba(136, 136, 136, 1);

}

.qddl_block_4_slide_bottom {
    height: 100%;
    top: 64%;
    overflow: hidden;
    height: 30%;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: 40px;
    background: rgba(238, 238, 238, 1);
}

.qddl_block_4_slide_bottom img {
    width: 58px;
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
    margin-left: 20px;
}

.qddl_block_4_slide_bottom_info_info {
    display: inline-block;
    vertical-align: middle;

}

.qddl_block_4_info_text1 {

    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: rgba(53, 53, 53, 1);

}

.qddl_block_4_info_text2 {

    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);

}

/**
关闭轮播插件的下标
 */
.pf-slider-pagination li {
    display: none;
}

.footer_step_box {
    margin-top: 140px;
}

.footer_step_box_2 {

    margin-top: 140px;
}

/**
处理栅格5个居中对齐
 */
.footer_step_first {
    margin-left: 4.15%;
}

.footer_step_desc {
    text-align: center;
    height: 35px;
    margin-top: 25px;
    font-size: 1.5em;
    font-family: Source Han Sans CN, serif;
    font-weight: 400;

    color: rgba(136, 136, 136, 1);

}

.footer_step_icon {
    width: 100%;
    overflow: hidden;
    margin-bottom: -50px;
}

.footer_step_box img {
    width: 50px;
    z-index: 999999999 !important;
    overflow: hidden;
}

.footer_step_box {
    overflow: hidden !important;
}

.qddl_box .xlb-headers {
    background: #fff;
}

.qddl_block_5 {
    padding-bottom: 100px;
}

.qddl_footer_btn_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.nav_banner_btn_box {
    /* margin-top: 63px; */
}

.nav_banner_btn_box2 {
    margin-top: 180px;
}

.qddl_footer_btns div {
    /* margin-top: 100px; */
    display: inline-block;
}

.qddl_footer_btns2 div {
    margin-top: 100px !important;
    display: inline-block;
}

.qddl_footer_btn1 {
    width: 146px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    margin-right: 26px;
    line-height: 50px;
    margin-top: 0;

    background: rgba(222, 31, 38, 1);
    text-align: center;

}

.qddl_footer_btn1:hover {
    background: rgba(228, 75, 81, 1);
}

.qddl_footer_btn2 {

    width: 146px;
    cursor: pointer;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: rgba(222, 31, 38, 1);
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    border-radius: 2px;
}
.zixun{
    border: 1px solid #de1f26;
}
.qddl_footer_btn2:hover {
    background: rgba(222, 31, 38, 1);
    color: #fff;
    cursor: pointer;
}

/**
裂变操盘
 */
/*.lbcp_block1 {*/
/*    padding-bottom: 100px;*/
/*}*/

.lbcp_block1_desc {

    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    color: rgba(53, 53, 53, 1);;

}

.lbcp_block1_items {
    width: 100%;
    display: flex;
    margin-top: 74px;
}

.lbcp_block1_item {
    flex: 1;
    width: 100%;
    text-align: center;

}

.lbcp_block1_icon {
    width: 150px;
}

.lbcp_block1_btn {
    margin: 0 auto;
    width: 150px;
    margin-top: 110px;
    text-align: center;

}


.lbcp_block2_item:nth-child(odd) {
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

.lbcp_block2_items {
    display: flex;
    margin-top: 74px;
    align-items: center;
    align-content: center;

}

.lbcp_block2_item {
    flex: 1;
    width: 100%;
}

.lbcp_block2 {
    background: rgba(246, 248, 249, 1);
}

.container-gray {
    background: rgba(246, 248, 249, 1);
}

.lbcp_block2_item { /* width: 252px; */
    height: 300px;
    overflow: hidden;
    padding: 0px 20px 50px 20px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.lbcp_block2_arrow {
    max-width: 80px;
    margin-top: 150px;
}

.lbcp_block2_title {
    margin-top: 30px;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
}

.lbcp_block2_desc {

    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    line-height: 34px;
    margin-top: 30px;
    color: #fff;
}

/*.lbcp_block2 {*/
/*    padding-bottom: 100px;*/
/*}*/

/*.lbcp_block3 {*/
/*    padding-bottom: 100px;*/
/*}*/

.lbcp_block3_items {
    display: flex;
}

.lbcp_block3_item {
    flex: 1;

    margin-top: 74px;
    width: 100%;
    text-align: center;
}

.lbcp_block3_info img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.lbcp_block3_text {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);

}

.lbcp_block4_items {
    display: flex;

}

.pf-slider-nav {
    opacity: .1 !important;
    margin-top: 10px;

}

.lbcp_block4_item {
    flex: 1;
    margin-right: 15px;
    margin-top: 15px;

}

.lbcp_block4 {
    margin-top: 74px;
    /*padding-bottom: 100px;*/
}

.lbcp_block4_items img {
    width: 219px;
    height: 96px;
    margin: 0 auto;
}

.lbcp_block4_last {
    opacity: 0;
}

.lbcp_block4_item .to_more {
    height: 96px;
    line-height: 96px;
    text-align: center;
    color: #DE1F26;
    width: 219px;
    border: 1px solid rgba(218, 218, 218, 1);

    border-radius: 2px;

}

.footer_quote_box .qddl_footer_btns2 div {
    margin-top: 25px !important;
    display: inline-block !important;
}

.lbcp_block4_title {
    border-top: 1px solid rgba(218, 218, 218, 1);
}

/**
裂变学院
 */

/**
关于我们
 */

/*.about_nav_box {*/
/*    background-size: cover;*/
/*    background-image: url("../images/menu/about_nav_bg.png");*/
/*}*/

.about_nav_info {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.about_nav_text1 {
    height: 72px;
    font-size: 50px;
    width: 100%;

    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 72px;
    color: rgba(255, 255, 255, 1);

    margin-bottom: 20px;
}

.about_nav_text2 {
    width: 100%;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
}

.about_nav_text3 {

    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);

}

.about_nav_divide20 {
    height: 30px;

}

.about_block_1_info {
    width: 80%;
    align-items: center;
    margin-left: 10%;
    display: flex;
    margin-top: 74px;
    margin-bottom: 100px;
}

.about_1_left {
    flex: 4;
    width: 100%;
    /* width:90%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    background: #DE1F26;
    color: #fff;
}

.about_1_right {
    width: 100%;
    flex: 4;
}

.about_1_right img {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    height: 100%;
    margin-left: -10%;
}

.about_info_desc {

    margin-top: 33px;

    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);


}

.about_info_divide {

}

.about_info_text1 {

    height: 40px;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);

}

.about_info_divide {
    text-align: center;
    width: 50px;
    height: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    background: #fff;
}

.about_block_1_footer_box {
    display: flex;
    padding-bottom: 100px;
    width: 100%;
}

.about_block_1_info_text1 {
    text-align: center;
    height: 46px;
    position: absolute;
    top: 45%;
    height: 100%;
    width: 100%;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 46px;
    color: rgba(255, 255, 255, 1);
}

.about_block_1_info_text2 {
    margin: 22px 30px 22px 30px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 37px;
    color: rgba(53, 53, 53, 1);
}

.about_1_footer_info1 {
    width: 90%;
    margin-left: 5%;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(238, 238, 238, 1);
}

.about_1_footer_info2 {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    width: 90%;
    margin-left: 5%;
    border: 1px solid rgba(238, 238, 238, 1);
}

.about_1_footer_top {

    position: relative;
}

.about_1_footer_top img {

}

.about_1_footer_top .about_footer_bg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.about_footer_btns {
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.about_nav_divide {
    text-align: center;
    width: 74px;

    height: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 30px;
    background: rgb(255, 255, 255);
}

.about_block_2_items {
    display: flex;
    margin-top: 74px;
    padding-bottom: 150px;
}

/**
产品矩阵
 */
.about_block_2_item {
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin-right: 35px;
    overflow: hidden;
    width: 100%;
    padding: 22px;
    background: #fff;
}

.about_block_2_item:last-child {
    margin-right: 0;
}

.about_block_2_item:hover {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: rgba(222, 31, 38, 1);
    box-shadow: 0px 3px 31px rgba(0, 0, 0, 0.16);

    border-radius: 2px;

}

.about_block_2_item:hover > div {
    color: #fff !important;
}

.about_block_2_info {
    position: relative;
}

.about_block_2_text1 {
    white-space: nowrap;
    margin-top: 20px;
    height: 29px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}

.about_block_2_text2 {
    font-size: 16px;
    white-space: nowrap;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);
}

.footer_tips {
    font-family: Source Han Sans CN;
}

.about_block_2_icon {
    height: 54px;
}

.about_block_2 {
    background: #F6F8F9;
}

.about_block_2_item:hover .about_block_2_text2 {
    color: #fff;
}

.about_block_2_item:hover .about_block_2_icon {
    display: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.about_block_2_item:hover .about_block_2_btns {
    bottom: -50px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.about_block_2_btns {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    background: #fff;
    bottom: -80px;
    width: 80%;
    left: 10%;
    border-radius: 2px;
    color: rgba(222, 31, 38, 1);

    margin-top: 30px;
}

.about_block_2_btn {
    cursor: pointer;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    text-align: center;
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: rgba(222, 31, 38, 1);
    opacity: 1
}

.about_block_3 {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.about_block_3_title {
    text-align: left;

}

.about_block_3_divide {

    margin-left: 0;
    text-align: left;
}

.about_block_3_items {
    padding-bottom: 150px;
    display: flex;
}

.about_block_3_item {
    flex: 1;
}

.about_block_3_right_img {
    margin-top: 170px;
}

.about_block_3_left {
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about_block_4_desc {
    margin-top: 10px;

    height: 52px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: rgba(53, 53, 53, 1);

}

.about_block_3_desc {
    margin-top: 30px;

    height: 52px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: rgba(53, 53, 53, 1) !important;


}

.about_block_4_items {
    display: flex;
    margin-top: 85px;
    margin-bottom: 170px;
}

.about_block_4_item {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(218, 218, 218, 1);
    border-right: none;

    border-radius: 2px;

}

.about_block_4_item:hover {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(222, 31, 38, 1);
    box-shadow: 0px 3px 31px rgba(0, 0, 0, 0.16);
    color: #fff;
}

.about_block_4_item:hover .about_block_4_text2 {
    color: #fff !important;
}

.about_block_4_item:hover .about_block_4_text1 {
    color: #fff !important;
}

.about_block_4_item:last-child {
    border-right: 1px solid rgba(218, 218, 218, 1);
}

.about_block_4_select .about_block_4_text1, .about_block_4_select .about_block_4_text2 {
    color: #fff !important;
}

.about_block_4_select {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(222, 31, 38, 1);
    box-shadow: 0px 3px 31px rgba(0, 0, 0, 0.16);
    color: #fff;

}

.about_block_4_info {
    text-align: center;
    padding: 20px;

}

.about_block_4_icon {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;

}

.about_block_4_text1 {

    height: 32px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: rgba(53, 53, 53, 1);


}

.about_block_4 {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.about_block_4_text2 {
    margin-bottom: 30px;
    height: 48px;
    font-size: 16px;
    margin-top: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);


}

.about_block_5_items {
    display: flex;
    width: 100%;

}

.about_block_5_items .about_block_5_item {
    flex: 1;
    margin-top: 80px;
    padding-bottom: 160px;

}
.about_block_5_item >img{
  width: 100%;
}
.about_block_5_left {
    margin-right: 50px;

}

.about_block_5_right {
    margin-right: 0;
}

.about_block_5_text1 {

    margin-top: 40px;
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    color: rgba(53, 53, 53, 1);

}

.about_block_5_text2 {
    margin-bottom: 10px;
    height: 55px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 55px;
    color: rgba(222, 31, 38, 1);

}

.about_block_5_text3 {

    width: 558px;

    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 36px;
    color: rgba(53, 53, 53, 1);

}

.about_block_5_text4 {

    width: 558px;
    line-height: 36px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    color: rgba(53, 53, 53, 1);

}

.about_block_5_text4:first-child {
    margin-top: 12px;
}

/**
裂变学院
 */
.lbxy_block1 .container {
    overflow: hidden;
}

/**
比例 1.3
 */
#lbxy_carousel {
    width: 576px;
    height: 345.6px;
    margin-top: 83px;
    margin-bottom: 25px;
}

#lbxy_carousel img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lbxy_small_box {

    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 345.6px;
    margin-top: 83px;
}

.lbxy_small_art:first-child .lbxy_small_text {
    margin-bottom: 5px;
    height: 166.8px;
    width: 278.2px;
}

.lbxy_small_art:last-child .lbxy_small_text {

    margin-top: 12px;
    height: 166.8px;
    width: 278.2px;
}

.lbxy_small_text {
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    overflow: hidden;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 240px;
    height: 144px;
}

.lbxy_small_text:hover img {
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.lbxy_slide_box {
    display: flex;
}

.lbxy_box .xlb-header {
    height: auto !important;
}

.lbxy_slide_flex_right {
    width: 240px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: 300ms;
    margin-top: 83px;
    height: 345.6px;
}

.lbxy_slide_flex_right img:first-child {
    width: 240px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 345.6px;
    margin-left: 10px;
}



.arousel-control {
    background: none;
}

/**
移除bt3轮播箭头阴影
 */
.carousel-control.left {

    background-image: none;
    background-repeat: repeat-x;

}

.carousel-control.right {

    background-image: none;
    background-repeat: repeat-x;
}

.lbxy_news_info {
    display: flex;
}

.lbxy_news_info img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lbxy_tab {
    width: 864px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);

    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    text-align: center;
}

.lbxy_tab div:first-child {
    margin-left: 0px !important;
}

.lbxy_tab div:last-child {
    margin-right: 0 !important;
}

.lbxy_tab div {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    margin-bottom: 0;
    font-size: 17px;
    padding-bottom: 10px;
    font-family: "Source Han Sans CN" !important;
    font-weight: 400;
}

.lbxy_tab .lbxy_tab_active {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(222, 31, 38, 1);
    border-bottom: 2px solid rgba(222, 31, 38, 1);
}

.lbxy_tab div:last-child {

}

.lbxy_tab div:hover {
    cursor: pointer;
    color: rgba(222, 31, 38, 1);
}

.lbxy_news_info img {
    width: 250px;
    margin: 20px 20px 20px 0;
}

.lbxy_news_items {
    overflow: hidden;
    width: 864px;

}

.lbxy_news_item {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(218, 218, 218, 1);;
}

.lbxy_news_texts {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.lbxy_news_text1 a {
    color: rgba(53, 53, 53, 1);
}

.lbxy_news_text1 a:hover {
    color: #f2202d;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none
}

.lbxy_news_text1 {
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: rgba(53, 53, 53, 1);


}

.lbxy_news_text2:after {
    content: '...';
}

.lbxy_news_text2 {
    width: 100%;
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: rgba(136, 136, 136, 1);

}

.lbxy_news_text3 {
    margin-top: 40px;
    display: flex;
    height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: rgba(136, 136, 136, 1);

}

.lbxy_news_info_date {
    width: 100%;
    flex: 1;
}

.lbxy_news_info_see {
    text-align: right;
    width: 90%;
    margin-right: 10%;
    flex: 1;
}


.carousel-inner .item {
    overflow: hidden;
}

.carousel-inner img {
    width: 100% !important;
}

.lbxy_right_ad {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
    width: 240px;
}

.lbxy_right_ad:last-child {
    margin-bottom: 50px;
}


.lbxy_right_ad {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25px;


}

.carousel-inner .item {
    cursor: pointer;
}

.lbxy_news_more {
    width: 100%;

}

.lbxy_news_more_btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 100px auto;
}

@media all and (max-width: 1400px)  and (min-width: 1200px) {
    .about_1_right {
        display: none;
    }

    .nav_menu_login_btn {
        margin-left: -40px !important;
    }
}

@media all and (min-width: 1401px) {
    .nav_menu_login_btn {
        margin-left: -20px !important;

    }
}

@media all and (max-width: 1200px) {
    .friend_containner {
        width: 970px;
    }

    .footer_dibu {
        width: 970px;
    }

    .lbxy_slide_flex_right {
        display: none;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

    .xlb_nav_menu_list .nav_menu_item {
        margin-left: 0;
    }

    .about_1_right {
        display: none;
    }

    .xlb_nav_menu_list .nav_menu_item:first-child {
        margin-left: 0%;
    }

    .nav_banner_btn_sign, .nav_banner_btn_ques {
        width: 100px;
    }

    .block_2_btn {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .now_more_btn, .now_exp_btn {
        width: 100px;
    }
}

.p_school_slide {
    overflow: hidden !important;
}

.nav_btn_login {
    font-size: 16px;
    padding-left: 20px;
    width: 28px;
    background: #fff;
    color: rgba(228, 75, 81, 1);
}

.nav_btn_login a {
    color: rgba(228, 75, 81, 1);
}

.nav_btn_login a:hover {
    color: rgba(228, 75, 81, 1);
}

.sign_xlb_btn a {
    color: #fff;
}


/*index.css*/
body {

    overflow: auto;
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    padding: 0px;
}

.blcok_1 {
    position: relative;
}

.block_1_title strong {
    font-weight: bold;
}

.block_2_title_1 strong {
    font-weight: bold !important;
}

.block_1_title {

    margin-top: 76px;
    text-align: center;
    height: 46px;
    font-size: 32px;
    font-weight: bold;
    /*font-family: 'Source Han Sans CN', serif;*/
    line-height: 46px;
    color: rgba(53, 53, 53, 1);
    opacity: 1;
}

.block_1_divide {
    text-align: center;
    height: 3px;
    width: 74px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 34px auto 0;
    background: rgba(222, 31, 38, 1);
}

.block_1_desc {
    margin-top: 16px;
    text-align: center;
    height: 26px;
    font-size: 18px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 26px;
    color:#666;
    opacity: 1;
}

.block_1_box {
    position: relative;
    margin-top: 50px;
    display: flex;
    /* font-size: 16px; */
    margin-bottom: 16px;
}

.block_1_rec {
    flex: 1;
    position: relative;
    height: 125px;
    text-align: center;
}

.block_1_box_type_1 {
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    -ms-transition: 50ms;
    -o-transition: 50ms;
    transition: 50ms;
    border: 1px solid rgba(222, 31, 38, 1);
    opacity: 1;
    color: #000;
    border-radius: 5px;
}

.block_1_box_type_1_active {
    color: #fff !important;
    background: rgba(222, 31, 38, 1);
}

.block_2_right_img {
    /* width: 90%; */
    margin-top: 74px;
    margin-left: 10%;
}

/**.block_1_box_type_1:hover{
    color: #fff;
    background:rgba(222,31,38,1);
}**/
#block_1_show_1 img,
#block_1_show_2 img,
#block_1_show_3 img,
#block_1_show_4 img {
    /* width:43px; */
    height: 43px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 15px;
    opacity: 1;
}

#block_1_show_1 .btn,
#block_1_show_2 .btn,
#block_1_show_3 .btn,
#block_1_show_4 .btn {
    margin-top: 18px;
    font-size: 16px;
}

#block_1_show_1 .btn:hover,
#block_1_show_2 .btn:hover,
#block_1_show_3 .btn:hover,
#block_1_show_4 .btn:hover {
    color: #fff;
}

.rec_round_1 {
    margin: 2px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: rgba(255, 207, 211, 1);
    border-radius: 50%;
    opacity: 1;
}

.rec_round_2 {
    margin: 2px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: rgba(228, 75, 81, 1);
    border-radius: 50%;
    opacity: 1;
}

.rec_round_3 {
    margin: 2px;
    width: 11px;
    display: inline-block;
    height: 11px;
    background: rgba(222, 31, 38, 1);
    border-radius: 50%;
    opacity: 1;
}

.block_1_box_type_2 {
    margin-top: 60px;
}

.block_2 {
    position: relative;
    background: rgba(238, 238, 238, 1);
}

.block_1_rec_active .btn:after {
    position: absolute;
    width: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -80px;
    height: 0px;
    content: " ";
    border-right: 25px solid transparent;
    border-top: 25px solid #ff0 transparent;
    border-left: 25px solid transparent;
    border-bottom: 25px solid rgba(238, 238, 238, 1);
}

.block_2_pane {
    display: none;
}

.block_2_pane_active {
    display: block !important;
}

.block_3_rec_box {
    margin-top: 50px;
    display: flex;
}

.block_3_rec:hover .block_3_text_2 {
    color: #000;
}

.block_3_rec:hover .block_3_text_3 {
    color: #000;
}

.block_3_rec_out {
    width: 210px;
    height: 272px;
    color: rgba(112, 112, 112, 1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    opacity: 1;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 2px
}

.block_3_rec_out:hover {
    margin-top: -3px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    color: rgba(53, 53, 53, 1);
    box-shadow: 0px 11px 30px rgba(107, 4, 4, 0.15);
    /**  border-bottom:5px solid rgba(228,75,81,1);**/
}

.block_3_rec_btn {
    margin-top: 40px;
    text-align: center;
}

.block_3_rec {
    flex: 1;
    width: 100%;
    text-align: center;
}

.block_3_img {
    width: 75px;
    padding: 10px;
    border-radius: 50%;
    opacity: 1;
}

.block_3_text_1 {
    font-size: 20px;
    margin-top: 23px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.block_3_text_2 {
    margin-top: 32px;
    /*width:144px;*/
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    line-height: 26px;
    color: rgba(136, 136, 136, 1);
    opacity: 1;
}

.block_3_text_3 {
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    line-height: 26px;
    color: rgba(136, 136, 136, 1);
    opacity: 1;
}

.block_2_title_1 {
    margin-top: 74px;

    height: 37px;
    font-size: 26px;
    font-family: 'Source Han Sans CN', serif;
    font-weight: 400;
    line-height: 37px;
    color: rgba(53, 53, 53, 1);
    opacity: 1;
}

.block_2_btn {
    margin-top: 93px;
}

.block_2_btn div {
    display: inline-block;
}

.block_2_btn_more {
    width: 146px;
    cursor: pointer;
    height: 50px;
    background: rgba(222, 31, 38, 1);
    opacity: 1;
    border-radius: 2px;
}

.block_2_btn_more:hover {
    background: rgba(222, 31, 38, 0.8);
}

.block_2_btn_exp {
    cursor: pointer;
    width: 146px;
    margin-left: 22px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 31, 38, 1);
    opacity: 1;
    border-radius: 2px;
}

.block_2_btn_exp:hover {
    background: rgba(222, 31, 38, 1);
}

.block_2_btn_exp:hover .block_2_btn_text2 {
    color: #fff;
}

.block_5_rec_img_active {

    -webkit-box-shadow: 3px 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.block_2_tab_img {
    width: 100%;
}

.block_2_btn_text {
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.block_2_btn_text2 {
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 50px;
    color: rgba(222, 31, 38, 1);
    opacity: 1;
}

.block_2_title_2 {
    width: 45px;
    height: 3px;
    margin-top: 24px;
    background: rgba(222, 31, 38, 1);
    opacity: 1;
}

.block_2_title_3 {
    font-size: 22px;
    margin-top: 29px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 37px;
    color: rgba(136, 136, 136, 1);
    -webkit-text-stroke: 1 rgba(0, 0, 0, 0.00);
    text-stroke: 1 rgba(0, 0, 0, 0.00);
    opacity: 1;
}

.block_2_title_4 {
    font-size: 22px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    line-height: 37px;
    color: rgba(136, 136, 136, 1);
    opacity: 1;
}

.block_2_title_3show {
    font-size: 22px;
    margin-top: 22px;
    font-weight: 400;

    color: rgba(136, 136, 136, 1);
    -webkit-text-stroke: 1 rgba(0, 0, 0, 0.00);
    text-stroke: 1 rgba(0, 0, 0, 0.00);
    opacity: 1;
}

.block_2_title_4show {
    font-size: 22px;
    font-weight: 400;

    color: rgba(136, 136, 136, 1);
    opacity: 1;
}

.block_4 {
    /*border-top: 1px solid rgba(218, 218, 218, 1);;*/
    /*margin-top: 100px;*/
    /*padding-bottom: 120px;*/
}

.block_4_rec_box {
    display: flex;
    margin-top: 50px;
}

.block_4_rec_box .block_3_rec_out {
    border: none !important;
}

.block_5_rec_box {
    display: flex;
}

.block_3_rec_out .blcok_3_rec_img {
    height: 60px;
    margin-top: 20px;
    margin-bottom: 31px;
}

.block_3_rec_out .blcok_3_rec_text_1 {
    margin-bottom: 13px;
    height: 34px;
    font-size: 23px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.block_3_rec_out .blcok_3_rec_text_2 {
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    line-height: 27px;
    opacity: 1;
}

.block_3_rec_out .blcok_3_rec_text_3 {

    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    line-height: 27px;
    opacity: 1;
}

.block_5_rec:hover .block_5_rec_title {
    opacity: .8;
}

.block_5_rec {
    overflow: hidden;
    height: 217px;
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.39);
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    flex: 1;
    position: relative;
}

.block_5_rec_first {
    margin-top: 50px;
}

.block_5_rec_title {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 217px;
    text-align: center;
    font-size: 20px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.block_5_rec_img {
    height: 217px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.block_5_rec_img:hover {
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.block_5_rec_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.block_5 {
    /*padding-bottom: 120px;*/
    /*border-top: 1px solid rgba(218, 218, 218, 1);*/
    /*border-bottom: 1px solid rgba(218, 218, 218, 1);*/
}

.block_6_rec {
    flex: 1;
    margin-right: 22px;
    text-align: center;
}

.block_6_rec_box {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block_6_rec_first {
    margin-top: 50px;
}

.block_6_rec img {
    width: 182px;
    cursor: pointer;
}

.block_7 {
    margin-top: 50px;
    border-top: 1px solid rgba(218, 218, 218, 1);
    padding-bottom: 100px;
}

.block_7_rec_box {
    display: flex;
    margin-top: 50px;
}

.block_7_rec {
    flex: 1;
    text-align: center;
}

.block_7_rec_info {
    padding-bottom: 20px;
    width: 90%;
    margin-left: 5%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    opacity: 1;
    border-radius: 5px;
}

.block_7_rec_info:hover {
    box-shadow: 0px 1px 5px rgba(212, 43, 43, 0.17);
}

.block_7_rec_img {
    /* width: 60px; */
    margin-top: 43px;
    margin-bottom: 24px;
    height: 64px;
}

.block_7_rec_text1 {
    border-top: 1px solid rgba(218, 218, 218, 1);
    padding-top: 14px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    color: rgba(53, 53, 53, 1);
    opacity: 1;
}

.block_7_rec_text2 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-top: 9px;
    color: rgba(112, 112, 112, 1);
    opacity: 1;
}

.tab-pane {
    overflow: hidden;
}

.exp_xlb_btn > a, .sign_xlb_btn > a {
    text-decoration: none;

}

.modal_s {
    display: none;
}

/*index.css*/
.right_phone {

    width: 100%;
    position: absolute;
    top: 405px;
    height: 16px;
    font-size: 1.3rem;
    padding-right: 10px;
    color: #DE1F26;

    text-align: center;
}


.delshiyong {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 85px auto 98px auto;
}

.freeshiyong {
    width: 146px;
    height: 50px;
    background: #DE1F26;
    opacity: 1;
    border-radius: 2px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.freesend {
    width: 146px;
    height: 50px;
    border: 1px solid #DE1F26;
    opacity: 1;
    margin-left: 14px;
    color: #de1f26;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.menuits {
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 60px;

}

.menuitdetail {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    font-family: Source Han Sans CN;
}
.menuititle{
    font-family: "PingFang SC Regular";
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    line-height: 30px;
    margin-top: 6px;
}


.nav_banner_btn_sign .call_xlb_btn {
    color: #fff !important;
    height: 50px !important;
}

.xlb-headers .nav_banner_btn_sign {
    background: #fff;
}

.xlb-headers .nav_banner_btn_sign .call_xlb_btn {
    color: #de1f26 !important;
}

.xlb-headers .nav_banner_btn_ques {
    background-color: transparent;
    border: none;
}

.xlb-headers .nav_banner_btn_ques .call_xlb_btn {
    color: #fff !important;
}

.nav_banner_btn_ques .call_xlb_btn {
    color: #de1f26 !important;
    line-height: 48px !important;
}
.nav_banner_btn_sign {
    height: 50px;
    background: #de1f26;
    box-shadow: none;
}

.nav_banner_btn_ques {
    height: 50px;
    padding: 0;
    margin-left: 14px !important;
    color: #de1f26 !important;
    background: #fff;
    border: 1px solid #de1f26;
    box-shadow: none;
}

.nav_banner_left>.nav_banner_btn_box >.nav_banner_btn_ques .call_xlb_btn {
    color: #fff !important;
}
.nav_banner_left>.nav_banner_btn_box > .nav_banner_btn_ques {
    border: 1px solid #fff;
}
.footer_flex{
    display: flex;

}
