* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    font-family: roboto, sans-serif;
    color: #888;
    background: #f0f7ff;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-family: prompt, sans-serif;
    font-weight: 500;
    color: #333
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

a {
    color: #555
}

a:focus {
    outline: 0
}

p {
    margin: 0;
    color: #999
}

img {
    display: block
}

ul {
    padding: 0;
    margin: 0
}

.px750 {
    width: 100%;
}

.px375 {
    width: 100%;
}


/* 图标组 */

.icon-49 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组49.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-50 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组50.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-53 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组53.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-58 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组58.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-57 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组57.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-60 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组60.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-54 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组54.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-62 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组62.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-55 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组55.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.icon-66 {
    margin: 20px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background: url(../images/icon/组66.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}


/* 导航栏  */

.toub_dh {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.95);
}

.toub_dh>div {
    overflow: hidden;
}

.toub_dh .logo {
    position: fixed;
    float: left;
    height: 50px;
}

.toub_dh .logo img {
    height: 50px;
}

.toub_dh .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3rem;
    height: 50px;
    float: right;
}

.toub_dh .navbar i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #9e9e9e;
}

.toub_dh .navbar i:hover {
    color: #489BFF;
}

#nav {
    display: none;
}

.nav-text {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
}

.nav-text ul {
    text-align: center;
}


/* .nav-text .show {
    display: inline-block;
} */

.nav-text ul li {
    line-height: 35px;
}

.nav-text ul li a {
    text-decoration: none;
    color: #489BFF;
    font-size: 15px;
    font-family: Microsoft YaHei;
}


/* 轮播图 */

.slideBox {
    margin-top: 50px;
}

.slideBox .tt {
    width: 100%;
    height: 50px;
    background: rgba(63, 136, 224, 1);
    display: flex;
    align-items: center;
    text-align: left;
}

.slideBox .tt h3 {
    padding-left: 2rem;
    font-size: 2.0rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 254, 254, 1);
}

.slideBox .pic {
    width: 100%;
    height: 150px;
    display: block;
}

.slideBox .pic img {
    width: 100%;
    height: 150px;
}

.slideBox .bd {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slideBox .bd img {
    margin: 0 auto;
    height: 200px;
    display: block;
}


/* 产品优点 */

#support {
    padding: 10px;
}

.support .online {
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    text-align: center;
    margin: 0.5rem;
    transition: all linear .5s;
}

