#leeindexPage {}

/* #region 公共样式 */
/*.leeindex_green_button {
    font-size: 16px;
    width: 150px;
    height: 46px;
    color: #fff;
    background: rgba(0, 175, 131, 1);
    border: 1px solid rgba(0, 175, 131, 1);
    border-radius: 3px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}*/

.leeindex_green_button:hover {
    color: #fff;
    background: rgba(0, 175, 131, 1);
    box-shadow: 0px 8px 20px 0px rgba(0, 175, 131, 1);
    transform: translateY(-2px);
    transition: all 0.1s ease 0.1s;
}

.leeindex_green_border_button_medium {
    height: 46px;
    margin-top: 30px;
    color: rgba(0, 175, 131, 1);
    background: white;
}

.leeindex_green_border_button_small {
    height: 40px;
    line-height: 40px;
    color: rgba(0, 175, 131, 1);
    background: white;
    width: 104px;
    font-size: 14px;
}

/*.leeindex_white_button {
    font-size: 16px;
    width: 150px;
    height: 46px;
    background: rgba(31, 36, 48, 0);
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-radius: 3px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}*/

.leeindex_white_button:hover {
    box-shadow: 0px 8px 20px 0px rgba(31, 36, 48, 0.3);
    transform: translateY(-2px);
    transition: all 0.1s ease 0.1s;
    background: rgb(255, 255, 255, 0.1);
}

.leeindex_cont {
    padding: 120px 0px;
}

