/**基础样式**/
* {
    margin: 0;
    padding: 0;
}

body, html {
    border: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}

html, body {
    font-size: 14px;
}

strong {
    font-weight: 500 !important;
}

a, a:active, a:hover, a:visited {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
}

h1 {
    white-space: nowrap;
    height: 58px;
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    color: rgba(255, 255, 255, 1);
    margin: 0 !important;
}

h2 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.btn:active {
    outline: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);

}

/**
全局公共样式
 */
.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;
}

body {
    padding: 0 !important;
    overflow: auto !important;
}

.flex-item-last img {
    opacity: 0;
}

.flex-item-last .p1_2_item_title {
    color: #264bf3 !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: 44px;
    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%;
}

@keyframes scaleDraw {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.5);
    }
}

.xlb-header {
    width: 100%;
    min-width: 1100px;
    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);
}


/**
加载字体
 */
@font-face {

    font-family: "Source Han Sans CN";
    /*src: url("./DroidSansChinese.ttf") format('truetype');*/

}

/**
头部
 */
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: -50px;
    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: #264bf3 !important;*/
}

.dropdown-menu li:hover a img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.menu_active_icon {
    color: #264bf3 !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-header {
    width: 100%;
    height: 700px;
    background: linear-gradient(180deg, rgba(222, 31, 38, 1) 0%, rgba(251, 71, 46, 1) 100%);

}

.nav_banner_btn_text {
}

.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: 2%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    min-width: 64px;
    cursor: pointer;

}

.nav_menu_login_btn {
    cursor: pointer;
    font-size: 0;
    margin-top: 15px;
    height: 29px;
    min-width: 210px;
    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-weight: 400;
    line-height: 29px;

    border-radius: 2px;
}

.nav_menu_item_active {
    border-bottom: 2px solid #fff;
}

.nav_banner_left {
    margin-top: 165px;
    padding-left: 50px;
    text-align: left;
}

.nav_banner_right img {
    width: 92%;
    margin-top: -36px;
}

.nav_banner_text_title1 {
    font-size: 34px;
    font-weight: 500;
    color: #FFF;
    line-height: 48px;
    margin-bottom: 20px;

}
.nav_banner_text_title8 {
    width: 450px;
    height: 58px;
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    color: rgba(255, 255, 255, 1);

}
.nav_banner_text_title2 {
    margin-top: 20px;
    max-width: 480px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 28px;
}

.nav_banner_text_title3 {
    white-space: nowrap;
    height: 22px;
    font-size: 24px;
    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: 150px;
    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: 150px;
    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: 22px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);

}

.nav_banner_btn_sign div {
    text-align: center;
    height: 50px;
    font-size: 22px;
    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-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-weight: 400;

    color: #fff;

}

/**
标题下划线
 */
.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: #1F2D3D;

}

.block_p1_title_show {
    /* cursor: pointer; */
    margin-top: 78px;
    text-align: center;
    height: 46px;
    width: 100%;
    font-size: 32px;
    font-weight: bold !important;
    line-height: 46px;
    color: #1F2D3D;

}

.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-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-weight: 400;
    line-height: 35px;
    color: rgba(246, 248, 249, 1);

}

.qddl_nav_box {
    height: 650px;
    background-size: cover;
    background-image: url("../images/menu/qddl_nav_bg.png");
}

.qddl_nav_info {
    margin-top: 220px;
    padding-bottom: 150px;
}

.xlb-header {
    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;

}

.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);

}

.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-weight: 400;
    color: #1F2D3D;


}

.qddl_block_2_desc {
    margin-top: 24px;

    font-size: 22px;
    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-weight: 400;
    color: #1F2D3D;
}

.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-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-weight: 400;
    line-height: 26px;
    color: #1F2D3D;

}

.qddl_block_4_info_text2 {

    font-size: 16px;
    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-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-header {
    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 #264bf3;
}
.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-weight: 400;
    color: #1F2D3D;
}

