* {
    font-family: "微软雅黑", Arial;
    padding: 0;
    margin: 0;
    word-break: break-all;
}

ul,
li {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*导航的样式*/
a.menu-style {
    font-size: 16px;
    font-weight: bolder;
}

button.menu-btn-style {
    width: 45px;
    height: 30px;
    padding: 0px;
    outline: none;
}

a .header-logo {
    width: 160px !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link span {
    /* border-bottom: 2px solid #1e90ff; */
}

span.menu-icon-style {
    width: 25px;
    height: 25px;
}

/* 咨询 */
/* .floatBox {
    display: block;
    height: 310px;
    position: fixed;
    top: 64%;
    right: -64px;
    margin-top: -155px;
    z-index: 10000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

.floatBox:hover {
    display: block;
}

.qqBtn {
    position: absolute;
    top: 30%;
    left: -36px;
    right: 0;
    width: 25px;
    padding: 20px 0;
    border-radius: 5px 0px 0px 5px;
    color: #FFFFFF;
    background: #52a1db;
}

.floatUp {
    height: 70px;
    padding-top: 24px;
    cursor: pointer;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.floatList {
    color: #fff;
    background: linear-gradient(0deg, #2E89CC, #74C1F9);
    box-shadow: 0px 1px 3px 0px rgba(25, 58, 83, 0.2);
    border-radius: 40px;
}

.floatList li {
    height: 70px;
    position: relative;
    cursor: pointer;
}

.floatList li:hover .shouqiankefu {
    content: url('../img/public/qq-activate.png');
}

.floatList li:hover .shouhoukefu {
    content: url('../img/public/qq-activate.png');
}

.floatList li:hover .dianhua {
    content: url('../img/public/phone-activate.png');
}

.floatList li:hover .WeChat {
    content: url('../img/public/WeChat-activate.png');
}

.floatList li:hover>p {
    color: #f39800
}

.floatList li:hover .showBox {
    display: block;
} */


/*轮播区域*/
section#ad-area {
    width: 100%;
    background-color: #2C433D;
    color: #ffffff;
    margin-top: 78px;
}

#we,
#prodcuts-banner,
#ad-area .carousel {
    width: 100%;
    height: 340px;
}

#we .item,
#prodcuts-banner .item,
#ad-area .item {
    background: no-repeat center center;
    background-size: cover;
}

#we .item,
#prodcuts-banner .item,
#ad-area .item {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #c0c0c0;
}

.line {
    width: 60px;
    height: 4px;
    background-color: #F39800;
    margin-top: 10px;
    margin: 0 auto;
}

section#ad-area h1 {
    font-weight: bolder;
    text-align: center;
}

section#ad-area p {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}

section#ad-area img {
    margin-top: 20px;
}

/*分类区域*/

section#category-area {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

section#category-area a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000000;
    text-decoration: none;
    padding: 20px 0px 10px 0px;
}

section#category-area a>h3 {
    font-weight: bolder;
    margin-top: 20px;
}

section#category-area a>p {
    font-size: 14px;
}

section#category-area a:hover {
    background-color: #F1F1F1;
    box-shadow: 1px 1px 4px #CCCCCC;
}

/*HTML5区域,bootstrap区域,app下载区域,联系区域*/
section#html-area,
section#boots-area,
section#course-area,
section#download-area,
section#link-area {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    background-color: #fff;
}

section#html-area div.wrap,
section#boots-area div.wrap,
section#download-area div.wrap,
section#link-area div.wrap {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

section#html-area h2,
section#boots-area h2,
section#download-area h2,
section#link-area h2 {
    font-weight: bolder;
}

section#html-area p,
section#boots-area p,
section#download-area p,
section#link-area p {
    font-size: 16px;
}

section#html-area span.icon-style,
section#boots-area span.icon-style {
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #41D2B1;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 10px;
}

section#boots-area,
section#download-area {
    background-color: #FFFFFF;
}

/*最新课程*/
section#course-area h2 {
    font-weight: bolder;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

section#course-area div.course {
    width: 275px;
    height: 255px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 10px auto;
}

section#course-area div.course a {
    margin-top: 21px;
}

/* 新闻区域 */
section#news-area {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

section#news-area .video-tutorial {
    box-shadow: 2px 2px 3px 1px #e5e6e6;
    border: 1px solid #e5e6e6;
    padding: 20px;
    /* background: #eee1da; */
    background: #f9f5f0;
}

/*app下载区域*/
section#download-area button>span {
    margin-right: 5px;
}

section#download-area button {
    margin-right: 20px;
}

/* 产品与解决方案相关 */
section#hot-area {
    width: 100%;
    padding: 50px 0px;
}

section#hot-area .describe-box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFFFFF;
    line-height: 40px;
    transform: translate(-50%, -50%);
    text-align: center;
}