.leeindex_headline {
    margin-bottom: 80px;
    font-size: 34px;
    color: #273045;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}

.leeindex_headline_sub {
    margin-bottom: 80px;
    font-size: 18px;
    font-weight: 400;
    color: #596580;
    line-height: 25px;
    text-align: center;
}

.leeindex_flex_row_space_between {
    display: flex;
    justify-content: space-between;
}

.leeindex_flex_column {
    display: flex;
    flex-direction: column;
}

.leeindex_green_tag {
    height: 33px;
    background: rgb(183, 244, 191, 0.5);
    border-radius: 3px;
    color: #00AF83;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 0px 20px;
}

.leeindex_gray_tag {
    height: 33px;
    background: rgb(241, 243, 245, 1);
    border-radius: 3px;
    color: #596580;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 0px 20px;
}

.leeindex_syxq_tab_common_title {
    font-size: 24px;
    color: #273045;
    font-weight: 500;
}

.leeindex_syxq_tab_common_sub {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 26px;
    color: #596580;
}

.leeindex_green_radius_title {
    font-size: 18px;
    height: 40px;
    line-height: 42px;
    color: white;
    background: #00AF83;
    text-align: center;
    border-radius: 20px 3px 20px 3px;
    width: max-content;
    padding: 0 20px;
    font-weight: 900;
}

.leeindex_bg_color {
    background: #F8FAFC;
}

.leeindex_img_flex_center {
    display: flex-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.leeindex_img_half_size {
    transform: scale(0.5);
}

/* 环形百分比进度条 */
.leeindex_circle_progress {
    margin: 0 auto;
    width: 115px;
    height: 115px;
    position: relative;
    border-radius: 50%;
    background: #00AF83;
}

.leeindex_circle_progress_pie_left,
.leeindex_circle_progress_pie_right {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
}

.leeindex_circle_progress_cont_left,
.leeindex_circle_progress_cont_right {
    width: 115px;
    height: 115px;
    background: #B7F4BF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.leeindex_circle_progress_pie_right,
.leeindex_circle_progress_cont_right {
    clip: rect(0, auto, auto, 58px);
}

.leeindex_circle_progress_pie_left,
.leeindex_circle_progress_cont_left {
    clip: rect(0, 58px, auto, 0);
}

.leeindex_circle_progress_mask {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    background: #FFF;
    position: absolute;
    text-align: center;
    line-height: 107px;
    font-weight: 500;
    color: #00AF83;
}

.leeindex_circle_progress_mask_number {
    font-size: 50px;
}

.leeindex_circle_progress_mask_symbol {
    margin-left: -5px;
    font-size: 20px;
}

/* #endregion */

/* #region 视频弹窗 */
.wrap_video {
    position: fixed;
    top: 0;
    display: none;
    height: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 225, 0);
    z-index: 1200;
}

.wrap_video span {
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/ic_close@2x.png") no-repeat 0 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    background-size: 28px 28px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.wrap_video span:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.wrap_video .wrap_sm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    height: 540px;
}

.wrap_video .wrap_sm #video_cons {
    width: 100%;
    height: 100%;
}

/* #endregion */

/* #region banner */
.leeindex_banner_body {
    height: 518px;
    background: #1F2430;
}

.leeindex_banner_loop_circle {
    position: absolute;
    top: 540px;
    left: 50%;
    transform: translateX(-50%);
}

.leeindex_banner_loop_circle span {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    margin: 0 10px;
    cursor: pointer;
    transition: width 0.3s ease;
}

.leeindex_banner_loop_circle span.active_banner {
    width: 30px;
    border-radius: 20px;
    background-color: transparent;
}

.leeindex_banner_loop_one {
    display: none;
    height: 100%;
    width: 100%;
    background: url('../images/banner_diwen2.png') no-repeat 0 center;
    background-size: 100% 100%;
}

.leeindex_banner_one_cont {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* background: url('../images/image_banner.png') no-repeat right bottom; */
    background-size: 65% 78%;
    box-sizing: border-box;
}

.leeindex_banner_one_left {
    width: 532px;
}

.leeindex_banner_one_left>h4 {
    padding-top: 130px;
    font-size: 38px;
    line-height: 54px;
    color: white;
    font-weight: 500;
}

.leeindex_banner_one_left>h5 {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    color: white;
    line-height: 34px;
}

.leeindex_banner_one_left>h5 span {
    color: #00AF83;
    margin: 0 40px;
    font-weight: 500;
}

.leeindex_banner_loop_two {
    height: 100%;
    width: 100%;
     background: url('../images/banner_diwen2.png') no-repeat 0 center;
  /*  background: url('../images/banner_diwen1.png') no-repeat 0 center;*/
    background-size: 100% 100%;
}

.leeindex_banner_two_cont {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    /* background: url('../images/o_img.png') no-repeat center center; */
    background-size: 777px 100%;
    box-sizing: border-box;
}

.leeindex_banner_loop_three {
    display: none;
    height: 100%;
    width: 100%;
    color: blue;
    background-color: pink;
}

/* #endregion */

/* #region banner下面的slogan */
.leeindex_slogan_body {
    height: 130px;
    background: #F1F4FA;
    /* background-size: 100% 100%; */
}

.leeindex_slogan_cont {
    width: 1100px;
    margin: 0 auto;
    padding: 36px 0;
    color: white;
    display: flex;
}

.leeindex_slogan_left {
    width: 300px;
    text-align: left;
    display: block;
    cursor: pointer;
}

.leeindex_slogan_left:hover .leeindex_slogan_title {
    color: #00AF83;
}

.leeindex_slogan_center {
    flex: 1;
    text-align: center;
    border-left: 2px solid #3E4A66;
    border-right: 2px solid #3E4A66;
}

.leeindex_slogan_center:hover .leeindex_slogan_title {
    color: #00AF83;
}

.leeindex_slogan_right {
    width: 300px;
    text-align: right;
    display: block;
    cursor: pointer;
}

.leeindex_slogan_right:hover .leeindex_slogan_title {
    color: #00AF83;
}

.leeindex_slogan_title {
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
}

.leeindex_slogan_sub {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.80;
    color: #000000;
    line-height: 20px;
}

.leeindex_slogan_button {
    width: 84px;
    margin: 0 auto;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #596580;
    font-size: 14px;
    font-weight: 400;
    color: #E6ECF3;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.leeindex_slogan_button:hover {
    background: #596580;
}

.leeindex_slogan_button:hover+.leeindex_slogan_title {
    color: #00AF83;
}

/* #endregion */

/* #region 企业「服务+营销」全场景生态产品 */
.leeindex_qcjstcp_body {}

.leeindex_qcjstcp_cont {}

.leeindex_qcjstcp_cptab {
    border-bottom: 2px solid #E7EBF2;
}

#leeindex_qcjstcp_cptab_ul {
    width: 1100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -2px;
}

