/**基础样式**/
* {
    margin: 0;
    padding: 0;
}

body, html {
    border: 0;
    font-size: 62.5%;
}

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 {
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 25px;
    height: 35px;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    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: #DE1F26 !important;
}

/**
    定制模态框
 */

.modal-dialog {
    z-index: 99999;
    margin: 0 auto;
    width: 700px;
    margin-top: 15%;

}

.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;
    right: 72px;
    bottom: 58px;
    width: 145px;
    height: 145px;
}

.modal_img_path {
    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;
    top: 20px;
    right: 20px;
}

/**
    右侧悬浮
 */
.right_float {

    position: fixed;
    right: 10px;
    top: 15%;
    width: 200px !important;

}

.right_float_content {
    position: relative;
}

.right_float_bg {
    width: 100% !important;
}

.right_float_bg_new {
    width: 100% !important;
    border-radius:17px;
    border:1px solid #eee;
}

.right_float_path {
    width: 100px;
    left: 50px;
    position: absolute;
    bottom: 124px;
}

.right_float_path_new {
    width: 85px;
    left: 54.4px;
    position: absolute;
    bottom: 109px;
}

.right_float_img_path {
    width: 70px;
    left: 65px;
    position: absolute;
    bottom: -70px;
    -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-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.right_float_footer_top {
    width: 50px;
    opacity: .5;
    display: none;
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: -190px;
    left: 75px;
}

.right_float_footer_top:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.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;
    margin: 0 auto;
}

/*
    网站头部
*/
.xlb-header {
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
}

.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;
}

/**
    头部
 */
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 {
    width: 200px;
}

.subject {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
}

.menu_icon {
    margin-right: 10px;
    display: inline-block;
    height: 25px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.dropdown-menu {
    top: 98%;
    left: -12px;
    margin-top: 12px;
    padding: 15px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.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: 0px;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: 30%;
    margin-right: auto;
    height: 0px;
    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_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;
}

.nav_menu_item a:visited {
    text-decoration: none !important;
}

.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: 85px;
}

.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-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: 15%;
}

.nav_banner_text_title1 {
    width: 450px;
    height: 58px;
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    color: rgba(255, 255, 255, 1);

}

.nav_banner_text_title2 {
    width: 336px;
    margin-bottom: 10px;
    margin-top: 25px;
    height: 35px;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);

}

.nav_banner_text_title3 {
    white-space: nowrap;
    margin-top: 11px;
    height: 22px;
    font-size: 20px;
    font-family: Arial, serif;
    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: 62px;
}

.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-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: 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    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: 60%;

}

.nav_footer_tips_1 img {

    height: 20px;
    margin-left: 10px;
}

.nav_footer_tips_2 {

    line-height: 80px;

    z-index: 99;
    height: 25px;
    font-size: 17px;
    font-weight: 400;

    color: #fff;

}

/**
尾部
 */

footer {
    background: rgba(53, 53, 53, 1);
}

.footer_tips {
    border-top: 1px solid rgba(112, 112, 112, 1);
    margin: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    height: 21px;
    font-size: 16px;
    font-family: Segoe UI, serif;
    font-weight: 400;
    line-height: 21px;
    color: rgba(136, 136, 136, 1);
}

.footer_tips a {
    color: rgba(136, 136, 136, 1);
}

.footer_tips a:hover {
    color: #f2202d;
}

.footer_block {
    width: 100%;
}

.footer_block_1 img {
    width: 150px;
    margin: 5px;
    margin-left: 0;
}

.footer_left {
    padding-left: 0;
}

.footer_block_3 {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(218, 218, 218, 1);

}

.footer_block_4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(218, 218, 218, 1);

}

.footer_block_2 {

    height: 32px;
    font-size: 22px;
    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;

}

.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-weight: 400;
    padding-bottom: 10px;
    color: rgba(218, 218, 218, 1);

}

.footer_text_divide {
    width: 80px;
    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-weight: 400;
    line-height: 26px;
    color: rgba(136, 136, 136, 1);

}

/**
    按钮
 */

.now_more_btn, .now_exp_btn {
    display: inline-block;
    width: 146px;
    height: 35px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 1);

    border-radius: 2px;
}