.support .online i {
    color: #10AEFF;
    font-size: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.support .online .text-center {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.support .online .text-center h4 {
    font-weight: 800;
    font-size: 11pt;
    color: #444444;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support .online .text-center span {
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 11pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999999;
    transition: all linear .5s;
}


/* 公司简介 */

.section_block {
    padding: 10px;
}

.block_title {
    width: 100%;
    margin-bottom: 1.5rem;
}

.zh_tilte {
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    font-family: Microsoft YaHei;
    color: #000000;
}

.title_slogen {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    letter-spacing: 1px;
}

.company_profile {
    width: 100%;
    height: auto;
    display: flex;
}

.company_profile .right_img {
    margin-right: 5%;
    height: 100px;
    width: 45%;
}

.company_profile .right_img img {
    box-shadow: 5px 5px 6px rgba(84, 84, 84, 0.22);
    border-radius: 5px;
    width: 100%;
    height: 100px;
    display: block;
}

.left_text {
    display: none;
}

.text {
    position: relative;
    width: 60%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}

.text h3 {
    width: 90%;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text p {
    width: 95%;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-indent: 2rem;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text .text-btn {
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 25px;
    background-color: #2A71D8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.text .text-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 0.5rem;
}


/* 焦点图 */

.index-sec3 {
    display: none;
}

.focus {
    margin-top: 10px;
}

.sw {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 24px;
    background: url(../images/组200.png);
}

.box-title {
    padding: 10px 25px 0 25px;
}

.itembox {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 15px;
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.c1 {
    border-radius: 10px;
    float: left;
    height: 135px;
    width: 40%;
    transition: transform 0.3s linear;
}

.swiper-slide .tet {
    float: left;
    width: 60%;
    text-align: center;
    height: 120px;
}

.swiper-slide .tet h3 {
    margin-top: 5pt;
    font-size: 13pt;
    font-weight: 800;
}

.swiper-slide .tet p {
    margin-top: 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-indent: 0;
    height: 65px;
    font-weight: 300;
    overflow: hidden;
}

.swiper-wrapper {
    margin-bottom: 30px;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    color: #fefefe;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
    height: 100%;
    transition: transform 0.1s linear;
}


/* 行业痛点 */

.Industry-pain-points {
    padding: 10px;
    margin-top: 10px;
}

.Industry-pain-points .text-center {
    text-align: center;
    height: 120px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
}

.Industry-pain-points .text-center p {
    width: 80%;
    margin: 0 auto;
    font-size: 11pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #484848;
}

.Industry-pain-points .text-center .icon i {
    margin: 10px 0;
    font-size: 3rem;
    color: #489BFF;
}


/* 客户案例 */

.customer {
    margin-top: 10px;
    padding: 10px;
}

.app_cusimg {
    margin-right: 0px;
    margin-left: 5%;
}


/* 新闻资讯 */

.news {
    display: none;
}

.appnews {
    margin-top: 10px;
}

.news-bg {
    width: 100%;
    height: auto;
    background: url(../images/pattern.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

#click-btn {
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.news-btn {
    background: rgba(193, 193, 193, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0.5rem;
}

.news-btn:hover {
    background: #3C8AD6;
}

.news-btn:hover a {
    color: #FFFFFF;
}

.news-btn a {
    font-size: 0.5rem;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pandding20 {
    padding: 0 0.5rem;
}

.news-detail {
    padding-top: 3rem;
    width: 100%;
    height: auto;
}

.news-pic {
    width: 85%;
    margin: 0 auto;
    height: 100px;
}

.news-pic img {
    width: 100%;
    height: 100px;
}

.news-text {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.news-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-text p {
    font-size: 0.5rem;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text .text-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 80px;
    height: 25px;
    bottom: 0px;
    border-radius: 5px;
    background-color: #2A71D8;
}

.news-text .text-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 0.5rem;
}


/* 联系我们 */

.contact {
    display: none;
}


/* 底部 */

#pc {
    display: none;
}

footer {
    background-color: rgb(73, 73, 73);
}

footer .content {
    padding: 15px 15px 20px 15px;
}

footer h4 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

footer ul li {
    width: 25%;
}

footer ul li a {
    padding: 2px 0;
    font-size: 12px;
    color: #999999;
    width: 60px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer .pic {
    margin-top: 6px;
    width: 72px;
}

footer .pic img {
    width: 100%;
}

footer .footer-about {
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: rgb(28, 28, 28);
}

footer .footer-about .f-text {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

footer .footer-about .f-text p {
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

footer .footer-about .f-text a {
    text-decoration: none;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    text-align: center;
}


/* 导航地址 */

.business {
    display: none;
}

.about-pic .slideBox .bd {
    display: none;
}


/* 产品中心 */

.product {
    margin-top: 1rem;
}

.product-box {
    padding: 1rem;
}

.pro-pa {
    padding: 0.5rem;
}

.pro-box {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 237.5px;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
}

.pro-box .pro-pic {
    display: block;
    width: 100%;
    height: 117px;
    margin: 1rem 0;
}

.pro-box .pro-pic img {
    width: 100%;
    height: 117px;
}

.pro-box .pro-text {
    margin-top: 1rem;
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: left;
}

.pro-box .pro-text h3 {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 50, 50, 1);
}

.pro-box .pro-text p {
    font-size: 1.2rem;
    font-family: PingFang SC;
    color: rgba(179, 177, 177, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* 客户详情 */

.customer {
    margin-top: 0;
}

.cus-box {
    width: 100%;
    height: 200px;
    padding: 1rem;
    margin-bottom: 2rem;
}

.cus-item {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    padding-bottom: 1rem;
}

.cus-pic img {
    width: 100%;
    height: 88px;
    border-radius: 5px;
}

.cus-pic {
    width: 100%;
    height: 88px;
    margin-bottom: 1rem;
}

.cus-text {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.cus-text h3 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 130px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 50, 50, 1);
    margin-bottom: 0.5rem;
}

.cus-text span {
    font-size: 11px;
    font-family: PingFang SC;
    color: rgba(204, 202, 202, 1);
    margin-bottom: 0.5rem;
}

.cus-text p {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    font-family: PingFang SC;
    color: rgba(179, 177, 177, 1);
}


/* 新闻详情 */

.newsinfo {
    background-color: #fff;
}

.news-box {
    padding: 1rem;
    padding-bottom: 2rem;
}

.news-item {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.news-item {
    margin-top: 1.5rem;
    width: 100%;
    background: rgba(247, 247, 247, 1);
    border-radius: 5px;
    display: block;
}

.news-item .news-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
}

.news-item .news-title h3 {
    margin: 0.5rem 0;
    line-height: 15pt;
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 50, 50, 1);
}

.news-item .news-other {
    width: 100%;
    display: flex;
    align-items: center;
}

.news-item .news-other .oth-btn {
    margin-right: 1rem;
    width: 6.4rem;
    height: 3rem;
    background: #31DB89;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.news-item .news-other .oth-btn span {
    font-size: 1.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.news-item .news-other p {
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.news-item .news-detail {
    width: 100%;
    padding-top: 0.5rem;
}

.news-item .news-detail p {
    font-size: 1.3rem;
    font-family: PingFang SC;
    font-weight: normal;
    color: rgba(179, 177, 177, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2rem;
}

.news-item .news-detail a {
    margin-top: 0.4rem;
    display: block;
    text-align: right;
    width: 100%;
    color: rgba(63, 136, 224, 1);
    font-size: 1.3rem;
}

.news-item .news-pic {
    width: 100%;
    height: 13rem;
    margin: 1rem 0;
}

.news-item .news-pic img {
    width: 100%;
    height: 13rem;
}

.news-item .item-other {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.news-item .item-other span {
    font-size: 1.3rem;
    font-family: PingFang SC;
    font-weight: normal;
    color: rgba(179, 177, 177, 1);
}


/* 时间轴 */

.time {
    width: 100%;
    height: 235pt;
    overflow: hidden;
    background: #fff url(../images/guanwang_QYLC_background.png);
    background-size: auto 268.5pt;
    background-repeat: no-repeat;
    background-position: center center;
}

.time-title {
    padding: 12pt;
    width: 100%;
    height: auto;
}

.time-title h3 {
    color: #333232;
    font-size: 16pt;
    font-weight: Medium;
}

.time-title p {
    color: #CCCACA;
    font-size: 10pt;
    font-weight: 300;
    padding-top: 2pt;
    text-transform: Uppercase;
}

.text-item {
    height: 100pt;
}

.time-text {
    width: 100%;
    height: auto;
    padding: 8pt 27pt 0 27pt;
}

.time-text p {
    margin-bottom: 5pt;
    font-size: 10pt;
    line-height: 15pt;
    color: #132C47;
}

.time-line {
    margin-top: 15pt;
    padding: 12pt;
    position: relative;
    width: 100%;
    height: 32px;
}

.time-line .frameright {
    float: left;
    height: 10pt;
    width: 1%;
    border-right: 1pt solid #33333330;
}

.time-line .framebottom {
    float: left;
    width: 98%;
    height: 5pt;
    border-bottom: 1pt solid #33333330;
}

.time-line .frameleft {
    float: left;
    height: 10pt;
    width: 1%;
    border-left: 1pt solid #33333330;
}

.time-detail {
    position: absolute;
    top: 15pt;
    width: 100%;
    height: 50px;
}

.time-detail ul {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
}

.time-detail ul li {
    float: left;
    width: 25%;
    height: 46pt;
    margin: 0 auto;
}

.time-detail ul li i {
    color: #B3B3B3;
    font-size: 11.5pt;
    height: 20pt;
}

.time-detail ul li p {
    color: #B3B3B3;
    font-size: 10pt;
}

.time-detail ul .icon-on i {
    color: #4EA5FF;
    font-size: 16pt;
    height: 20pt;
}

.time-detail ul .icon-on p {
    color: #8EC6FF;
    font-size: 11pt;
    height: 20pt;
}


/* 团队介绍 */

.team {
    padding: 16px;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.team .team-title {
    width: 100%;
    height: auto;
}

.team .team-title h3 {
    color: #333232;
    font-size: 16pt;
    font-weight: Medium;
}

.team .team-title p {
    color: #CCCACA;
    font-size: 10pt;
    font-weight: 300;
    padding-top: 2pt;
    text-transform: Uppercase;
}

.team .timebtn {
    width: 100%;
    margin: 7pt 0;
}

.team .timebtn .t-btn {
    width: 100%;
    height: 15pt;
    padding-right: 10pt;
}

.team .timebtn .t-btn .bt {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #C1C1C1;
    align-items: center;
    justify-content: center;
}

.team .timebtn .t-btn .bt span {
    font-size: 11pt;
    color: #FFFEFE;
    opacity: 0.8;
}

.team .timebtn .t-on .bt {
    background-color: #3D89D4;
}

.team .timebtn .t-on .bt span {
    font-size: 11pt;
    color: #FFFEFE;
    opacity: 1;
}

.team .team-pic {
    margin-top: 10pt;
    width: 100%;
    height: 175pt;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-pic img {
    border-radius: 5px;
    height: 175pt;
    width: auto;
}

.team .text-de {
    margin-top: 10pt;
    width: 100%;
    height: auto;
}

.text-de p {
    text-indent: 2rem;
    color: #B3B1B1;
    font-size: 11pt;
    line-height: 20pt;
    letter-spacing: 1pt;
}

.text-de p span {
    font-size: 11pt;
    color: #31DB89;
    letter-spacing: 1pt;
}