#leeindex_qcjstcp_cptab_ul>li {
    cursor: pointer;
}

#leeindex_qcjstcp_cptab_ul>li a {
    display: block;
    margin: 0 40px;
    padding: 0 20px 14px 20px;
    line-height: 28px;
    font-size: 20px;
    color: #596580;
}

#leeindex_qcjstcp_cptab_ul>li a.active {
    color: #00AF83;
    border-bottom: 2px solid #00AF83;
    font-weight: 900;
}

.leeindex_qcjstcp_cptab_body {
    width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
}

.leeindex_qcjstcp_cptab_service {
    display: block;
}

.leeindex_qcjstcp_cptab_service_cont {
    display: flex;
    justify-content: space-between;
}

.leeindex_qcjstcp_cptab_service_card {
    width: 260px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #F3F5FA;
}

.leeindex_qcjstcp_cptab_service_card:hover {
    box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
    transform: translateY(-10px);
    transition: all 0.3s;
}

.leeindex_qcjstcp_cptab_service_card:hover .leeindex_qcjstcp_cptab_service_img>img {
    animation: 1s 0.1s jump infinite;
    transition: all 0.3s;
}

@keyframes jump {
    from {
        margin-top: 0;
    }

    50% {
        margin-top: -10px;
    }

    to {
        margin-top: 0;
    }
}

.leeindex_qcjstcp_cptab_service_card_cont {
    box-sizing: border-box;
    height: 360px;
    padding: 50px 30px 18px 30px;
}

.leeindex_qcjstcp_cptab_service_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.leeindex_qcjstcp_cptab_service_img>img {
    width: 100px;
    height: 100px;
}

.leeindex_qcjstcp_cptab_service_divider {
    margin: 26px 0 16px 0;
    height: 20px;
}

.leeindex_qcjstcp_cptab_service_divider>img {
    height: 5px;
    width: 100%;
}

.leeindex_qcjstcp_cptab_service_title {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #273045;
    line-height: 25px;
    text-align: center;
}

.leeindex_qcjstcp_cptab_service_sub {
    font-size: 14px;
    font-weight: 400;
    color: #596580;
    line-height: 22px;
    text-align: center;
}

.leeindex_qcjstcp_cptab_service_button {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #00AF83;
    background: #FFFFFF;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 0px 2px 2px;
    border-top: 1px solid #F3F5FA;
    border-bottom: 1px solid #F3F5FA;
    cursor: pointer;
    display: block;
}

.leeindex_qcjstcp_cptab_service_button:hover {
    color: #FFFFFF;
    background: #00AF83;
}

.leeindex_qcjstcp_cptab_marketing {
    display: none;
}

.leeindex_qcjstcp_cptab_smart {
    display: none;
}

.leeindex_qcjstcp_cptab_platform {
    display: none;
}

/* #endregion */

/* #region 强大的产品生态-可满足多行业、多场景、多部门的使用需求 */
.leeindex_syxq_body {
    background: #F8FAFC;
}

.leeindex_syxq_cont {}

.leeindex_syxq_xqtab {
    border-bottom: 2px solid #E7EBF2;
}

#leeindex_syxq_xqtab_ul {
    width: 1100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -2px;
}

#leeindex_syxq_xqtab_ul>li {
    cursor: pointer;
}

#leeindex_syxq_xqtab_ul>li a {
    display: block;
    margin: 0 40px;
    padding: 0 20px 14px 20px;
    line-height: 28px;
    font-size: 20px;
    color: #596580;
}

