.fr {
    float: right;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.f2 {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

form,
select,
textarea,
input {
    margin: 0px;
    padding: 0px;
    outline: medium;
    border: 0;
    border-radius: 0;
    background: none;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

a {
    margin: 0px;
    padding: 0px;
    outline: medium;
    border: 0;
    border-radius: 0;
    background: none;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

a:hover {
    text-decoration: none !important;
}

i,
em {
    font-style: normal;
}

.mo {
    margin: 0 auto;
}

.most {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.roundBorder {
    border-radius: 15px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.imr {
    width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.dsk {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

img {
    width: 100%;
    vertical-align: middle;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.dn {
    display: none;
}

.lazy {
    background: url(../images/loading.gif) 50% no-repeat;
}

.gradient {
    background: -webkit-linear-gradient(top, #ffdc54, #ffc80f);
    background: -o-linear-gradient(bottom, #ffdc54, #ffc80f);
    background: -moz-linear-gradient(bottom, #ffdc54, #ffc80f);
    background: linear-gradient(to bottom, #ffdc54, #ffc80f);
}


/*iphoneX 底部黑条*/

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    /*导航操作栏上移*/
    .ft {
        padding-bottom: 0.64rem;
    }
    .bottom-menu-fixed {
        border-bottom: 0.64rem solid #fff;
        bottom: 0;
    }
}


/* 首页 */

.header {
    width: 100%;
    height: 1.3333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 .1333rem .1333rem rgba(0, 0, 0, .01);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header_margin {
    height: 1.3333rem;
}

.logo {
    padding: 0 .32rem;
    width: 2.5333rem;
}

.search {
    width: 4.5333rem;
    height: .8533rem;
    padding: 0 .32rem;
    display: flex;
    align-items: center;
    border-radius: .6667rem;
    background-color: #f5f5f5;
}

.search img {
    width: .4rem;
    height: .3867rem;
    margin-right: .2667rem;
}

.search input {
    flex: 1;
    font-size: .32rem;
}

.menu_btn {
    width: 1.3333rem;
    height: 1.3333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_btn span {
    display: block;
    width: .4rem;
    height: .0533rem;
    border-radius: .0533rem;
    background-color: #939393;
    position: relative;
    transition: all 0.3s;
}

.menu_btn span:before,
.menu_btn span:after {
    display: block;
    content: '';
    width: 100%;
    height: .0533rem;
    border-radius: .0533rem;
    background-color: #939393;
    transition: all 0.3s;
    position: absolute;
    left: 0;
}

.menu_btn span:before {
    top: -0.1333rem;
}

.menu_btn span:after {
    bottom: -0.1333rem;
}

.menu_btn.on span {
    background-color: transparent;
}

.menu_btn.on span:before {
    top: 0;
    transform: rotate(-45deg);
}

.menu_btn.on span:after {
    bottom: 0;
    transform: rotate(45deg);
}

.waterfall {
    width: 100%;
    height: 100%;
    padding-top: 1.3333rem;
    display: flex;
    background-color: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 19;
    transform: all 0.3s;
}

.waterfall_left {
    width: 3.2rem;
    height: 100%;
    background-color: #EEF1F5;
}

.waterfall_left a {
    height: 1.3333rem;
    padding-left: .4rem;
    display: flex;
    align-items: center;
    border-left: .1067rem #EEF1F5 solid;
    font-size: .3733rem;
    color: #4E5566;
    font-weight: bold;
}

.waterfall_left a.on {
    background-color: #fff;
    border-left: .1067rem #0774F4 solid;
}

.waterfall_right {
    width: 6.8rem;
    height: 100%;
    overflow-y: auto;
}

.waterfall_title {
    padding: 0 .32rem;
    padding-left: .5333rem;
    height: 1.3333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.waterfall_title b {
    font-size: .3733rem;
    color: #333;
}

.waterfall_title i {
    display: block;
    width: .64rem;
    height: .64rem;
    background: url(../images/da.png) no-repeat;
    background-size: 100% 100%;
}

.waterfall_title.on b {
    color: #0774F4;
}

.waterfall_title.on i {
    background: url(../images/upa.png) no-repeat;
    background-size: 100% 100%;
}

.waterfall_slide {
    padding: 0 1.0667rem;
    display: none;
}

.waterfall_slide a {
    display: block;
    padding: .1333rem 0;
    font-size: .3733rem;
    color: #333;
    font-weight: bold;
}

.banner {
    position: relative;
    z-index: 18;
}

.banner-slide {
    height: 3.4667rem;
    margin-bottom: 0.266667rem;
    background: #fff;
}

.banner-slide .swiper-slide img {
    height: 3.466667rem;
}

.banner-slide .swiper-pagination-bullet {
    width: 0.48rem;
    height: 0.133333rem;
    border-radius: 0.133333rem;
    background: #fff;
}

.cate {
    width: 100%;
    display: flex;
    background-color: #fff;
    position: relative;
    z-index: 18;
}

.cate.fixed {
    position: fixed;
    top: 1.3333rem;
    left: 0;
}

.cate_item {
    width: 50%;
}

.cate_title {
    width: 100%;
    height: 1.3333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .3467rem;
    color: #999;
    font-weight: bold;
}

.cate_title i {
    display: block;
    width: .50rem;
    height: .50rem;
    background: url(../images/da.png) no-repeat;
    background-size: 100% 100%;
}

.cate_title.on {
    color: #0774F4;
}

.cate_title.on i {
    background: url(../images/upa.png) no-repeat;
    background-size: 100% 100%;
}

.cate_slide {
    display: none;
    background-color: #fff;
    border-top: 1PX #e6e6e6 solid;
    position: absolute;
    top: 1.3333rem;
    left: 0;
}

.cate_list {
    padding: .5333rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cate_slide:after {
    display: block;
    content: '';
    width: 2.6667rem;
}

.cate_slide a {
    width: 2.6667rem;
    height: .8667rem;
    margin-bottom: .32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .08rem;
    background-color: #f0f3f5;
    font-size: .3467rem;
    color: #333;
}

.cate_mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

.cate_mask.show {
    display: block;
}

.news_list {
    padding: 0 .32rem;
}

.news_list li {
    padding: .5333rem 0;
    border-bottom: 1PX #e6e6e6 solid;
}

.news_top {
    margin-bottom: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_top img {
    width: .5333rem;
    height: .5333rem;
}

.news_name {
    width: 8.5333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .4267rem;
    color: #333541;
}

.news_dec {
    margin-bottom: .32rem;
    height: 1.0667rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .32rem;
    line-height: .5333rem;
    color: #8f969b;
}

.news_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.labels span {
    display: inline-block;
    padding: .0667rem .1333rem;
    margin-right: .1333rem;
    border-radius: .0533rem;
    background-color: #f9f9f9;
    font-size: .2933rem;
    color: #999;
}

.labels span.on {
    background-color: #e8f1fa;
    color: #0774F4;
}

.news_btm p {
    font-size: .2933rem;
    color: #8f969b;
}

.cloud_wrapper {
    padding: .32rem;
}

.cloud_top {
    margin-bottom: .4rem;
    padding-bottom: .32rem;
    border-bottom: 1PX #e6e6e6 solid;
}

.cloud_top h3 {
    margin-bottom: .4rem;
    font-size: .4533rem;
    line-height: .64rem;
    color: #333;
}

.cloud_top p {
    margin-bottom: .4rem;
    font-size: .32rem;
    color: #999;
}

.cloud_banner {
    margin-bottom: .2667rem;
}

.cloud_link {
    margin-bottom: .4rem;
    font-size: .3467rem;
    line-height: .64rem;
}

.cloud_link a {
    margin-right: .1333rem;
    text-decoration: underline;
    color: #666;
}

.cloud_content {
    margin-bottom: .6rem;
}

.cloud_tips {
    padding-bottom: .6rem;
    margin-bottom: .6rem;
    border-bottom: 1PX #e6e6e6 solid;
}

.cloud_tips p {
    padding: .32rem;
    background-color: #f9f9f9;
    font-size: .3467rem;
    line-height: .6rem;
    color: #999;
}

.cloud_join {
    margin-bottom: .2rem;
}

.cloud_pages a {
    display: block;
    padding: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .3467rem;
    color: #333;
}

.cloud_pages span {
    color: #1f6bb6;
}

.cloud_pages em {
    color: #999;
}

.recom {
    padding: .56rem 0;
    background-color: #f8f9fa;
}

.recom_title {
    padding: 0 .4rem;
    margin-bottom: .4rem;
    font-size: .4267rem;
    font-weight: bold;
    color: #484c4f;
}

.recom_slide {
    padding: 0 .4rem !important;
}

.recom_item {
    border-radius: .1333rem;
    overflow: hidden;
    background-color: #fff;
}

.recom_img {
    height: 5.0667rem;
}

.recom_img img {
    height: 5.0667rem;
}

.recom_info {
    padding: .4rem;
}

.recom_info h3 {
    margin-bottom: .2667rem;
    font-size: .4267rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.recom_info p {
    font-size: .3467rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.footer {
    padding: .5333rem;
    background-color: #fff;
    font-size: .3467rem;
    color: #8e98a4;
}

.footer img {
    width: 3.2267rem;
    margin-bottom: .4rem;
}

.footer p {
    padding: .1333rem 0;
}


/* 首页 */

.home_banner {
    height: 9rem;
    position: relative;
}

.home_banner_slide {
    height: 100%;
}

.home_banner_slide img {
    height: 9rem;
}

.home_banner_slide .swiper-pagination {
    bottom: 2rem !important;
}

.home_banner_slide .swiper-pagination-bullet {
    width: .5333rem;
    height: .0533rem;
    background-color: rgba(255, 255, 255, .8);
}

.home_banner_slide .swiper-pagination-bullet-active {
    background-color: #0774F4;
}

.skill {
    width: 100%;
    background-color: rgba(255, 255, 255, .12);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.skill ul {
    display: flex;
}

.skill li {
    width: 20%;
    height: 1.7333rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .32rem;
    color: #fff;
}

.skill img {
    width: .64rem;
    height: .64rem;
    margin-bottom: .1333rem;
}

.mid {
    padding: .9333rem .4rem;
    padding-left: .4rem;
}

.mid .mid_row {
    padding: .2667rem 0;
    display: flex;
    justify-content: space-between;
}

.mid .mid_icon {
    width: 1.8667rem;
    text-align: center;
}

.mid .mid_icon img {
    width: .8533rem;
}

.mid_info {
    width: 7.2rem;
    padding-right: .6667rem;
}

.mid_name {
    margin-bottom: .2667rem;
    font-size: .3733rem;
    font-weight: bold;
    color: #4E5566;
}

.mid_dec {
    font-size: .32rem;
    color: #949DA8;
}

.home_title {
    height: 2.1333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .48rem;
    color: #333;
    font-weight: bold;
}

.choose {
    padding: .9333rem 0;
    background-color: #F9FAFB;
}

.choose_slide {
    height:10.1rem;
}

.choose_slide .choose_item {
    padding: 0 .2rem;
}

.choose_slide .choose_item .choose_box {
    border-radius: .2667rem;
    box-shadow: 0 0 .1333rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

.choose_slide .choose_item .choose_box .choose_img {
    height: 5.04rem;
}

.choose_slide .choose_item .choose_box .choose_img img {
    height: 5.04rem;
}

.choose_slide .choose_item .choose_box .choose_info {
    padding: .4rem;
    height:5rem;
    position: relative;
}

.choose_slide .choose_item .choose_box .choose_info .choose_logo {
    width: 1.8133rem;
    height: 1.8133rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 .2667rem rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -0.6667rem;
    right: .4rem;
    z-index: 9;
    overflow: hidden;
}

.choose_slide .choose_item .choose_box .choose_info .choose_logo img {
    height: 1.8133rem;
}

.choose_slide .choose_item .choose_box .choose_info .choose_name {
    margin-bottom: .64rem;
    font-size: .4267rem;
    font-weight: bold;
    color: #4E5566;
}

.choose_slide .choose_item .choose_box .choose_info .choose_dec {
    height: 1.84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: .32rem;
    line-height: .6133rem;
    color: #949DA8;
}

.client {
    padding: .9333rem 0;
    overflow: hidden;
}

.client_slide .swiper-wrapper {
    transition-timing-function: linear;
}

.client_slide .swiper-slide {
    padding: .1333rem;
    height: 2.4rem;
    box-sizing: border-box;
}

.client_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lisence {
    padding: .9333rem .32rem;
    background-color: #F9FAFB;
}

.lisence .lisence_item {
    text-align: center;
}

.lisence .lisence_item .lisence_img {
    width: 1.92rem;
    height: 1.92rem;
    margin: 0 auto;
    margin-bottom: .2667rem;
    border-radius: 50%;
    overflow: hidden;
}

.lisence .lisence_item .lisence_img img {
    height: 1.92rem;
}

.lisence .lisence_item .lisence_name {
    font-size: .2933rem;
    color: #333;
}

.ready {
    width: 100%;
    height: 4.32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/ready_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: .5333rem;
}

.ready .ready_btn {
    width: 4rem;
    height: 1.0667rem;
    margin-top: .5333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .6667rem;
    background-color: #FF8E38;
    font-size: .4rem;
    color: #fff;
    border: none;
}
.ready .ready_btn a{
    color: #ffffff;
}
.float {
    width: 1.4933rem;
    border-top-left-radius: .0533rem;
    border-bottom-left-radius: .0533rem;
    background-color: #fff;
    box-shadow: 0 0 .1333rem rgba(0, 0, 0, .1);
    position: fixed;
    bottom: 1.4667rem;
    right: 0;
    z-index: 20;
}

.float ul {
    padding: 0 .2667rem;
}

.float li {
    width: 100%;
    height: 1.3333rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1PX #f5f5f5 solid;
}

.float li:last-child {
    border-bottom: none;
}

.float li img {
    width: .64rem;
    height: .64rem;
}


/* 关于我们 */

.tabs {
    width: 100%;
    display: flex;
    background-color: #fff;
    border-bottom: 1PX #e6e6e6 solid;
}

.tabs a {
    width: 25%;
    height: 1.3333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .3733rem;
    color: #333;
    position: relative;
}

.tabs a:after {
    display: none;
    content: '';
    width: 1.6rem;
    height: .0533rem;
    background-color: #0774F4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tabs a.on {
    color: #0774F4;
}

.tabs a.on:after {
    display: block;
}

.title2 {
    margin-bottom: .4rem;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .4267rem;
    color: #333;
    font-weight: bold;
}

.about_info {
    padding: .5333rem;
}

.about_info .about_title {
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
    font-size: .4267rem;
    color: #333;
}

.about_info .about_title img {
    width: .48rem;
    height: .48rem;
    margin-right: .2rem;
}

.about_info .about_dec {
    font-size: .3733rem;
    line-height: .64rem;
    color: #666;
}

.cultrue {
    padding: .5333rem;
    background-color: #F9FAFB;
}

.cultrue .cultrue_item {
    padding: .5333rem;
    height: 3.6267rem;
    margin-bottom: .5333rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 .2667rem rgba(0, 0, 0, 0.05);
}

.cultrue .cultrue_item .cultrue_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cultrue .cultrue_item .cultrue_row .name {
    font-size: .4267rem;
    color: #333;
    font-weight: bold;
}

.cultrue .cultrue_item .cultrue_row .name:after {
    display: block;
    content: "";
    width: .5333rem;
    height: .08rem;
    margin-top: .2133rem;
    background-color: #0774F4;
}

.cultrue .cultrue_item .cultrue_row img {
    width: .8rem;
    height: .8rem;
}

.cultrue .cultrue_item .cultrue_info {
    font-size: .32rem;
    line-height: .4533rem;
    color: #333;
}

.honur {
    padding: .5333rem;
}

.honur_slide {
    height: 8.9333rem;
}

.honur_slide .honur_item .honur_img {
    height: 3.6rem;
    margin-bottom: .2667rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F9FAFB;
    font-size: .3733rem;
    color: #333;
}

.honur_slide .honur_item .honur_img img {
    max-width: 2rem;
    margin-bottom: .2667rem;
}

.honur_slide .swiper-pagination-bullet {
    width: .5333rem;
    height: .0533rem;
    background-color: rgba(0, 0, 0, .8);
}

.honur_slide .swiper-pagination-bullet-active {
    background-color: #0774F4;
}

.history {
    padding: .5333rem 1.0667rem;
    background-color: #F9FAFB;
}

.history .history_item {
    height: 2rem;
    display: flex;
}

.history .history_item .history_dot {
    width: .4533rem;
    height: 100%;
    margin-right: .5333rem;
    position: relative;
}

.history .history_item .history_dot:after {
    display: block;
    content: "";
    width: .0533rem;
    height: calc(100% - .4533rem);
    background-color: #A2CDFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history .history_item .history_dot image {
    height: .4533rem;
}

.history .history_item:last-child .history_dot:after {
    display: none;
}

.history .history_item .history_info {
    flex: 1;
}

.history .history_item .history_info .name {
    font-size: .3733rem;
    font-weight: bold;
    color: #0774F4;
}

.history .history_item .history_info .dec {
    font-size: .3733rem;
    color: #4E5566;
    line-height: .5333rem;
}


/* 管理中台 */

.solve_wrap {
    padding: .5333rem;
    background-color: #F9FAFB;
}

.solve_wrap .solve_title {
    margin-bottom: .4rem;
    font-size: .48rem;
    color: #333;
}

.solve_wrap .solve_dec {
    margin-bottom: .4rem;
    font-size: .3733rem;
    color: #666;
    line-height: .64rem;
}

.solve_wrap .solve_btn {
    width: 2.9867rem;
    height: .8533rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0774F4;
    border-radius: .6667rem;
    font-size: .3733rem;
    color: #fff;
}

.banner1 {
    background-color: #F9FAFB;
}

.about_nav {
    display: flex;
    justify-content: space-around;
    border-bottom: 1PX #e6e6e6 solid;
    background-color: #fff;
}

.about_nav.fixed {
    width: 100%;
    position: fixed;
    top: 1.3333rem;
    left: 0;
    z-index: 20;
}

.about_nav .about_nav_item {
    height: 1.3333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .3733rem;
    color: #333;
    position: relative;
}

.about_nav .about_nav_item.on {
    color: #0774F4;
    font-weight: bold;
}

.about_nav .about_nav_item.on:after {
    display: block;
    content: "";
    width: 100%;
    height: .0533rem;
    background-color: #0774F4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.share {
    padding: .5333rem;
}

.share .share_title {
    margin-bottom: .3733rem;
    text-align: center;
    font-size: .4267rem;
    font-weight: bold;
    color: #333;
}

.share .share_dec {
    margin-bottom: .5333rem;
    text-align: center;
    font-size: .3733rem;
    color: #666;
    line-height: .64rem;
}

.share .share_more {
    width: 2.9867rem;
    height: .8533rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .6667rem;
    background-color: #0774F4;
    font-size: .3733rem;
    color: #fff;
}

.scene {
    padding: .5333rem;
    background-color: #F9FAFB;
}

.scene .item {
    margin-bottom: .5333rem;
    display: flex;
    padding: .5333rem;
    background-color: #fff;
    box-shadow: 0 0 .2667rem rgba(0, 0, 0, 0.1);
}

.scene .item img {
    width: 1.3867rem;
    height: 1.5733rem;
    margin-right: .2667rem;
}

.scene .item .info {
    flex: 1;
}

.scene .item .info .name {
    margin-bottom: .2667rem;
    font-size: .3733rem;
    font-weight: bold;
    color: #4E5566;
}

.scene .item .info .dec {
    font-size: .32rem;
    color: #949DA8;
    line-height: .5333rem;
}

.plan {
    padding: .5333rem;
}

.imba {
    padding: .5333rem;
}

.imba .item {
    display: flex;
    margin-bottom: .5333rem;
}

.imba .item img {
    width: 1.76rem;
    height: 1.3333rem;
    margin-right: .32rem;
}

.imba .item .info {
    flex: 1;
}

.imba .item .info .name {
    margin-bottom: .2667rem;
    font-size: .3733rem;
    font-weight: bold;
    color: #4E5566;
}

.imba .item .info .dec {
    font-size: .32rem;
    color: #949DA8;
    line-height: .5333rem;
}


/* 成功案例 */

.wrapper {
    padding: .5333rem;
}

.sort {
    margin-bottom: .2667rem;
    display: flex;
    justify-content: space-between;
}

.sort .name {
    font-size: .3733rem;
    color: #333;
    font-weight: bold;
}

.sort .sort_list {
    width: 7.7333rem;
    display: flex;
    flex-wrap: wrap;
}

.sort .sort_list .sort_item a {
    display: inline-block;
    margin-right: .2667rem;
    margin-bottom: .2667rem;
    padding: .04rem .1067rem;
    font-size: .32rem;
    color: #4E5566;
}

.sort .sort_list .sort_item a.on {
    background-color: #EEF5FF;
    border: 1PX #0774F4 solid;
    color: #0774F4;
}

.case_item {
    margin-bottom: .5333rem;
    height: 5.8667rem;
}

.case_item img {
    height: 5.8667rem;
}

.inside_banner {
    width: 100%;
    height: 2.5067rem;
    position: relative;
}

.inside_banner:after {
    display: block;
    content: "";
    border-left: .32rem transparent solid;
    border-right: .32rem transparent solid;
    border-top: .32rem #0774F4 solid;
    position: absolute;
    bottom: -0.2933rem;
    left: .8rem;
}

.inside_banner image {
    height: 2.5067rem;
}

.inside_banner .inside_name {
    font-size: .5333rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: .8rem;
    transform: translateY(-50%);
}

.solve_wrap {
    padding: .5333rem;
    background-color: #F9FAFB;
}

.solve_wrap .solve_title {
    margin-bottom: .4rem;
    font-size: .48rem;
    color: #333;
}

.solve_wrap .solve_dec {
    margin-bottom: .4rem;
    font-size: .3733rem;
    color: #666;
    line-height: .64rem;
}

.detail {
    padding: .5333rem;
    line-height:0.58rem;
}

.detail img{
    max-width: 100%;
    height: auto;
}
/* 联系我们 */

.inside_banner .inside_name {
    font-size: .5333rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: .8rem;
    transform: translateY(-50%);
}

.entry {
    padding: .8rem .5333rem;
}

.entry .entry_item {
    margin-bottom: .5333rem;
}

.entry .entry_item input {
    width: 100%;
    height: .8533rem;
    padding: 0 .2667rem;
    border-radius: .0533rem;
    background-color: #F1F2F3;
    font-size: .3733rem;
}

.entry .name {
    margin-bottom: .1333rem;
    font-size: .4267rem;
    color: #4E5566;
    font-weight: bold;
}

.entry .name span {
    color: #0774F4;
}

.entry .badge {
    display: flex;
    flex-wrap: wrap;
}

.entry .badge .item {
    padding: .16rem .3733rem;
    margin: .1333rem 0;
    margin-right: .2667rem;
    border-radius: .1067rem;
    border: 1PX #e6e6e6 solid;
    font-size: .3733rem;
    color: #4E5566;
}

.entry .badge .item.on {
    border: 1PX #0774F4 solid;
    background-color: #0774F4;
    color: #fff;
}

.entry .entry_btn {
    width: 100%;
    height: 1.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #0774F4, #42A1FF);
    border-radius: .0533rem;
    font-size: .4267rem;
    color: #fff;
}

.serve {
    padding: .5333rem;
    background-color: #F9FAFB;
}

.serve .serve_title {
    margin-bottom: .5333rem;
    font-size: .64rem;
    font-weight: bold;
    color: #4E5566;
}

.serve .item {
    margin-bottom: .5333rem;
}

.serve .item .name {
    margin-bottom: .1333rem;
    font-size: .3733rem;
    color: #0774F4;
    font-weight: bold;
}

.serve .item .dec {
    font-size: .3733rem;
    color: #4E5566;
}

.serve .qr {
    display: flex;
}

.serve .qr .qr_item {
    width: 3.2rem;
    margin-right: 1.0667rem;
    text-align: center;
    font-size: .3733rem;
    color: #4E5566;
}

.serve .qr .qr_item image {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: .2667rem;
    box-shadow: 0 0 .1333rem rgba(0, 0, 0, 0.2);
}

.cultrue {
    padding: .5333rem;
}

.cultrue .cultrue_item {
    padding: .5333rem;
    height: 3.6267rem;
    margin-bottom: .5333rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 .2667rem rgba(0, 0, 0, 0.05);
}

.cultrue .cultrue_item .cultrue_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cultrue .cultrue_item .cultrue_row .name {
    font-size: .4267rem;
    color: #333;
    font-weight: bold;
}

.cultrue .cultrue_item .cultrue_row .name:after {
    display: block;
    content: "";
    width: .5333rem;
    height: .08rem;
    margin-top: .2133rem;
    background-color: #0774F4;
}

.cultrue .cultrue_item .cultrue_row img {
    width: .8rem;
    height: .8rem;
}

.cultrue .cultrue_item .cultrue_info {
    font-size: .32rem;
    line-height: .6rem;
    color: #333;
}

.cultrue_info a{
    color: #333;
}
/* 解决方案 */

.solve_wrap {
    padding: .8rem .5333rem;
    background-color: #F9FAFB;
}

.solve_wrap .solve_title {
    margin-bottom: .4rem;
    font-size: .48rem;
    color: #333;
}

.solve_wrap .solve_dec {
    margin-bottom: .4rem;
    font-size: .3733rem;
    color: #666;
    line-height: .64rem;
}

.solve_wrap .solve {
    border-radius: .0533rem;
    background-color: #fff;
    box-shadow: 0 0 .2667rem rgba(0, 0, 0, 0.1);
}

.solve_wrap .solve .solve_item {
    border-bottom: 1PX #e6e6e6 solid;
}

.solve_wrap .solve .solve_item .solve_top {
    padding: 0 .5333rem;
    height: 1.7067rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solve_wrap .solve .solve_item .solve_top .solve_name {
    display: flex;
    align-items: center;
    font-size: .3733rem;
    color: #4E5566;
}

.solve_wrap .solve .solve_item .solve_top .solve_name img {
    width: .48rem;
    height: .48rem;
    margin-right: .2rem;
}

.solve_wrap .solve .solve_item .solve_top .da1,
.solve_wrap .solve .solve_item .solve_top .da2 {
    width: .64rem;
    height: .64rem;
}

.solve_wrap .solve .solve_item .solve_top .da2 {
    display: none;
}

.solve_wrap .solve .solve_item .solve_top.on .da1 {
    display: none;
}

.solve_wrap .solve .solve_item .solve_top.on .da2 {
    display: block;
}

.solve_wrap .solve .solve_item .solve_info {
    display: none;
    padding: .5333rem;
    padding-top: 0;
}

.solve_wrap .solve .solve_item .solve_info .solve_img {
    height: 3.7333rem;
    margin-bottom: .4rem;
    border-radius: .1333rem;
    overflow: hidden;
}

.solve_wrap .solve .solve_item .solve_info .solve_img img {
    height: 3.7333rem;
}

.solve_wrap .solve .solve_item .solve_info .solve_p {
    margin-bottom: .4rem;
    font-size: .32rem;
    color: #949DA8;
    line-height: .5333rem;
}

.solve_wrap .solve .solve_item .solve_info .solve_btns {
    display: flex;
    justify-content: space-between;
}

.solve_wrap .solve .solve_item .solve_info .solve_btns .solve_btn1,
.solve_wrap .solve .solve_item .solve_info .solve_btns .solve_btn2 {
    width: 3.7333rem;
    height: 1.0667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .0533rem;
    border: 1PX #0774F4 solid;
    font-size: .3733rem;
}

.solve_wrap .solve .solve_item .solve_info .solve_btns .solve_btn1 {
    background-color: #0774F4;
    color: #fff;
}

.solve_wrap .solve .solve_item .solve_info .solve_btns .solve_btn2 {
    color: #0774F4;
}

.case2 {
    padding: .5333rem;
}

.case2 .case2_title {
    margin-bottom: .5333rem;
    font-size: .48rem;
    color: #333;
    font-weight: bold;
}

.case2 .case2_item {
    margin-bottom: .5333rem;
    border: 1PX #e6e6e6 solid;
    border-radius: .0533rem;
}

.case2 .case2_item .case2_img {
    height: 4.2667rem;
}

.case2 .case2_item .case2_img img {
    height: 4.2667rem;
}

.case2 .case2_item .case2_info {
    padding: .32rem;
}

.case2 .case2_item .case2_info .case2_name {
    margin-bottom: .2rem;
    font-size: .3733rem;
    color: #4E5566;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case2 .case2_item .case2_info .case2_dec {
    margin-bottom: .4rem;
    height: 1.0667rem;
    font-size: .32rem;
    color: #949DA8;
    line-height: .5333rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case2 .case2_item .case2_info .case2_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case2 .case2_item .case2_info .case2_row .case2_time {
    font-size: .32rem;
    color: #949DA8;
}

.case2 .case2_item .case2_info .case2_row .case2_more {
    display: flex;
    align-items: center;
    font-size: .32rem;
    color: #0774F4;
}

.case2 .case2_item .case2_info .case2_row .case2_more img {
    width: .48rem;
    height: .48rem;
}

.more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .32rem;
    color: #333;
}

.more_btn img {
    width: .64rem;
    height: .64rem;
}

.download {
    margin-bottom: .5333rem;
    padding: .2667rem;
    display: flex;
    border: 1PX #e6e6e6 solid;
}

.download .icon {
    width: 1.7333rem;
    height: 1.36rem;
    margin-right: .5333rem;
}

.download .download_info {
    flex: 1;
}

.download .download_info .name {
    margin-bottom: .2rem;
    font-size: .4267rem;
    color: #333;
}

.download .download_info .download_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download .download_info .download_row .spec {
    font-size: .3733rem;
    color: #949DA8;
}

.download .download_info .download_row img {
    width: .64rem;
    height: .64rem;
}

.pages {
    padding: .5333rem;
    background-color: #F9FAFB;
}

.pages .pages_item {
    padding: .2667rem 0;
    display: block;
}

.pages .pages_item .pages_btn {
    display: flex;
    align-items: center;
    margin-bottom: .2667rem;
    font-size: .3733rem;
    color: #333;
}

.pages .pages_item .pages_btn img {
    width: .48rem;
    height: .48rem;
}

.pages .pages_item .pages_link {
    font-size: .32rem;
    color: #333;
}

.cultrue .cultrue_item.agb{
    height:3rem;
}

.content{
    line-height: 0.58rem;
}

.content img{
    max-width: 100%;
    height: auto;
}