a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

html,body {
    overflow-x: hidden;
    font-family: "VIVO-FONT-WEB",sans-serif;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.rjkf-color {
    color: #555556;
}

.rjkf-desc-color {
    color: #adadad;
}

.bold{
    font-family: "VIVO-FONT-WEB-BOLD";
}
/* @media (max-width: 1000px) { */

/* 头部开始 */
.head {
    display: none;
}

.wap_head {
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 111;
}

.wap_head .wap_logo {
    height: 40px;
    width: auto;
    float: left;
    padding-left: 10px;
    margin-top: 10px;
}

.wap_head .wap_logo img {
    height: 100%;
}

.wap_head .wap_nav_icon {
    float: right;
    padding-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.wap_head .wap_nav_icon .nav_btn_list {
    position: relative;
    width: 23px;
    height: 18px;
}

.wap_head .wap_nav_icon .nav_btn_list .nav_btn_item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #f5333f;
}

.wap_head .wap_nav_icon.active .nav_btn_list .nav_btn_item:nth-child(2) {
    width: 50%;
    transition: width .3 ease;
}

.wap_head .wap_nav_icon .nav_btn_list .nav_btn_item:nth-child(1) {
    top: 0;
}

.wap_head .wap_nav_icon .nav_btn_list .nav_btn_item:nth-child(2) {
    top: 46%;
}

.wap_head .wap_nav_icon .nav_btn_list .nav_btn_item:nth-child(3) {
    bottom: 0;
}

.wap_nav {
    width: 100%;
    height: 100vh;
    background-color: rgba(245, 51, 63, .95);
    position: fixed;
    transform: scale(0);
    top: 60px;
    padding-left: 1rem;
    padding-top: 2rem;
    overflow-y: auto;
    transition: all .3s ease;
    transform-origin: top;
}

.wap_nav.active {
    right: 0px;
    z-index: 10;
}

.nav_list_en {
    display: none;
}

.wap_nav_list {
    padding-top: 50px;
}

.nav_list_cn {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
}









.wap_nav ul.menu_ul:last-child {
    padding-bottom: 280px !important;
}

.wap_nav.active {
    padding-top: 80px;
    box-sizing: border-box;
    z-index: 100;
    transform: scale(1);
}

/* .wap_nav .wap_nav_close {
    background-color: #fff;
    width: 30px;
    height: 30px;
    float: right;
    text-align: center;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -10px;
    margin-right: -5px;
}

.wap_nav .menu_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wap_nav .wap_nav_list {
    padding-bottom: 40px;
    padding-top: 20px;
}

.wap_nav .wap_nav_list .wap_nav_list1 {
    font-size: 16px;
    color: #fff !important;
    line-height: 30px !important;
    font-weight: bold;
} */




















/* 头部结束 */


/* 轮播图开始 */
.banner {
    display: none;
}

.wap_banner {
    /* margin-top: 60px; */
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.banner .swiper-pagination {
    height: 50px;
}

.banner .swiper-pagination-bullet {
    width: 28px;
    height: 10px;
    background: #fff;
    opacity: 1;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 10px;
    vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
    background: #30668c;
}

/* 轮播图结束 */

/* 首页我们的服务开始 */
.service {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3px;
}

.service .service_list {
    background-color: #f4f4f4;
    padding: 20px 0;
}

.service .service_list .ser_box {
    width: 100%;
    height: 100%;
}

.service .service_list .ser_box .ser_tit {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.service .service_list .ser_box .ser_tit span {
    font-size: 20px;
    color: #565656;
    font-weight: bold;
}

.service .service_list .ser_box .ser_icon {
    height: 50px;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.service .service_list .ser_box .ser_icon1 {
    background: url('../images/service01.png') no-repeat center center;
    background-size: 45px 45px;
}

.service .service_list .ser_box .ser_icon2 {
    background: url('../images/service02.png') no-repeat center center;
    background-size: 42px 42px;
}

.service .service_list .ser_box .ser_icon3 {
    background: url('../images/service03.png') no-repeat center center;
    background-size: 43px 41px;
}

.service .service_list .ser_box .ser_icon4 {
    background: url('../images/service04.png') no-repeat center center;
    background-size: 42px 42px;
}

.service .service_list .ser_box:hover .ser_icon1 {
    background: url('../images/service_active01.png') no-repeat center center;
    background-size: 45px 45px;
}

.service .service_list .ser_box:hover .ser_icon2 {
    background: url(../images/service_active02.png) no-repeat center center;
    background-size: 42px 42px;
}

.service .service_list .ser_box:hover .ser_icon3 {
    background: url(../images/service_active03.png) no-repeat center center;
    background-size: 43px 41px;
}

.service .service_list .ser_box:hover .ser_icon4 {
    background: url(../images/service_active04.png) no-repeat center center;
    background-size: 42px 42px;
}

.service .service_list .ser_box .ser_item {
    width: 85%;
    height: 100px;
    margin: 0 5% 0 10%;
    margin-top: 20px;
}

.service .service_list .ser_box .ser_item ul {
    width: 100%;
    height: 100px;
    line-height: 25px;
}

.service .service_list .ser_box .ser_item .ser_item_list {}

.service .service_list .ser_box .ser_item .ser_item_list span {
    font-size: 14px;
    color: #565656;
    position: relative;
}

.service .service_list .ser_box .ser_item .ser_item_list span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    height: 1px;
    width: 5px;
    background-color: #565656;
}

.service .service_list:hover {
    background-color: #f5333f;
}

.service .service_list:hover .ser_tit span {
    color: #fff;
}

.service .service_list:hover .ser_item .ser_item_list span {
    color: #fff;
}

.service .service_list:hover .ser_item .ser_item_list span::before {
    background-color: #fff;
}

/* 首页我们的服务结束 */


/* 首页自主开发产品开始 */
.swiper_left {
    display: none;
}

.product {
    height: auto;
    width: 100%;
    background: url('../images/product_backgroud.png') no-repeat center center;
    position: relative;
}

.product .product_bg_1,
.product .product_bg_2,
.product .product_bg_3,
.product .product_tit {
    display: none;
}

.product .product_banner,
.product .swiper,
.product .swiper-wrapper,
.product .swiper-slide {
    background: transparent;
    width: 100%;
    position: relative;
}

.product .swiper-slide .wap_swiper_left {
    overflow: hidden;
}

.product .swiper-slide .wap_swiper_left {
    display: block;
    opacity: 0;
}

.product .swiper-slide.swiper-slide-active .wap_swiper_left {
    display: block;
    opacity: 1;
}

.product .swiper-slide .swiper_right .product_con {
    display: block;
    opacity: 0;
}

.product .swiper-slide.swiper-slide-active .swiper_right .product_con {
    display: block;
    opacity: 1;
}

.product .product_banner {
    position: relative;
    width: 100%;
    padding: 0;
}

.product .product_banner .swiper-wrapper {
    position: relative;
}

.product .product_banner .swiper-slide {
    position: relative;
    padding-bottom: 25%;
    box-sizing: border-box;
}

.product .product_banner .wap_swiper_left {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
}

.product .product_banner .wap_swiper_left .swiper_wap_box {
    width: 90%;
    margin: 0 auto;
    height: 300px;
    display: flex;
    align-items: center;
}

.product .product_banner .wap_swiper_left .swiper_wap_box img {
    width: 100%;
    height: auto;
}

.product .product_banner .swiper_right {
    margin-top: 300px;
}

.product .product_banner .swiper_right .product_con {
    width: 90%;
    /* height: 400px; */
    margin: 0 auto;
}

.product .product_banner .swiper_right .product_con .product_logo {
    height: 40px;
}

.product .product_banner .swiper_right .product_con .product_logo img {
    height: 40px;
    width: auto;
    display: none;
}

.product .product_banner .swiper_right .product_con .product_right_tit {
    font-size: 20px;
    font-weight: bold;
    color: #393939;
    margin-top: 20px;
    text-align: left;
}

.product .product_banner .swiper_right .product_con .product_intr {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #232323;
    text-align: left;
    line-height: 2;
}

.product .product_banner .swiper_right .product_con .product_button {
    margin-top: 20px;
    background-color: #f5333f;
    border-radius: 20px;
    width: 50%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.product .product_banner .swiper_right .product_con .product_button a {
    color: #fff;
    font-size: 14px;
    /* padding: 8px 25px; */
}

.product .product_pagination_box {
    position: absolute;
    left: 30%;
    bottom: 30px;
    z-index: 1;
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
}

.product .swiper-button {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
}

.product .swiper-button .arrow_box {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f5333f;
    border-radius: 50%;
    position: relative;
}

/*去掉默认样式*/
.product .swiper-button-prev2::after,
.product .swiper-button-next2::after {
    display: none;
}

/*自定义样式*/
.product .swiper-button-next2 .arrow_box,
.product .swiper-button-prev2 .arrow_box {
    position: absolute;
    cursor: pointer;
}

.product .swiper-button-next2 .arrow_box {
    background: #f5333f url(../images/right-arrow.png) no-repeat center center;
    background-size: 8px 16px;
    right: 0;
    top: 0;
}

.product .swiper-button-prev2 .arrow_box {
    background: #f5333f url(../images/left-arrow.png) no-repeat center center;
    background-size: 8px 16px;
    left: 0;
    top: 0;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet-active {
    color: #f5333f;
}


/* 首页自主开发产品结束 */


/* 首页了解我们开始 */
.about {
    width: 100%;
    height: 350px;
    background: url(../images/about_bg.png) center center;
}

.about .about_box {
    width: 85%;
    margin: 0 5% 0 10%;
}

.about .about_box .about_con {
    width: 100%;
    padding-top: 40px;
}

.about .about_box .about_con .about_tit {
    color: #fdfdfd;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.about .about_box .about_con .about_tit::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -25px;
    height: 2px;
    width: 20px;
    background-color: #fdfdfd;
}

.about .about_box .about_con .about_intr {
    color: #fdfdfd;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
}

.about .about_box .about_con .about_button {
    margin-top: 30px;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 60%;
    text-decoration: none;
    color: #fff;
    background-color: #f5333f;
    display: flex;
}

.about .about_box .about_con .about_button img {
    height: 100%;
}

.about .about_box .about_con .about_button span {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.about .about_box .about_con .about_button::before,
.about .about_box .about_con .about_button::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about .about_box .about_con .about_button::before {
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0, -0.5em) rotate(45deg);
    transform: translate(0, -0.5em) rotate(45deg);
    /* box-shadow: inset -0.2em 0.2em 0 0 #e74c3c; */
    box-shadow: inset -0.2em 0.2em 0 0 #fff;
    border-radius: 0 0.15em 0 0;
}

.about .about_box .about_con .about_button::after {
    top: 50%;
    right: 1em;
    width: 1.3em;
    height: 0.2em;
    -webkit-transform: translate(0, -0.1em);
    transform: translate(0, -0.1em);
    /* background-color: #e74c3c; */
    background-color: #fff;
}

.about .about_box .about_con .about_button:hover::before {
    -webkit-transform: translate(0.5em, -0.5em) rotate(45deg);
    transform: translate(0.5em, -0.5em) rotate(45deg);
}

.about .about_box .about_con .about_button:hover::after {
    -webkit-transform: translate(0.5em, -0.1em);
    transform: translate(0.5em, -0.1em);
}

.about .about_box .about_icon {
    display: none;
}


/* 首页了解我们结束 */


/* 首页成功案例开始 */
.case {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.case .case_tit {
    display: none;
}

.case .case_con {
    width: 95%;
    margin: 0 auto;
}

.case .case_con .case_list {}

.case .case_con .case_list .case_img {}

.case .case_con .case_list .case_img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    transform: scale(1);
}

/* .case .case_con .case_list:hover .case_img img {
        transform: scale(1.02);
    } */

.case .case_con .case_list .case_button {
    margin: 20px 0;
}

.case .case_con .case_list .case_button span {
    font-size: 16px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #f5333f;
    border-radius: 15px;
    color: #fff;
}

.case .case_con .case_list .case_intr {}

.case .case_con .case_list .case_intr dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.case .case_con .case_list .case_intr dd {
    font-size: 14px;
    margin-bottom: 30px;
    color: #5f5f5f;
}

.case .case_more {
    display: none;
}

/* 首页成功案例结束 */


/* 首页解决方案开始 */
.solution {
    width: 100%;
    height: auto;
    /* height: 700px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
}

.solution .solution_list {
    width: 100%;
    overflow: hidden;
}

.solution .solution_list .solution_list_con {
    width: 90%;
    margin: 0 auto;
}

.solution .solution_list {
    background: url(../images/solution01.png) no-repeat;
}

.solution .solution_list .solution_tit {
    margin-top: 20px;
    position: relative;
    height: 100px;
}

.solution .solution_list .solution_tit h1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.solution .solution_list .solution_tit h2 {
    font-size: 14px;
    color: #dedede;
    padding-bottom: 15px;
    position: relative;
}

.solution .solution_list .solution_tit h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #fff;
}

.solution .solution_list .solution_intr {
    height: 150px;
    margin-top: 20px;
    color: #dedede;
    font-size: 14px;
    line-height: 1.6;
}

.solution .solution_list .solution_item {
    margin-top: 20px;
    margin-bottom: 40px;
}

.solution .solution_list .solution_item li {
    font-size: 13px;
    margin: 30px 0;
}

.solution .solution_list .solution_item li .solution_item_style1 {
    color: #005132;
    background-color: #fff;
    padding: 8px 5px;
    box-sizing: border-box;
}

.solution .solution_list .solution_item li .solution_item_style2 {
    color: #fff;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 1px solid;
}

.solution .solution_list .solution_icon {
    display: none;
}

/* 首页解决方案结束 */


/* 首页网站知识开始 */
.skill {
    display: none;
}

.wap_skill {
    width: 100%;
    height: auto;
}

.wap_skill .wap_skill_con {
    width: 95%;
    margin: 0 auto;
}

.wap_skill .wap_skill_con .wap_skill_tit {
    margin-top: 30px;
}

.wap_skill .wap_skill_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wap_skill .wap_skill_con ul li {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    margin: 10px 10px;
    font-size: 14px;
    color: #929292;
    border-radius: 15px;
    background-color: #e5e5e5;
}

.wap_skill .wap_skill_con ul li:hover {
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    background-color: #f5333f;
    border: 1px solid #f5333f;
}

.wap_skill .wap_skill_con .wap_skill_list {
    width: 100%;
    margin-top: 30px;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item:hover {
    margin-top: -5px;
    transition: all 0.3s ease-in-out;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item {
    width: 100%;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item a {
    display: block;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item .wap_skill_img {
    float: left;
    width: 40%;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item .wap_skill_img img {
    width: 100%; 
    height: 100px;
 object-fit: cover;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item .wap_skill_intr {
    padding-left: 45%;
    /* width: calc(100% - 45%); */
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item .wap_skill_intr dl {
    margin-top: 15px;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item .wap_skill_intr dt {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item .wap_skill_intr dd {
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    padding-bottom: 10px;
    height: 40px;
}

.wap_skill .wap_skill_con .wap_skill_list .wap_skill_item .wap_skill_intr p.wap_skill_time {
    font-size: 13px;
    color: #999;
    text-align: right;
}

.skill_more {
    display: none;
}

/* 首页网站知识结束 */


/* 底部开始 */
.foot {
    display: none;
}

.wap_foot {
    width: 100%;
    height: auto;
    background: url(../images/foot.png) no-repeat center center;
    background-size: auto 100%;
    margin-top: 30px;
    padding-top: 50px;
}

.wap_foot .foot_logo {
    text-align: center;
    margin-bottom: 30px;
    height: 35px;
}

.wap_foot .foot_logo img {
    height: 35px;
    width: auto;
}

.wap_foot .foot_con {
    width: 95%;
    margin: 0 auto;
}

.wap_foot .foot_con .foot_con_service {
    width: 100%;
}

.wap_foot .foot_con .foot_serve {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.wap_foot .foot_con .foot_serve .foot_serve_tit {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.wap_foot .foot_con .foot_serve .foot_serve_list {
    color: #929292;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.wap_foot .foot_con .foot_con_contact {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.wap_foot .foot_con .foot_con_contact .foot_contact {
    display: flex;
}

.wap_foot .foot_con .foot_contact .ewm {
    width: 40%;
}

.wap_foot .foot_con .foot_contact .ewm img {
    width: 100%;
}

.wap_foot .foot_con .foot_contact .ewm p {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.wap_foot .foot_con .foot_contact .phone {
    margin-left: 30px;
}

.wap_foot .foot_con .foot_contact .phone span {
    color: #dadada;
    font-size: 13px;
}

.wap_foot .foot_con .foot_contact .phone h1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wap_foot .foot_con .foot_contact .phone h2 {
    color: #fff;
    font-size: 13px;
}

.wap_foot .foot_con .FAQ {
    margin-top: 20px;
}

.wap_foot .foot_con .FAQ .FAQ_tit {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.wap_foot .foot_con .FAQ .FAQ_list {
    display: flex;
}

.wap_foot .foot_con .FAQ .FAQ_list a {
    color: #929292;
    font-size: 13px;
}

.wap_foot .foot_con .FAQ .FAQ_list span {
    color: #929292;
    font-size: 13px;
    margin: 0 2px;
}


.wap_foot .copyright {
    font-size: 13px;
    line-height: 1.5;
    color: #dadada;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    box-sizing: border-box;
}

.wap_foot .copyright a {
    color: #dadada;
}

.wap_foot .foot_con::after {
    content: "";
    display: block;
    clear: both;
}

/* 底部结束 */



/* 软件开发公共类 */
.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.bold-b {
    font-weight: bold;
}

.text-align-c {
    text-align: center;
}

.common-line-height {
    line-height: 1.5;
}

.rjkf-color {
    color: #555556;
}

.rjkf_tit1 {
    font-size: 24px;
}

.rjkf_tit2 {
    font-size: 18px;
    color: rgba(85, 85, 86, 0.7);
}

.rjkf_item_tit1 {
    font-size: 18px;
    height: 50px;
}

.rjkf_item_tit2 {
    font-size: 16px;
}

.rjkf_item_desc1 {
    font-size: 14px;
}

.rjkf_item_desc2 {
    font-size: 14px;
}

.rjkf_item_desc3 {
    font-size: 15px;
}

.rjkf_section {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 50px;
}

.section_con {
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.section_list {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.common_img {
    width: 100%;
    height: auto;
}

/* 物业管理页面 */
.wygl .section1,
.rjkf_list .section1 {
    display: none;
}

.wygl .section1_wap,
.rjkf_list .section1_wap {
    display: block;
}

.section1_wap.rjkf_section {
    width: 100%;
}

.wap_consult_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #4572ff;
    text-align: center;
    z-index: 100;
}

.wap_consult_btn img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.wap_consult_btn span {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
}

.wygl .section2_list,
.wygl .section4_list,
.rjkf_list .section2_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
}

.wygl .section2_item,
.wygl .section4_item,
.rjkf_list .section2_item {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.wygl .section2_item .section2_item_con,
.wygl .section4_item .section4_item_con,
.rjkf_list .section2_item .section2_item_con {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.wygl .section2_item .section2_item_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.wygl .section2_item .section2_item_img img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wygl .section3_list {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.wygl .section3_item .section3_item_con {
    height: 250px;
    margin-bottom: 30px;
    padding-right: 15px;
    background-color: rgba(237, 240, 255, 0.5);
    border-radius: 10px;
    /* box-shadow: 0 2px 10px #e3e8f1; */
    /* background-color: #ccc; */
}

.wygl .section3_item .section3_item_img {
    float: left;
    width: 90px;
    height: 250px;
    line-height: 200px;
    text-align: center;
}

.wygl .section3_item .section3_item_img img {}

.wygl .section3_item .section3_item_tit {
    color: #2284ff;
    font-size: 18px;
    padding-top: 15px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.wygl .section4_tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.wygl .section4_item .section4_item_con {
    background-color: #f3f9fd;
    height: 150px;
    border-radius: 5px;
}

.wygl .section4_item_tit {
    margin-left: 10px;
    padding-top: 10px;
}

.wygl .section4_item_desc {
    line-height: 1.8;
}

.wygl .rjkf_item_desc2 {
    margin-left: 10px;
    margin-right: 10px;
}

.wygl .section5_item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.wygl .section5_item_con {
    width: 100%;
}

.wygl .section5_item_img {
    width: 100%;
    margin-bottom: 10px;
}

.wygl .section5_item_img img {
    width: 100%;
    height: auto;
}


/* 垃圾回收页面 */
.ljhs .page1 {
    display: none;
}

.ljhs .page1_wap {
    display: block;
}

.ljhs .page1 {
    background: #edf1fd url(../images/page1_bg.jpg) center center no-repeat;
    position: relative;
}

.ljhs .page2_list,
.ljhs .page3_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
}

.ljhs .page2_list .page2_item {
    width: 100%;
}

.ljhs .page2_list .page2_item .page2_item_con,
.ljhs .page3_list .page3_item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ljhs .page2_item .page2_item_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.ljhs .page2_item .page2_item_img img,
.ljhs .page3_list .page3_item img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ljhs .page2_item .rjkf_item_tit1 {
    height: auto;
}

.ljhs .page4 .wap_foot .foot_logo,
.ljhs .page4 .wap_foot .FAQ {
    display: none;
}


/* 软件开发列表页 */
.rjkf_list .section1_bg {
    width: 100%;
    height: auto;
}

.rjkf_list .rjkf_list_s2_img {
    width: 100%;
    height: 140px;
    text-align: center;
    line-height: 140px;
    margin-bottom: 10px;
}

.rjkf_list .rjkf_list_s2_img img {
    height: 90px;
    width: auto;
}

.rjkf_list .section3_item {
    margin-bottom: 20px;
}

.rjkf_list .section3_item_con {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.rjkf_list .rjkf_item_tit1 {
    height: auto;
}

/* } */