#leeindex_syxq_xqtab_ul>li a.active {
    color: #00AF83;
    border-bottom: 2px solid #00AF83;
    font-weight: 900;
}

.leeindex_syxq_xqtab_body {
    width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
}

.leeindex_syxq_xqtab_team {
    display: block;
}

.leeindex_syxq_xqtab_scenario {
    display: none;
}

.leeindex_syxq_xqtab_team_cont {}

.leeindex_syxq_xqtab_team_row {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.leeindex_syxq_xqtab_team_row+.leeindex_syxq_xqtab_team_row {
    margin-top: 20px;
}

.leeindex_syxq_xqtab_team_card {
    width: 540px;
    height: 330px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
}

.leeindex_syxq_xqtab_team_card:hover {
    box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
    transform: translateY(-10px);
    transition: all 0.3s;
}

.leeindex_syxq_xqtab_team_card:hover .leeindex_syxq_xqtab_team_card_left_border {
    background-color: #00AF83;
}

.leeindex_syxq_xqtab_team_card_left_border {
    width: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.leeindex_syxq_xqtab_team_card_cont {
    flex: 1;
    box-sizing: border-box;
    margin: 40px;
    display: flex;
    flex-direction: column;
}

.leeindex_syxq_xqtab_team_card_cont_bg1 {
    background: white url('../images/image_kefu@2x.png') no-repeat right bottom;
    background-size: 160px 90px;
}

.leeindex_syxq_xqtab_team_card_cont_bg2 {
    background: white url('../images/image_xiaoshou@2x.png') no-repeat right bottom;
    background-size: 160px 90px;
}

.leeindex_syxq_xqtab_team_card_cont_bg3 {
    background: white url('../images/image_hrtuandui@2x.png') no-repeat right bottom;
    background-size: 160px 90px;
}

.leeindex_syxq_xqtab_team_card_cont_bg4 {
    background: white url('../images/image_yunying@2x.png') no-repeat right bottom;
    background-size: 160px 90px;
}

.leeindex_syxq_xqtab_team_card_title {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #273045;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #F3F5FA;
}

.leeindex_syxq_xqtab_team_card_cont>ul {
    flex: 1;
    list-style: disc;
    padding-left: 18px;
}

.leeindex_syxq_xqtab_team_card_cont>ul>li {
    margin-top: 10px;
    font-size: 16px;
    color: #596580;
    line-height: 26px;
}

/* #endregion */

/* #region 容联七陌-面向各行均有成熟的解决方案 */
.leeindex_jjfa_body {}

.leeindex_jjfa_cont {}

.leeindex_jjfa_fatab_body {
    width: 1100px;
    margin: 0 auto;
}

.leeindex_jjfa_fatab_shouqi {
    display: block;
}

.leeindex_jjfa_fatab_cont {
    display: flex;
    width: 1100px;
    height: 376px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 2px solid #F3F5FA;
}

.leeindex_jjfa_fatab_logo {
    width: 500px;
    height: inherit;
}

.leeindex_jjfa_fatab_logo>img {
    width: inherit;
    height: inherit;
}

.leeindex_jjfa_fatab_info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.leeindex_jjfa_fatab_header {
    padding-bottom: 26px;
    border-bottom: 1px solid #F3F5FA;
}

.leeindex_jjfa_fatab_title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #273045;
    line-height: 34px;
}

.leeindex_jjfa_fatab_intro {
    flex: 1;
    margin-top: 15px;
    width: 520px;
    font-size: 16px;
    font-weight: 400;
    color: #596580;
    line-height: 26px;
}

.leeindex_jjfa_fatab_xuebajun {
    display: none;
}

.leeindex_jjfa_fatab_minsheng {
    display: none;
}

.leeindex_jjfa_fatab_hongqi {
    display: none;
}

.leeindex_jjfa_fatab_360shuke {
    display: none;
}

#leeindex_jjfa_fatab_ul {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

#leeindex_jjfa_fatab_ul>li {
    cursor: pointer;
    width: 204px;
    height: 80px;
    background: #FFFFFF;
    /* border: 2px solid #F1F3F5; */
    border-radius: 4px;
}