section#hot-area .content:hover .bg-img {
    box-shadow: 0 0 5px 5px #f0c67d
}

/* 平台介绍 */
.container-line {
    height: 5px;
    background: #F39800;
    opacity: 0.5;
    border-radius: 1px;
    margin-bottom: 50px;
}

.collaborate-box {
    height: 84px;
    line-height: 84px;
}

.collaborate {
    float: left;
    width: 200px;
    height: 80px;
    border: 2px solid #F39800;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
}

/*  优势  */
section#advantage-area {
    width: 100%;
    padding: 50px 0px;
}

section#advantage-area .box {
    width: 60%;
    margin: 0 auto;
}


section#advantage-area p {
    display: inline-block;
    font-size: 16px;
    padding-left: 80px;
    height: 70px;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 64px;
}

section#advantage-area .m1 p {
    background-image: url("../img/prodcuts/scope.png");
}

section#advantage-area .m2 p {
    background-image: url("../img/prodcuts/flow.png")
}

section#advantage-area .m3 p {
    background-image: url("../img/prodcuts/skill.png")
}

section#advantage-area .m4 p {
    background-image: url("../img/prodcuts/diversification.png")
}

section#advantage-area .m5 p {
    background-image: url("../img/prodcuts/serve.png")
}

section#advantage-area .m6 p {
    background-image: url("../img/prodcuts/safeguard.png")
}

/* 售后服务 */
.tabs-body {
    padding-top: 5%;
}

#videoList .video-item {
    width: 30%;
    margin-left: 2%;
    margin-right: 1%;
    border-radius: 5px;
}

.disable {
    pointer-events: none;
    border: 1px solid #999999 !important;
    color: #999999 !important;
}

section#service-area {
    width: 100%;
    padding: 82px 0 60px 0;
}

#sinput {
    width: 100%;
    border: 1px solid #44A8F2;
}

.sbtn {
    width: 100px;
    color: #fff;
    border: none;
    background: #44A8F2;
    border-radius: 0px 5px 5px 0px;
}

.sbtn:focus {
    outline: none;
}

.new {
    position: absolute;
    top: 8px;
    right: 36px;
}

.loadMore-box {
    clear: both;
    padding-top: 70px;
    text-align: center;
}

.loadMore {
    width: 180px;
    border-radius: 24px;
}

/* 常见问题 */
.question {
    height: 100%;
    background: #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    text-align: center;
}

#question-tabs {
    width: 20%
}

#question-body {
    width: 75%
}

#question-tabs li {
    line-height: 70px;
    white-space: nowrap;
}

#question-body ul li {
    width: 50%;
    padding-left: 10px;
}



/* 问题列表  分页 */
#pagination {
    clear: both;
    display: block;
    text-align: center;
    padding-top: 20px;
}

#pagination .active {
    color: #c41929;
    border: 1px solid transparent;
    background: #e3e3e3;
    font-size: 14px;
    padding: 3px 4px;
    margin-right: 10px;
}

#pagination a,
#pagination span {
    border: 1px solid #cdcdcd;
    background: #fff;
    font-size: 14px;
    padding: 3px 4px;
    color: #000;
    margin-right: 10px;
}

#pagination a.jump-btn {
    margin-right: 20px;
    margin-left: 20px;
    padding: 5px 10px;
    border-radius: 2px;
    white-space: nowrap;
}

#pagination input {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    background: none;
    outline: none;
}

#pagination .jump-ipt:focus {
    border-color: #44a8f2 !important;
}

/* 常见问题 */
#showList:after {
    padding: 20px 0;
}

#showList {
    padding: 20px 0;
}

.wenti-text {
    border-left: 4px solid orange;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    display: block;
}

.tool {
    float: left;
    width: 25%;
    height: 170px;
    padding: 30px 10px;
    border: 1px solid #CCCCCC;
}

.position-a {
    top: 40%;
    left: 10%
}

.tool-bg {
    background: #ddf0fe
}

.tool img {
    height: 60px;
    border: 2px dashed #bababa;
}

.opinion-btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #44A8F2;
    border-radius: 5px;
    cursor: pointer;
}

/* 视频 */
.video-box ul li {
    display: inline-block;
    vertical-align: top;
    height: 58px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    margin-right: 2.8rem;
}

.video-box {
    background: #fff;
    margin-top: 20px;
}

.NeiNav ul li:hover span,
.video-box ul li:hover span {
    color: #44a8f2 !important;
}

.video-box ul li.active span {
    display: block;
}

.video-box ul li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}

/*  关于我们  */
section#we {
    margin-top: 6rem;
}

.NeiNav {
    width: 100%;
    text-align: center;
    padding-top: 36px;
}

.NeiNav .cmain {
    font-size: 14px
}

.NeiNav ul li {
    display: inline-block;
    height: 40px;
    margin-right: 5%;
}