.lbcp_block1_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 74px;
}

.lbcp_block1_item {
    width: 390px;
    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-weight: 400;
    text-align: center;
}

.lbcp_block2_desc {

    font-size: 18px;
    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;
    flex-wrap: wrap;
}

.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-weight: 400;
    color: #1F2D3D;

}

.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: #264bf3;
    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;
    margin-top: 50px;
    padding-bottom: 100px;
}

.about_nav_text1 {
    height: 72px;
    font-size: 50px;
    width: 100%;
    margin-top: 160px !important;
    font-weight: 400;
    line-height: 72px;
    color: rgba(255, 255, 255, 1);

    margin-bottom: 20px;
}

.about_nav_text2 {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
}

.about_nav_text3 {

    font-size: 22px;
    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: #264bf3;
    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-weight: 400;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);


}

.about_info_divide {

}

.about_info_text1 {

    height: 40px;
    font-size: 28px;
    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-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-weight: 400;
    line-height: 37px;
    color: #1F2D3D;
}

.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-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}

.about_block_2_text2 {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);
}

.footer_tips {
}

.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-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-weight: 400;
    line-height: 26px;
    color: #1F2D3D;

}

.about_block_3_desc {
    margin-top: 30px;

    height: 52px;
    font-size: 18px;
    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-weight: 400;
    line-height: 32px;
    color: #1F2D3D;


}

.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-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_left {
    margin-right: 50px;
}

.about_block_5_right {
    margin-right: 0;
}

.about_block_5_text1 {

    margin-top: 40px;
    font-size: 25px;
    font-weight: 400;

    color: #1F2D3D;

}

.about_block_5_text2 {
    margin-bottom: 10px;
    height: 55px;
    font-size: 30px;
    font-weight: 400;
    line-height: 55px;
    color: rgba(222, 31, 38, 1);

}

.about_block_5_text3 {

    width: 558px;

    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #1F2D3D;

}

.about_block_5_text4 {

    width: 558px;
    line-height: 36px;
    font-size: 20px;
    font-weight: 400;

    color: #1F2D3D;

}

.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;
}

.lbxy_right_box {

    width: 100%;
    height: 400px;
    margin-top: 83px;
    background-image: url("../images/menu/banner4.png");
    background-size: 100% 100%;
    /* margin-bottom: 25px; */

}

.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-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: #1F2D3D;
}

.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-weight: 400;
    line-height: 26px;
    color: #1F2D3D;


}

.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-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-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;
}
.naver_box{
    padding-left: 60px;
    display: flex;
    justify-content: center;
}
@media all and (max-width: 1400px)  and (min-width: 1200px) {
    .about_1_right {
        display: none;
    }
    .nav_menu_login_btn {
        margin-left:75px !important;
    }
    .naver_box{
        display: flex;
        justify-content: flex-start;
    }
}
@media all and (min-width: 1401px) {
    .nav_menu_login_btn {
        position: relative;
        left: 30px;
        top: 0;
        /*margin-left: 170px !important;*/
    }
    /*.naver_box {*/
    /*    display: flex;*/
    /*    padding-left: 43px;*/
    /*   justify-content: flex-start;*/
    /*}*/
}
@media (min-width: 768px) {
    .col-sm-1 {
        width:11%;
    }
}
@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: 15px;
    padding-right: 15px;
    width: 28px;
    background: #fff;
    color: rgba(228, 75, 81, 1);
    text-align: center;
}