.now_more_btn {
    cursor: pointer;
    color: #fff;

    background: rgba(222, 31, 38, 1);
    line-height: 35px;
    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: 35px;
    color: rgba(222, 31, 38, 1);
    height: 35px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 31, 38, 1);

    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: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;

    opacity: 1
}

.footer_quote_box {
    margin-top: 50px;
    padding-top: 57px;
    padding-bottom: 59px;
    background-image: url('../images/block_8.png');
    -webkit-background-size: cover;
    background-size: cover;
}

.footer_quote_text1 {

    height: 46px;
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    color: rgba(255, 255, 255, 1);

}

.footer_quote_text2 {

    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);

}

.footer_quote__text3 {

    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);

}

.footer_quote_btn {
    margin-top: 30px;
    width: 146px;
    height: 35px;
    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: 35px;
    cursor: pointer;
    color: rgba(222, 31, 38, 1);
    border-radius: 2px;
    background: rgba(222, 31, 38, 1);
    color: #fff;
}

.footer_step_btn div {
    text-align: center;
    line-height: 35px;

}

.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_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: 500px;
}

.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;

}

.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: rgba(53, 53, 53, 1);

}

.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;

}

.block_3 {
    border-top: 1px solid rgba(218, 218, 218, 1);
}

.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: 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-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: rgba(53, 53, 53, 1);

}

.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: 35px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    margin-right: 26px;
    line-height: 35px;
    margin-top: 0px;

    background: rgba(222, 31, 38, 1);
    text-align: center;

}

.qddl_footer_btn1:hover {
    background: rgba(228, 75, 81, 1);
}

.qddl_footer_btn2 {
    font-size: 16px;
    width: 146px;
    cursor: pointer;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: rgba(222, 31, 38, 1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 31, 38, 1);

    cursor: pointer;
    border-radius: 2px;
}

.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: 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-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;
}

.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: 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;
    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: rgba(246, 248, 249, 1);

}

.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: #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-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: rgba(53, 53, 53, 1);
}

.about_1_footer_info1 {
    width: 90%;
    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: 4%;
    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);
}

.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: rgba(53, 53, 53, 1);

}

.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: 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-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: rgba(53, 53, 53, 1);

}

.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: rgba(53, 53, 53, 1);

}

.about_block_5_text4 {

    width: 558px;
    line-height: 36px;
    font-size: 20px;

    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;
}

.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: 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-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-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;
}

@media all and (max-width: 1400px)  and (min-width: 1200px) {
    .about_1_right {
        display: none;
    }

    .nav_menu_login_btn {
        margin-left: -120px !important;
    }
}

@media all and (min-width: 1401px) {
    .nav_menu_login_btn {
        margin-left: -20px !important;

    }
}

@media all and (max-width: 1200px) {
    .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;
    padding-right: 20px;
    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: 0;
}

.block_1 {
    margin: 0 auto;
}

.block_1_title strong {
    font-weight: bold;
}

.block_1_title {
    /* cursor: pointer; */
    margin-top: 100px;
    text-align: center;
    height: 46px;
    font-size: 32px;
    font-weight: bold;
    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: 30px;
    text-align: center;
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(41, 41, 41);
    opacity: 1;
}

.block_1_box {
    position: relative;
    margin-top: 50px;
    display: flex;
    /* font-size: 16px; */
    margin-bottom: 16px;
}

.block_1_box a:hover {
    background-color: #f8f8ff;
}