#leeindex_jjfa_fatab_ul>li a {
    display: block;
    height: inherit;
    /* 灰色 */
}

#leeindex_jjfa_fatab_ul>li a.active {
    color: #36ad95;
    border-bottom: 4px solid #36ad95;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
}

#leeindex_jjfa_fatab_ul>li a.active img {
    filter: grayscale(0%);
}

#leeindex_jjfa_fatab_ul>li a img {
    margin: 15px 32px;
    height: 50px;
    width: 140px;
    filter: grayscale(100%);
}

/* #endregion */

/* #region 专业的客户服务 */
.leeindex_khfw_body {
    background: #F8FAFC;
}

.leeindex_khfw_cont {
    width: 1100px;
    margin: 0 auto;
}

.leeindex_khfw_headline {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 500;
    color: #596580;
    line-height: 34px;
    text-align: center;
}

.leeindex_khfw_card_row {
    display: flex;
    justify-content: space-between;
}

.leeindex_khfw_context {
    width: 326px;
    height: 143px;
    padding: 30px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 2px;
    display: flex;
    box-sizing: border-box;
    z-index: 2;
}

.leeindex_khfw_context:hover {
    box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
    transform: translateY(-10px);
    transition: all 0.3s;
}

.leeindex_khfw_card_img {
    width: 30px;
}

.leeindex_khfw_card_img>img {
    width: inherit;
    height: 30px;
}

.leeindex_khfw_card_context {
    flex: 1;
    margin-left: 20px;
}

.leeindex_khfw_card_title {
    font-size: 18px;
    font-weight: 500;
    color: #273045;
    line-height: 25px;
}

.leeindex_khfw_card_sub {
    margin-top: 10px;
    font-size: 14px;
    color: #596580;
    line-height: 24px;
}

/* 第一个卡片 */
.leeindex_khfw_card_1 {
    width: 386px;
    display: flex;
}

.leeindex_khfw_context_bg1 {
    background: white url('../images/number_01@2x.png') no-repeat right bottom;
    background-size: 90px 70px;
}

.leeindex_khfw_jiantou1 {
    width: 60px;
    background: url('../images/ic_jiantou@2x.png') no-repeat left 40px;
    background-size: 40px 60px;
}

.leeindex_khfw_context_bg1:hover+.leeindex_khfw_jiantou1 {
    background: url('../images/jiantou.gif') no-repeat -10px 40px;
    background-size: 60px 60px;
    z-index: 1;
}

/* 第二个卡片 */
.leeindex_khfw_card_2 {
    width: 386px;
    display: flex;
}

.leeindex_khfw_context_bg2 {
    background: white url('../images/number_02@2x.png') no-repeat right bottom;
    background-size: 90px 70px;
}

.leeindex_khfw_jiantou2 {
    width: 60px;
    background: url('../images/ic_jiantou@2x.png') no-repeat left 40px;
    background-size: 40px 60px;
}

.leeindex_khfw_context_bg2:hover+.leeindex_khfw_jiantou2 {
    background: url('../images/jiantou.gif') no-repeat -10px 40px;
    background-size: 60px 60px;
    z-index: 1;
}

/* 第三个卡片 */
.leeindex_khfw_card_3 {
    width: 326px;
    display: flex;
    flex-direction: column;
}

.leeindex_khfw_context_bg3 {
    background: white url('../images/number_03@2x.png') no-repeat right bottom;
    background-size: 90px 70px;
}

.leeindex_khfw_jiantou3 {
    height: 60px;
    background: url('../images/ic_jiantou@2x.png') no-repeat 133px;
    background-size: 40px 60px;
    transform: rotate(90deg);
}

.leeindex_khfw_context_bg3:hover+.leeindex_khfw_jiantou3 {
    background: url('../images/jiantou.gif') no-repeat 123px;
    background-size: 60px 60px;
    transform: rotate(90deg);
    z-index: 1;
}