.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: 15px;
    text-align: center;
    height: 46px;
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    color: #1F2D3D;
    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-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: #1F2D3D;
    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-weight: 400;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.block_3_text_2 {
    margin-top: 32px;
    /*width:144px;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(136, 136, 136, 1);
    opacity: 1;
}

.block_3_text_3 {
    font-size: 16px;
    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-weight: 400;
    line-height: 37px;
    color: #1F2D3D;
    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-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-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-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-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-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-weight: 400;
    line-height: 27px;
    opacity: 1;
}

.block_3_rec_out .blcok_3_rec_text_3 {

    font-size: 16px;
    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-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{
    margin-bottom: 100px;
}

.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-weight: 400;

    color: #1F2D3D;
    opacity: 1;
}

.block_7_rec_text2 {
    font-size: 18px;
    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: #264bf3;

    text-align: center;
}


.delshiyong {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 85px auto 98px auto;
}

.freeshiyong {
    width: 150px;
    height: 50px;
    background: #264bf3;
    opacity: 1;
    border-radius: 2px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;
}

.freesend {
    width: 150px;
    height: 50px;
    border: 1px solid #264bf3;
    opacity: 1;
    margin-left: 16px;
    color: #264bf3;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;
}

.menuits {
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 60px;

}

.menuitdetail {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}
.menuititle{
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;
    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-header .nav_banner_btn_sign {
    background: #fff;
}

.xlb-header .nav_banner_btn_sign .call_xlb_btn {
    color: #264bf3 !important;
}

.xlb-header .nav_banner_btn_ques {
    background-color: transparent;
    border: none;
}

.xlb-header .nav_banner_btn_ques .call_xlb_btn {
    color: #fff !important;
}

.nav_banner_btn_ques .call_xlb_btn {
    color: #264bf3 !important;
    line-height: 48px !important;
}
.nav_banner_btn_sign {
    height: 50px;
    background: #264bf3;
    box-shadow: none;
}

.nav_banner_btn_ques {
    height: 50px;
    padding: 0;
    margin-left: 14px !important;
    color: #264bf3 !important;
    background: #fff;
    border: 1px solid #264bf3;
    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;

}
.nav_banner_right-img {
    margin-top: 0 !important;
    max-height: 650px;
    overflow: hidden;
}


.lbcp_block1_info img {
    width: 72px;
    height: 72px;
    margin-bottom: 60px;
}

.lbcp_block1_desc-sub {
    color: #666666;
    font-size: 16px;
    margin-top: 24px;
}

.modal_path_code {
    position: absolute;
    left: 481px;
    top: 237px;
    width: 134px;
    height: 134px;
}

.modal_img_path_avatar {
    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;
}

.exp_xlb_btn > a, .sign_xlb_btn > a {
    text-decoration: none;
    color: #fff !important;
}

.siyuheader {
    height: 100px;
    padding: 0 24px;
    background: linear-gradient(180deg,#264bf3, #3b5eff);
}

.siyuheader span {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 100px;
    margin-left: 24px;
}

.block-siyu {
    height: 360px;
    width: 360px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0px 2px 6px rgba(151, 151, 151, 0.12);
}

.siyucontent {
    margin-top: 68px;

}

.siyuconten {
    margin-top: 30px;
    margin-left: 46px;
}

.siyuconten img {
    width: 17px;
    position: relative;
    left: 0;
    top: -1px;
}

.siyuconten span {
    margin-left: 16px;
}

.siyumore {
    height: 40px;
    max-height: 40px;
    min-width: 150px;
    padding: 8px 30px;
    border-radius: 25px;
    background: #FFFFFF;
    border: 1px solid #264bf3;
    font-size: 16px;
    font-weight: bold;
    color: #264bf3;
}

.siyugetmore {
    width: 150px;
    margin: 56px 0 0 46px;
    cursor: pointer;
}

.siyu-row {
    position: relative;
    left: 20px;
    top: -1px;
}

.block_p1_siyu {
    justify-content: space-around !important;
}

.siyu-block {
    background: linear-gradient(180deg, #264bf3, #3b5eff);
    background: url("/static/operationPrivate/images/siyu-bg-blocl.png") no-repeat center center;
    padding: 54px 28px;
    width: 354px;
    height: 480px;
}

.siyu-block-header {
    font-size: 28px;
    font-weight: bold;
    line-height: 23px;
    color: #FFFFFF;
    margin-top: 40px;
}

.siyu-block-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 32px;
}

.siyu-block-sub {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.siyu-block-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 84px;
}

.siyu-row-right {

    margin: 150px 10px 0 10px;
}

.lbcp_block3_info img {
    width: 132px;
    height: 132px;
}

.exp_xlb_btn > a, .sign_xlb_btn > a {
    text-decoration: none;
}

.about_nav_box {
    background-size: cover !important;
    background-image: url("../images/siyu/aboutus.png") !important;
}

.xlb-header {
    /*height: 500px;*/
}

