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