/****banner*****/

.content {
    width: 100%;
    height: auto;
}

.bannerWap {
    height: auto;
    width: 100%;
    padding-top: 4.37rem;
}

.banner {
    position: relative;
    overflow: auto;
    text-align: center;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

#banner {
    width: 640px;
}

#banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

#banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#banner .dots li.active {
    background: #fff;
    opacity: 1;
}

#banner .arrow {
    position: absolute;
    top: 30%;
    height: auto;
    width: 50px;
}

#banner #al {
    left: 15px;
}

#banner #ar {
    right: 15px;
}

/* 视频 */

.vidiv video {
    width: 235px;
    border-radius: 20px;
    border: 10px solid #fbfffe;
}

/* 视频 */

.zhinengmode {
    background: #eee;
}

.zhinengWap {
    width: 100%;
    margin: 50px 0px;
}

.zhinengDesc {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
}

.zhinengItem {
    height: auto;
    width: 40%;
    margin-right: 10px;
}

.zhinengItem:last-child {
    height: auto;
    width: 40%;
    margin-left: 10px;
    margin-right: 0px;
}

/*功能特点*/

.gnBox li {
    box-shadow: none !important;
    height: auto;
}

.gnBox li .title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.gnBox li .desc {
    font-size: 14px;
    margin-top: 10px;
}

.gnImgBox {
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.gnImgBox img {
    display: block;
    width: 100%;
}

/*支持功能*/

.zcGongNengWap {
    padding: 50px 0px;
}

.zcGongNengWap .g-box-title {
    margin-top: 0px;
}

.zcGongNengItem {
    display: flex;
    padding-bottom: 20px;
}

.zcGongNeng {
    border-radius: 10px;
    background: white;
    cursor: pointer;
    width: 16%;
    height: 192px;
    margin: 0 auto;
}

.zcGongNeng:last-of-type(1) {
    margin-right: 0px;
}

.zcGongNeng img {
    width: 4rem;
    height: 4rem;
    display: block;
}

.zcGongNeng .desc {
    margin-top: 20px;
    font-size: 1rem;
}

/* 案例 */

.anli-list li {
    padding: 35px;
    background: #fff;
    margin: 20px;
}

.anli-list li img {
    width: 80px;
    height: 80px;
}

/*专注*/

.zhuanzhu {
    width: auto;
    margin-right: 20px;
}

.zhuanzhuImgBox {
    border-radius: 15px;
    box-sizing: border-box;
}

.zhuanzhuImgBox img {
    display: block;
    width: 100%;
}

.zhuanzhu:last-of-type(1) {
    width: auto;
    margin-right: 0px;
}

.zhuanzhu .title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.zhuanzhu .desc {
    font-size: 14px;
    margin-top: 10px;
}

/* 特效 */

.g-box-items>li, .zcGongNeng, .gnImgBox, .zhuanzhuImgBox, .anli-list li {
    box-shadow: 0 5px 20px 0 rgba(28, 39, 60, .1)
}

.zcGongNeng:hover, .anli-list li:hover {
    box-shadow: 0 5px 20px 0 rgba(28, 39, 60, .2)
}