.about_nav_text1 {
    font-size: 52px;
}
.about_nav_text2{
    font-size: 40px;
}
.about_nav_text3{
    font-size: 22px;
    color: #FFFFFF;
}
.aboutus{
    margin-top: 60px;
}
.aboutusmenu{
    display: flex;
    flex-direction: row;
    padding: 64px 80px 64px 56px;
    background: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 2px;
    margin: 0 36px;
}
.aboutusmenu img{
    width: 60px;
    height: 60px;
    position: relative;
    left: 0;
    top:6px;
    margin-right: 70px;
}
.aboutall{
    font-size: 32px;
    color: #353535;
    font-weight: bold;
}
.aboutdetail{
    font-size: 20px;
    margin-top: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #888888;
    opacity: 1;
}
.aboutdetails{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #888888;
    opacity: 1;
}

.aboutusmenus{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.about_block_us{
    background: url('../images/siyu/aboutbg-us.png') no-repeat center center;
    width: 1200px;
    height: 480px;

    box-shadow: 0px 0px 6px rgba(151, 151, 151, 0.12);
    opacity: 1;
    border-radius: 2px;
}
.about-jia{
    font-size: 32px;
    font-weight: bold;
    line-height: 23px;
    color: #333333;
    margin-left: 50%;
    margin-top: 82px;
    margin-bottom: 50px;
}
.about_block_us-kehu{
    font-weight: bold;
    color: #333333;
    font-size: 24px;
}
.about_block_us-kehu-detail{
    color: #333333;
    font-size: 20px;
    line-height: 34px;
}
.about-all-jia img{
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right: 16px;
}
.about-all-jia{
    display: flex;
    margin-top:10px;
    margin-left: 50%;
}
.about-block-time{
    display: flex;
    width: 80%;
    margin-left: 10%;
}
.about-block-year{
    display: flex;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.about-block-year-title {
    display: inline-block;
    min-width: 84px;
}
.about-block-right{
    margin-left: 70px;
}
.about-block-content{
    font-weight: 400 !important;
    font-size: 20px;
    margin-left: 40px;
}
.year16{
    position: relative;
    left: 0;
    top: 70px;
}
.year17{
    position: relative;
    left: 0;
    top: 140px;
}
.year18{
    position: relative;
    left: 0;
    top: 210px;
}

.year19{
    position: relative;
    left: 0;
    top:252px;
}
.year20{
    position: relative;
    left: 0;
    top: 295px;
}
.year21{
     position: relative;
     left: 0;
     top: 336px;
 }
.year22{
    position: relative;
    left: 0;
    top: 400px;
}
.about_block_5_text1{
    margin-top: 10px;
    font-size: 26px;
    font-weight: 400;
   color: #353535;
}
.about_block_5_text3{
    color: #353535;
    font-size: 20px;
    font-weight: 400;
    margin-top: 42px;
}
.about_block_5_text4{
    color: #353535;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
}

/*header*/
.menu_title{
    width: 38px;
    height: 2px;
    background: #264bf3;
    opacity: 1;
    margin-top: 6px;
}
.menu-right{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 25%;
}
.menu-title{
    color: #000;
    font-size: 16px;
    line-height: 34px;
    margin-top: 12px;
}
.menu-title:hover{
    color: #264bf3;
}
.menu-desc{
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
    line-height: 14px;
    color: #888888;
}
.menu-li-right{
    width: 700px;
    display: flex;
}
.dropdown-menu:before{
    margin-left: 30%;
}
.dropdown-menu{
    left: -154px;
}
.xlb_nav_menu_list .nav_menu_item:first-child{
    margin-left: 0;
}
/*.xlb-header{*/
/*    height: auto !important;*/
/*}*/
.menuititle{
    font-size: 18px;
}
.container-fluids {
    min-width: 1100px;
}
.header-text {
    color: #264bf3;
    text-align: center;
    margin-top: 9px;
}
/*header*/
/**
公众号裂变系统样式表
 */
 .p1_slide_top {
    height: auto !important;
}

.xlb-header {
    width: 100%;
    height: 650px;
    background: linear-gradient(180deg, rgba(222, 31, 38, 1) 0%, rgba(251, 71, 46, 1) 100%);
    opacity: 1;
}

.block_p1_title h3 {
    font-weight: bold;
}

.block_p1_title {
    /* cursor: pointer; */
    margin-bottom: 0;
    text-align: center;
    height: 46px;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    color: #333333;
    opacity: 1;
}

.block_p1_divide {
    text-align: center;
    height: 3px;
    width: 74px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(222, 31, 38, 1);
    opacity: 1;
    margin: 34px auto 74px;
}

.nav_slide_box {
    display: flex;
    padding: 0 8px 0 0;
    background: #F5F9FF;
}

.nav_slide_box div {
    flex: 1;
}

.nav_slide_btn {
    height: 60px;
    border-radius: 4px;
}

.nav_slide_btn_text {
    height: 60px;;
    font-size: 26px;
    cursor: pointer;

    line-height: 60px;
    text-align: center;
    width: 100%;
}

.p1_causel_block {
     padding-bottom: 60px;
    box-sizing: border-box;
}

.carousel {
    height: auto;
}

.carousel-caption {
    text-align: left;

    text-shadow: none;
    top: 100px;
}

.nav_slide_info {
    width: 100%;
    /* margin-right: -20%; */
}

.nav_slide_divide {
    text-align: left;
    height: 3px;
    width: 50px;
    margin: 20px auto 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(222, 31, 38, 1);
}

.nav_slide_text1 {

    font-size: 26px;

    font-weight: 400;
    line-height: 37px;
    color: #1F2D3D;
    /*width: 500px;*/

    opacity: 1;

}

.nav_slide_desc {
    position: relative;
    margin-top: 10px;
    height: 29px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(136, 136, 136, 1);
    opacity: 1;
}

.nav_slide_text2 {
    margin-top: 20px;
    height: 32px;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    color: #1F2D3D;
    opacity: 1;

}

.nav_slide_text2 img {
    width: 10px !important;
}

.nav_round {
    width: 10px;
    height: 10px;
    background: rgba(53, 53, 53, 1);
    border-radius: 50%;
    opacity: 1;

}


.block_p1_2 {
    background: #fff;
}

.block_p2_divide {
    height: 3px;
    width: 74px;
    margin: 34px auto;
    background: rgba(222, 31, 38, 1);
    opacity: 1;
}

.block_p2_desc {
    margin-bottom: 30px;
    margin-top: 24px;
    height: 26px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(41, 41, 41);;
    opacity: 1;
}

.block_p2_description {
    margin-bottom: 60px;
    margin-top: 24px;
    height: 26px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
    opacity: 1;
}

.block_p1_2_items {
    display: flex;
    margin-right: 24px;
}

.block_p1_2_item {
    width: 25%;
    margin: 0 24px 24px 0;
}
.block_p1_2_item_private {
    width: 33%;
    margin: 0 72px 72px 0;
}
.block_p1_2_item_private_buShu {
    width: 50%;
    margin: 0 40px 40px 0;
}
.block_p1_2_item_private_back {
    height: 500px;
    position: relative;
    box-sizing: border-box;
    width: 33%;
    margin: 0 72px 0 0;
}
.block_p1_2_item_private_back_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.block_p1_2_item_info_private_back {
    height: 500px;

}
.block_p1_2_item_info_private {
    padding-top: 24px;
    box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
    height: 300px;
    background: #FFFAFA;
    box-shadow: 0px 0px 11px rgba(151, 151, 151, 0.12);
    border-radius: 4px;
}
.block_p1_2_item_info_private_buShu {
position: relative;
    display: flex;
    box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
    height: 200px;
    background: #FFFAFA;
    box-shadow: 0px 0px 11px rgba(151, 151, 151, 0.12);
    border-radius: 4px;
}
.block_p1_2_item_info {
    padding: 34px 20px 24px 24px;
    box-sizing: border-box;
    height: 216px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
}

.block_p1_2_item_info:hover {
    box-shadow: 0 11px 30px rgba(107, 4, 4, 0.15);
}

.p1_2_item_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 34px;
}
.p1_2_item_icon_private {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}
.p1_2_item_title_private {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}
.p1_2_item_title_private_buShu {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 22px;
    text-align: left;
}
.p1_2_item_title_private_back {
    position: absolute;
    top: 116px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}
.p1_2_item_title {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
    margin-bottom: 12px;
}

.p1_2_item_desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.p1_2_item_desc_private_back {
    position: absolute;
    top: 177px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
}
.p1_2_item_desc_private_buShu {
    width: 220px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 6px;
    text-align: left;
}
.block_p1_2_item_private_back_icon {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%,0);
    width: 106px;
    height: 106px;
}
.p1_2_item_desc_private {
    margin:6px auto 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    width: 250px;
}
.p1_2_block ,.block_3{
   margin-top: 100px;
}