/* 第六个卡片 */
.leeindex_khfw_card_6 {
    width: 326px;
}

.leeindex_khfw_context_bg6 {
    background: white url('../images/number_06@2x.png') no-repeat right bottom;
    background-size: 90px 70px;
}

/* 第五个卡片 */
.leeindex_khfw_card_5 {
    width: 386px;
    display: flex;
    flex-direction: row-reverse;
}

.leeindex_khfw_context_bg5 {
    background: white url('../images/number_05@2x.png') no-repeat right bottom;
    background-size: 90px 70px;
}

.leeindex_khfw_jiantou5 {
    width: 60px;
    background: url('../images/ic_jiantou@2x.png') no-repeat 0;
    background-size: 40px 60px;
    transform: rotate(180deg);
}

.leeindex_khfw_context_bg5:hover+.leeindex_khfw_jiantou5 {
    background: url('../images/jiantou.gif') no-repeat -10px;
    background-size: 60px 60px;
    transform: rotate(180deg);
    z-index: 1;
}

/* 第四个卡片 */
.leeindex_khfw_card_4 {
    width: 386px;
    display: flex;
    flex-direction: row-reverse;
}

.leeindex_khfw_context_bg4 {
    background: white url('../images/number_04@2x.png') no-repeat right bottom;
    background-size: 90px 70px;
}

.leeindex_khfw_jiantou4 {
    width: 60px;
    background: url('../images/ic_jiantou@2x.png') no-repeat 0;
    background-size: 40px 60px;
    transform: rotate(180deg);
}

.leeindex_khfw_context_bg4:hover+.leeindex_khfw_jiantou4 {
    background: url('../images/jiantou.gif') no-repeat -10px;
    background-size: 60px 60px;
    transform: rotate(180deg);
    z-index: 1;
}

/* #endregion */

/* #region 获得多项专业认证-容联七陌值得信任 */
.leeindex_zyrz_body {}

.leeindex_zyrz_cont {
    width: 1100px;
    margin: 0 auto;
}

.leeindex_zyrz_card_row {
    display: flex;
    justify-content: space-between;
}

.leeindex_zyrz_card_cont {
    width: 120px;
}

.leeindex_zyrz_card_logo {
    width: inherit;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #F3F5FA;
}

.leeindex_zyrz_card_logo:hover {
    box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
    transform: translateY(-10px);
    transition: all 0.3s;
}

.leeindex_zyrz_card_logo>img {
    margin: 25px;
    width: 70px;
    height: 70px;
}

.leeindex_zyrz_card_title {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #273045;
    line-height: 23px;
    text-align: center;
}

.leeindex_zyrz_card_sub {
    margin-top: 8px;
    font-size: 12px;
    color: #596580;
    line-height: 24px;
    text-align: center;
}

/* #endregion */

/* #region 用心做产品，用爱做服务（logo墙） */
.leeindex_logo_body {
    background: #F8FAFC;
}

ul.logo {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}

ul.logo li {
    float: left;
    margin: 30px 0 0 25px;
}

ul.logo li.lileft {
    margin-left: 0px;
}

ul.logo li img {
    width: 162px;
    height: 68px;
}

ul.logo li img:hover {
    box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
    transform: translateY(-4px);
    transition: all 0.3s;
}


/* banner按钮 */
.leeindex_banner_one_left {
    width: 532px;
}
.leeindex_banner_20210628_one_cont {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    background-size: 65% 78%;
    box-sizing: border-box;
}
.leeindex_green_button {
    font-size: 18px;
    width: 200px;
    height: 46px;
    color: #fff;
    background: rgba(0,175,131,1);
    border: 1px solid rgba(0,175,131,1);
    border-radius: 3px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-left: ;
}
.leeindex_white_button {
    font-size: 18px;
    width: 200px;
    height: 46px;
    background: rgba(31,36,48,0);
    border: 1px solid rgb(255,255,255,0.5);
    border-radius: 3px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}