.video-box ul li {
    display: inline-block;
    vertical-align: top;
    height: 58px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    margin-right: 12%;
}

.aboutUs .tit {
    font-size: 22px;
    color: #383838;
}

.aboutUs .text {
    height: 85%;
    line-height: 34px;
}

.tab-active {
    color: #44A8F2;
}

.aboutUs .hen {
    width: 70px;
    height: 2px;
    background-color: #F39800;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cmainBox {
    padding: 50px 8%;
}

.officeImg img,
.activityImg img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.aboutUs-item:hover .aboutUs-img {
    transform: scale(1.03);
}


/* 加入我们  招聘 */
.Recruitment-box {
    height: 120px;
    line-height: 120px;
}

.Recruitment-box * {
    vertical-align: middle;
}

.line img {
    width: 68px;
    height: 68px;
}

.content {
    width: 620px;
    margin: 0 auto;
}

.fixed {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
}


/* 产品区 内容 */
.title-img {
    height: 24px;
    margin-bottom: 4px;
}

.product-content {
    margin-top: 2rem;
}

.product-tabs>div {
    padding: 0 10px;
}

.erp ul li {
    line-height: 44px;
    list-style: disc;
    color: #3699ff
}

.erp ul li span {
    color: #666666
}

.productTab-nav {
    border: none;
}

.productTab-nav-action {
    border: 1px solid #CCCCCC;
}

.product-img {
    width: 100%;
    transition: all 0.6s;
}

.product-box:hover .product-img {
    transform: scale(1.03);
}

.report {
    padding-top: 4%;
}

.report img {
    border: 1px dashed #919191;
}


/* 咨询 */
.floatBox {
    display: block;
    height: 240px;
    background: #f39800;
    position: fixed;
    top: 70%;
    right: 0;
    margin-top: -155px;
    z-index: 10000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.totop-txt,
.top-icon {
    display: block;
    height: 20px;
    line-height: 20px !important;
}

.floatBox:hover {
    display: block;
}

.floatUp {
    /* height: 70px;
    padding-top: 24px;
    cursor: pointer; */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.floatList li {
    /* height: 50px;
    line-height: 50px;
    padding:0 10px;
    position: relative;
    cursor: pointer;
    font-size: 12px; */

    /* padding: 10px;
    position: relative;
    cursor: pointer;
    font-size: 12px; */

    width: 54px;
    height: 80px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.floatList li:hover {
    background: #fbc111;
}

.floatList li:hover .showBox {
    display: block;
}

.showBox {
    width: 170px;
    height: 200px;
    position: absolute;
    left: -180px;
    top: 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: black;
    font-size: 14px;
    display: none;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(29, 29, 29, 0.2);
}

.wxm {
    width: 170px;
    height: 200px;
    background-image: url("../img/home_02/weixin.png");
    background-repeat: no-repeat;
    background-size: auto 86%;
}
.wx {
    width: 200px;
    height: 200px;
    background-image: url("../img/home_02/wx.png");
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 5px 5px;
}

.showBox .txt {
    position: absolute;
    bottom: 3px;
    left: 18%;
}
.showBox .txt1 {
    position: absolute;
    bottom: 10px;
    left: 6%;
}

/* 底部 */
#link-area {
    width: 100%;
    height: 250px;
    background: #2d3e50;
}

#link-area .qrCode {
    width: 150px;
    margin: 0 auto;
}

#footer-area li,
#footer-area a {
    color: #fac81b; 
    font-weight: bold;
}
#footer-area .logobox,
#footer-area a{
    font-size: 14px;
}

#footer-area .qq a{
    font-size: 16px;
}
#footer-area .qq img{
    vertical-align: sub;
}
#footer-area .qq a,
#footer-area .icp a{
    color: #ffffff;
}
#footer-area .icp a{
    font-weight:100;
}

#footer-area a:hover {
    text-decoration: none;
    /* color: #28a7e1 */
}

@media screen and (min-width:768px) {
    button.menu-btn-style {
        display: none;
    }
}

@media screen and (max-width:1500px) {
    .aboutUs .text {
        line-height: 24px;
    }
}

@media screen and (max-width:768px) {
    button.menu-btn-style {
        display: none;
    }
    .aboutUs .text {
        line-height: 30px;
    }

    #prodcuts-banner .item,
    #ad-area .item {
        height: 230px;
        /* 和图片高度设置一样 */
    }

    #ad-area .carousel {
        height: 230px;
    }

    #we .item {
        height: 230px;
    }

    #we,
    #prodcuts-banner,
    #ad-area .carousel {
        height: 230px;
    }

    #hot-area .describe-box img {
        height: 100px;
    }

    #link-area {
        height: 100%;
        padding: 4% 0;
    }

    section#advantage-area .box {
        width: 95%;
    }
}