.container-p2 {
    width: 90%;
    margin-left: 5%;
}

.block_p1_2 {
    padding-bottom: 74px;
}

ul li {
    list-style-type: none;
}

.p1_3_block {
    padding-bottom: 50px;
    width: 100%;
    padding-top: 34px;
    background: rgba(246, 248, 249, 1);
}

.footer_step_box {
    margin-top: 100px;
}

.footer_step_box_2 {
    margin-top: 140px;
}

.footer_step_desc {
    text-align: center;
    height: 35px;
    margin-top: 25px;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 35px;
    color: rgba(136, 136, 136, 1);
    opacity: 1;
}

.footer_step_icon {
    width: 100%;
    margin-bottom: -50px;
}

.footer_step_box img {
    width: 50px;
}

/**
p4
 */

.p4 .block_p1_2 {
    background: #fff;
}

.p4 .block_p1_2_item_info {
    background: rgba(246, 248, 249, 1);
}

.p4 .block_p1_2_item_info:hover {
    background: #fff;
}

/**
p4
 */

.p4_block_2_info {
    margin-top: 50px;
    padding: 15px;
    margin-left: 10px;
    border-right: 1px solid rgba(218, 218, 218, 1);;
}

.p4_block_info_last {
    border-right: none;
}

.p4_2_block {
    padding-bottom: 100px;
    background: rgba(246, 248, 249, 1);
}