.block_1_rec {
    flex: 1;
    position: relative;
    height: 150px;
    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_detail {
    margin-top: 52px;
}

.block_p1_zeng {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block_p1_zeng_1 {
    display: flex;
    flex-direction: row;
    cursor:pointer;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    opacity: 1;
    border-radius: 2px;
    width: 48%;
    min-width: 400px;
    padding: 50px 0 50px 50px;
    margin-right: 40px;
}

.block_p1_zeng_1:hover {
    border: 1px solid #DE1F26;
}

.block_p1_zeng_1 > img {
    width: 64px;
    height: 64px;
    margin: 7px 35px 0 0;
}

.block_p1_zeng_header {
    font-size: 28px;
    font-family: "Source Han Sans CN","Helvetica Neue",Helvetica,Arial,sans-serif, serif;
    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_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: 200px;
    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: 114px;
}

.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;
    width: 104px;
    height: 37px;
    font-size: 26px;
    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: 35px;
    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: 35px;
    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: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.block_2_btn_text2 {
    text-align: center;
    width: 100%;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    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_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_rec_img {
    height: 70px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.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_rec {
    flex: 1;
    margin-right: 22px;
    text-align: center;
    border: 1px solid #ddd;

}

.block_6_rec_box {
    display: flex;
    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;
    height: 60px;
}

.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: rgba(53, 53, 53, 1);
    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: 130px;
    left: 40px;
    position: absolute;
    bottom: 25px;
    font-size: 13px;
    color: #DE1F26;
}

/*修改之后的新增样式*/
.bank_title {
    color: #000;
    font-size: 18px;
}

.bank_progress-bar {
    font-size: 24px;
    color: blue;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
}

.bank_title_s {
    padding-top: 22px;
}

.bank_name {
    color: #A6A6A6;
    font-size: 16px;
}

/*
  搜索框  
*/
.search_cont {
    width: 100%;
    padding: 0px 100px;
}

.list_title {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    height: 48px;
    margin-top: 10px;
}

.search_all {
    height: 100%;
    width: 120px;
    line-height: 48px;
    background: #fff;
    border-left: 3px solid #1c99ef;
    border-right: 1px solid #eee;
    float: left;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #1c99ef;
}

.search_filter {
    font-size: 14px;
}

.search_pt {
    width: 240px;
    float: right;
    display: none;
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 0;
    color: #666;
    text-align: right;
    border-left: 1px solid #eee;
    font-size: 14px;
}

.blod_org {
    color: #ff7300;
}

.search_textcont {
    width: 600px;
    height: 45px;
    border-radius: 4px 0 0 4px;
    border: 2px solid #1c99ef;
    float: left;
    padding-left: 40px;
    background: #fff url(../images/search_icon.png) no-repeat 10px 10px;
}

.ipt {
    position: relative;
    float: left;
    width: 445px;
    height: 100%;
    padding: 8px 0 8px;
    background-color: #fff;
    border-right: 1px solid #fff;
    border-radius: 2px 0 0 2px;
}

p.addbut:hover {
    background-color: #EFEFEF;
}

.search_banks_text {
    width: 100%;
    height: 100%;
    line-height: 20px;
    border: none;
    float: left;
    font: 400 15px system-ui;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    outline: none;
    padding-left: 10px;
}

.addbut {
    float: left;
    width: 111px;
    height: 100%;
    font: 400 15px system-ui;
    color: #333;
    background-color: #fff;
    border: none;
}

.addbut input {
    float: left;
    width: 77px;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
}

.addbut em {
    float: right;
    width: 10px;
    height: 10px;
    margin: 15px 13px 0 0;
    background-position: -75px -85px;
}

.at {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dicon {
    background: url(//img01.51jobcdn.com/im/jobs/list_icon_dw.png) no-repeat;
}

.search_banks_submit {
    width: 110px;
    height: 45px;
    line-height: 44px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    float: left;
    border-radius: 0px 3px 3px 0px;
    background: #1c99ef;
    outline: none;
}

/* 
    搜索条件
 */
.search_term_type {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    font-size: 14px;
}

.search_type_name {
    display: inline-block;
    width: 165px;
    padding-right: 10px;
    height: 33px;
    line-height: 33px;
    text-align: right;
    color: #555;
    float: left;
    font-size: 14px;
}

.search_type_sub {
    width: 800px;
    float: left;
}

.search_type_sub_a {
    height: 26px;
    line-height: 26px;
    float: left;
    padding: 0px 10px;
    margin-top: 5px;
    white-space: nowrap;
    color: #726e6e;
    margin-right: 8px;
    border: 1px #FFFFFF solid;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.search_type_action {
    color: #1c99ef;
    border: 1px #68bef9 solid;
    background-color: #dceff9;
}

.bk_list {
    width: 100%;
    font-family: "microsoft yahei";
    margin-top: 10px;
}

.bk_list_row {
    width: 100%;
    text-align: center;
}

.bk_list_top {
    margin-top: 5px;
}

/**
    产品展示
 */
.bk_content {
    display: flex;
    width: 450px;
    height: 140px;
    float: left;
    margin: 10px 10px;
    box-shadow: 3px 2px 5px rgba(136, 135, 135, 0.705);
}

.ls_item1 {
    width: 150px;
    text-align: center;
    margin: 15px 0;
    border-right: 1px dashed #d0d0d0;
}

.ls_item1 img {
    margin: 0px 25px 8px;
    width: 50px;
    height: 50px;
}

.item1 {
    font-size: 15px;
    color: blue;
}

.item2 {
    font-size: 12px;
}

.ls_item2 {
    width: 100%;
    font-size: 12px;
}

.it2_row {
    font-size: 10px;
    display: inline-flex;
    margin-top: 5px;
    height: 80px;
}

.item3 {
    font-size: 14px;
    color: darkgray;
    margin-bottom: 12px;
}

.item4 {
    font-size: 14px;
    font-weight: bold;
}

.it1_lx {
    width: 70px;
    margin: 7.5px 50px 0px 10px;
    text-align: center;
}

.it1_sm {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: red;
    width: 160px;
    margin-top: 7.5px;
}

.it2_row_btn {
    width: 100%;
    height: 34px;
    text-align: center;
}

.btn_style {
    border-radius: 20px;
    width: 120px;
}

/**
    Load
 */
.load {
    text-align: center;
    margin-top: 30px;
}

.load-item {
    color: #333;
    font-size: 18px;
}


/**
    导航条
 */
.nav-bar-pro {
    margin: 70px 80px 0;
}

/*
    产品信息
*/
.product_detail {
    font-family: tahoma, helvetica, arial, 'bitstream vera sans', sans-serif;
}

.pt_head {
    text-align: left;
    padding: 8px 15px;
}

.pt_body {
    width: 900px;
    font-size: 12px;
}

.inf-bk {
    width: 900px;
    height: 250px;
    background-color: #FFFF00;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cate {
    background-color: #cc3300;
    border-radius: 25px;
    position: relative;
}

.info_row {
    font-size: 14px;
    margin: 10px 15px;
    padding: 10px 10px;
    width: 100%;
    background-color: #fff;
}

.title {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.text {
    font-size: 16px;
}

.line {
    border-top: 1px solid #ecf0f3;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.fn-left {
    float: left;
}

.fn-right {
    float: right;
}

.pt_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.pt_title img {
    width: 35px;
    height: 35px;
}

.pt_subtitle {
    font-size: 14px;
    color: red;
}

.item_v {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
}

.bk {
    background: #f2f2f2;
}

/*
*   多条件筛选
*/
.dw_filter {
    font-family: "Microsoft YaHei" !important;
    position: relative;
    line-height: 36px;
    font-size: 12px;
    margin-bottom: 24px;
    border: 1px solid #e8e8e8;
    border-bottom: 0 none;
    z-index: 1;
    margin-top: 10px;
}

.dw_filter .el.on {
    height: auto;
}

.dw_filter .el.mk, .dw_filter .on .el {
    display: block;
}

.dw_filter .el {
    display: none;
    position: relative;
    height: 34px;
    overflow: hidden;
    padding: 0 140px 0 170px;
    border-bottom: 1px dotted #e8e8e8;
    z-index: 2;
}

.dw_filter .search_title {
    font-size: 14px;
    position: absolute;
    width: 155px;
    height: 34px;
    color: #999;
    top: 0;
    left: 15px;
    text-align: right;
}

.dw_filter ul {
    width: 740px;
    color: #333;
    display: block;
    list-style-type: disc;
}

.dw_filter li {
    float: left;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 25px;
    list-style: none;
}

.dw_filter li a {
    font-size: 14px;
    color: #333;
}

.dw_filter a:hover {
    color: #FF6000 !important;
}

.dw_filter li {
    float: left;
    white-space: nowrap;
    margin-right: 25px;
}

.dw_filter .el.on .more {
    background-position: -143px -142px;
    width: 40px;
    right: 75px;
    position: absolute;
    height: 20px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    top: 6px;
}

.dw_filter ul li:nth-child(1) {
    margin-left: 5px;
}

.check {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    background-color: #fff;
    border: 1px solid #ddd;
}

em {
    font-weight: normal;
    font-style: italic;
}

.check_active {
    background: url(../images/hook.png) no-repeat;
    border-color: #ff6000;
}

.dw_c_orange {
    color: #FF6000 !important;
}

.xqlf {
    margin: auto;
    background: #fff;
    padding: 25px;
    width: 1010px;
    border: 1px #e5e5e5 solid;
}

.tbxq-1 {
    padding: 5px 0 15px;
    display: inline-block;
}

.tbxq-1 dl {
    width: 230px;
    padding-left: 15px;
    float: left;
    margin-bottom: 0;
}

.tbxq-1 dt .xgly {
    width: auto;
    height: 21px;
    color: #666;
    position: relative;
}

.td-cont {
    display: inline-block;
    position: relative;
}

.tbxq-1 dt .item {
    background-position: -250px -906px;
    height: 14px;
    width: 16px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
}

.ts-hover {
    width: 212px;
    height: 40px;
    padding: 18px 5px 10px 15px;
    line-height: 20px;
    color: #333333;
    display: none;
    left: 20px;
    top: -27px;
    position: absolute;
    font-size: 12px;
    text-align: left;
    background-position: -55px -756px;
    cursor: pointer;
}

.tbxq-1 dd {
    font-size: 14px;
}

.tbxq-1 dd span {
    font-size: 30px;
    margin-right: 5px;
}

.tbxq-1 dl:last-child dd span {
    font-size: 20px;
}

.ffly {
    font-family: "Microsoft YaHei", SimHei, "WenQuanYi Zen Hei", STHeiti, Tahoma, Arial, STHeiti, sans-serif, YaHei, 宋体;

}

.xu-line {
    border-bottom: 1px #dcdcdc dashed;
}

.tblan {
    color: #0697da;
}

.tblanc {
    color: #cd0000;
}

.m-title1 {
    display: block;
    margin: 10px 0;
    text-align: left;
}

.product-info {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e8e8e8;
}

.m-title1 .title-span {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
}

.detail-info {
    padding: 20px 10px;
}

.detail-left dl {
    font-size: 14px;
    width: 465px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.detail-left dt {
    float: left;
    color: #666;
    text-align: right;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.detail-left dd {
    margin-left: 0;
    display: block;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

/**
   咨询栏
 */
.hold {
    font-size: 30px;
    width: 100%;
    height: 100%;
}

.yrw-kefu {
    display: none;
    background-color: #fff;
    position: fixed;
    bottom: 120px;
    left: 0;
    width: 100%;
    height: 940px;
    z-index: 1000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all .3s;
}

.yrw-kefu > h3 {
    background-color: #f6f8f9;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #353535;
    border-bottom: solid 1px #eee;
    position: relative;
    margin-bottom: 50px;
}

.yrw-kefu > h3 > img {
    position: absolute;
    right: 19px;
    top: 17.5px;
    width: 15px;
    height: 15px;
}

.yrw-kefu > div {
    text-align: center;
}

.yrw-kefu > div > h3 {
    font-size: 13px;
    color: #353535;
    margin-bottom: 12px;
    text-align: center;
}

.yrw-kefu > div > p:nth-child(2) {
    font-size: 24px;
    color: #DE1F26;
    text-align: center;
    padding-bottom: 35px;
    margin: 0 35px 17px;
    border-bottom: solid 1px #eee;
}

.yrw-kefu > div > p:nth-child(2) > a {
    color: #DE1F26;
    font-size: 24px;
    text-decoration: underline;
}

.yrw-kefu > div > img {
    width: 163px;
    height: 163px;
}

.yrw-kefu > div > p:nth-child(4) {
    font-size: 13px;
    color: #353535;
    margin-top: 6px;
    font-weight: 500;
}

.yrw-kefu > h4 {
    margin-top: 25.5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #DE1F26;
}

.submit {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 52px;
    line-height: 52px;
    width: 100%;
    z-index: 10000;
}

.submit > a {
    display: block;
    background-color: #DE1F26;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.browser-up-grade {
    margin: 0;
    padding: 10px;
    background: #ccc;
}

.xlb_logo {
    margin-top: -5px;
    margin-left: -40px;
}

.xlb_logo img {
    padding-bottom: 20px;
    width: 70px;
    height: 90px;
}

.p1_causel_block {
    margin: auto;
}

.block_3 .container .row:last-child {
    display: none;
}

.title-border-red {
    color: #e94e38;
    border-left: 3px solid #e94e38;
}

.title-border-blue {
    color: #0032b2;
    border-left: 3px solid #0032b2
}

.title-border-pink {
    color: #cc6699;
    border-left: 3px solid #cc6699
}

.title-border-crimson {
    color: #f00;
    border-left: 3px solid #f00
}

.title-border-green {
    color: #0ff;
    border-left: 3px solid #0ff
}

.title-border-grey {
    color: #5f5f5f;
    border-left: 3px solid #5f5f5f
}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb a {
    color: #337ab7;
}

.layer_back_drop_class {
    opacity: 0.7;
    background: #000000 none repeat scroll 0 0;
}

.footer_fixed {
    margin-top: 195px;
}

#location {
    text-align: center;
}

.layui-layer-btn a {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px;
    padding: 0 20px !important;
}

/**
   apply for load
 */
.isqbdk {
    position: absolute;
    z-index: 88;
    top: 120px;
    right: 30%;
}

.ishenqingdkbg {
    width: 341px;
    height: auto;
    background: rgba(0, 0, 0, 0.57);
    float: right;
}

.ibdkbd {
    color: #fff;
    padding: 20px 13px;
}

.ibdkbd h3 {
    border-bottom: #fff 1px solid;
    padding-bottom: 15px;
    text-indent: 10px;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.ibdkbd h3 span {
    float: right;
    margin-right: 10px;
}

.ibdkbd .ibdkdform table {
    width: 100%;
}

.ibdkbd .ibdkdform {
    padding: 0 10px;
}

.ibdkbd .ibdkdform ul {
}

.ibdkbd .ibdkdform ul li {
    margin-top: 17px;
}

.ibdkbd .ibdkdform ul li td {
}

.ibdkbd .ibdkdform ul li td:nth-child(1) {
    display: none;
}

.ibdkbd .ibdkdform ul li td input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    background: #ffffff;
    color: #6d6d6d;
    text-indent: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline:none;
    font-size: 14px;
}

.ibdkbd .ibdkdform .tijiaobtn {
    clear: both;
    width: 100%;
    margin-top: 15px;
}

.ibdkbd .ibdkdform .tijiaobtn input {
    float: none;
    width: 100%;
    cursor: pointer;
    background: #c0030b;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline:none;
}

.ibdkbd p {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.ibdkbd p span {
    font-size: 16px;
}

/*
    form style
*/

.fm-form li {
    list-style: none !important;
    margin-bottom: 10px;
}

.fm-form table, .fm-form tr, .fm-form td {
    border: none !important;
    margin: 0 !important;
    vertical-align: top;
}


.fm-form label {
    text-align: left;
    margin-right: 0.5em;
    display: block;
    font-size: 14px;
}

.fm-form em {
    color: #FF0000 !important;
    font-weight: bold;
    font-style: normal;
}


.fm-form input {
    margin-top: 3px;
}

/**
    声明
 */
.sitetips {
    background: rgb(226, 36, 39);
    border: 1px solid #fcecdf;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 998;
    width: 70%;
    max-width: 1000px;
    border-radius: 3px;
    font-size: 15px;
    display: none;
    padding: 14px 35px 12px;
    color: #FFFFFF;
    margin: 0 auto;
}

.sitetips .state_close {
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    color: #FFFFFF !important;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
}

.layui-carousel>[carousel-item]>* {
    background-color: #fff;
}

.self_high {
    height: 207px;
}

.tool_tip {
    text-align: center;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 40px 50px 20px;
}

.wx_phone_img {
    width: 200px;
    height: 200px;
}

.tool_item {
    font-weight: 500;
    color: rgb(41, 41, 41);
    margin-top: 20px;
    font-size: 18px;
}

.explain {
    display:inline;
    font-weight: 500;
    color: #DE1F26;
}