.p4_block_2_icon {
    width: 100px;
}

.p4_block_2_text1 {
    margin-top: 30px;
    height: 37px;
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
    color: #1F2D3D;

    opacity: 1;

}

.p4_block_2_text2 {

    margin-top: 27px;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(136, 136, 136, 1);


}

.p4_block_2_text3 {

    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(136, 136, 136, 1);
}

/**
p5
 */
/**
p5
 */

.p5_block_2_info_right {
    margin-top: 100px;
    margin-left: 50px;
}

/**
轮播2
 */
.poster-main {
    position: relative;
    margin: 0 auto;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url("../images/p1/icons/btn_l.png") no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url("../images/p1/icons/btn_r.png") no-repeat center center;
}

/**
标题小圆点
 */
.common_point {
    width: 10px;
    margin: 10px 10px 10px 0;
}

/*微信saas*/
.block_p1_3_rec_box {
    height: 420px;
    min-width: 240px;
    max-width: 270px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px 8px 0 0;
}

.block_p1_header {
    background: linear-gradient(180deg, #F94148 0%, #D5131B 100%);
    width: 100%;
    height: 104px;
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
}

.block_p1_header > img {
    width: 42px;
    height: 42px;
    margin-right: 12px;
}

.block_p1_nav_title {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 1;

}

.block_p1_nav_desc {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.8;

}

.block_p1_nav_descs {
    margin-top: 6px;
}

.block_p1_menu {
    margin: 18px 0;
}

.block_p1_menu_img {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    position: relative;
    left: 0;
    top: 6px;
}

.block_p1_menu_title {

    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
}

.block_p1_menu_desc {

    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #666666;
    opacity: 0.9;
    margin-top: 7px;
}

.block_p1_menu_mid {
    display: flex;
    flex-direction: row;
    padding: 14px 20px;
    cursor: pointer;
}

.block_p1_menu_mid:hover {
    background: #F3F3F3;
    opacity: 0.96;
}

.block_p1_line {
    height: 1px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0 20px;
}

.block_p1_more {
    margin: 14px 24px 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    color: #333333;
}

.block_p1_addmore {

    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;

    opacity: 1;
}

.block_p1_row {
    width: 16px;
    height: 16px;
    position: relative;
    left: 0;
    top: 4px;
}

.block_p1_mores {
    color: #264bf3;
}

.block_p1_function {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 44px;
    flex-wrap: wrap;
}

.block_p1_3_rec_box {
    background: #fff;
    margin-right: 25px;
}

.block_p1_zeng {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block_p1_zeng_1 {
    display: flex;
    flex-direction: row;

    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    opacity: 1;
    border-radius: 2px;
    width: 48%;
    min-width: 400px;
    padding: 50px 0 0 70px;
    margin-right: 40px;
}

.block_p1_zeng_1 > img {
    width: 64px;
    height: 64px;
    margin-right: 32px;
}

.block_p1_zeng_header {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    opacity: 1;
}

.block_p1_zeng_desc {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    opacity: 1;

}

.block_p1_zeng_descs {
    margin-top: 12px;
}

.block_p1_zeng_top {
    margin-top: 40px;
}

.block_1_5_desc {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

.block_1_logo_pic {
    width: 90px;
    height: 90px;
    text-align: center;
}

.block_1_5_name {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    margin-top: 16px;
}

.block_5_red {

    background: linear-gradient(180deg, #E22427 0%, #F6402C 100%);
}

.getwhite {
    color: #fff;
}

.block_1_logo_pic_div {
    text-align: center;
}

.block_1_detail {
    margin-top: 52px;
}

.p1_nav_f1 {
    margin-top: 42px;
}

.block_6_rec:hover {

    box-shadow: 0 6px 14px rgba(107, 4, 4, 0.15);
}
.lunBo-card {
    height: 440px;
}
.lunBo-title {
    font-size: 24px;
    font-weight: 500;
    color: #353535;
    opacity: 1;
    margin: 84px 0 20px 0;
}
.lunBo-desc {
    width: 324px;
    height: 130px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 47px;
    color: #333333;
    opacity: 1;
}
.p1-card {
    width: 25%;
    height: 360px;
    background: #FFFFFF;
    margin-right: 24px;
    box-shadow: 0px 3px 11px rgba(151, 151, 151, 0.12);
    opacity: 1;
    border-radius: 4px;
}
.p1-card-header {
    display: flex;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #F35A60 0%, #264bf3 100%);
    opacity: 1;
    border-radius: 4px 4px 0px 0px;
    padding: 22px 0 22px 24px;
}
.p1-card-header-left {
    margin-left: 12px;
}
.p1-card-header-left-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
}
.p1-card-header-left-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 6px;
}
.p1-card-footer {
    padding: 55px 16px 0 24px;
}
.p1-card-footer-desc {
    display: flex;
margin-bottom: 26px;
}
.p1-card-footer-img {
    position: relative;
    top: 50%;
    width: 17px;
    height: 12px;
    margin-right: 16px;
    margin-top: 2px;
}
.p1-card-footer-desc-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.p4-step-img {
    width: 100%;
}
.p4All {
    display: flex;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.p4One {
    margin-top: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #264bf3;
    z-index: 2;
}
.p4Two {
    margin-top: 4px;
    display: inline-block;
    position: relative;
    width: 18px;
    left: -13px;
    top: 5px;
    height: 18px;
    z-index: 1;
    background: #FFB8BB;
}
.p4Three {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
}
.p4-louDou-left-one {
    margin: 90px 0 40px 0;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}
.p4-louDou-left-two {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    color: #264bf3;
    margin-bottom: 18px;
}
.p4-louDou-left-three {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}
.p4-louDou-left-card {
    padding: 35px;
    box-sizing: border-box;
    margin: auto;
    width: 90%;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(151, 151, 151, 0.12);
    border-radius: 4px;
}
.p1_2_item_icon_private_card1 {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    width: 94px;
    height: 120px;
    margin: 0 80px 0 50px;
}
.p1_2_item_icon_private_card2 {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    width: 104px;
    height: 96px;
    margin: 0 80px 0 50px;
}
.p1_2_item_icon_private_card3 {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    width: 96px;
    height: 96px;
    margin: 0 80px 0 50px;
}
.p1_2_item_icon_private_card4 {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    width: 84px;
    height: 96px;
    margin: 0 80px 0 50px;
}
.block_p1_2_item_info_private_buShu_right {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
}
.carousel-inner {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 95%;
    overflow: hidden;
    /*text-align: center;*/
}
.carousel-indicators .active {
    width: 86px;
    height: 14px;
    background-color: #264bf3;
    border-radius: 7px;
}
.carousel-indicators li {
    background-color: #FFB8BB;
}
.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
    position: absolute;
    left: -80px;
}
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    position: absolute;
    right: -80px;
}
.carousel-indicators {
    position: absolute;
    bottom: -40px;
}
.btn-swiper {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.entranceExperience{
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 80px;
    margin-bottom: -40px;
    margin-right: -40px;
}
.entranceExperience_item{
    margin-bottom: 60px;
    margin-right: 40px;
    padding: 0 84px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next2,
.swiper-button-prev2 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #eff2ff;
    color: #93b3fe;
}
.container.swiper {
    width: 1360px !important;
}
.swiper2 .swiper-pagination-top {
    bottom: -4px;
}
@media screen and (max-width: 1200px) {
    .swiper2 .swiper-pagination-top {
        bottom: 35px;
    }
}
/* .swiper-button-next2,
.swiper-button-prev2 {
    position: absolute;
    top: 50%;
} */
/* .swiper-button-next2 {
    left: 0;
}
.swiper-button-prev2 {
    right: 0;
} */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-next1:after, 
.swiper-button-prev1:after,
.swiper-button-next2:after, 
.swiper-button-prev2:after {
    font-size: 20px;
    font-weight: 700;
}
.entranceExperience_item .out {
    width: 30%;
    box-shadow: 0 16px 25px 0 rgb(153 169 191 / 30%);

}
.entranceExperience_item .entranceExperience_banner{
    width: 100%;
    cursor: zoom-in;
}
.entranceExperience_head_img img{
    width: 40px;
}
.entranceExperience .ercode img{
    width: 60px;
    cursor: zoom-in;
}
.entranceExperience_head_toptitle{
    color: #1F2D3D;
    font-size: 16px;
}
.entranceExperience_head_bottomtitle{
    color: rgba(125, 139, 134, .7);;
    font-size: 14px;
}
.entranceExperience_head_title{
    padding-left: 10px;
    flex: 1;
}
.entranceExperience_item_head{
    height: 80px;
}
