.border-div {
    background-color: #ff3300;
    width: 34px;
    height: 2px;
}

.g-icon {
    display: inline-block;
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/icon.png);
    background-repeat: no-repeat;
}

/*nav*/
.g-hd .nav > li:hover > a {
    background-color: transparent;
}

.g-hd .nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.g-hd-search .navbar-form {
    padding-top: 8px;
    padding-bottom: 8px;
}

.g-hd .nav > li > a:hover, .g-hd .nav > li.active > a {
    color: #ff3300;
}

.g-hd .nav > li > a:hover:after, .g-hd .nav > li.active > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-left: -35px; */
    width: 100%;
    height: 4px;
    background-color: #ff3300;
    content: " ";
}

.g-hd .top-nav {
    float: right;
    padding-top: 30px;
    padding-bottom: 6px;
}

.g-hd .top-nav li {
    float: left;
    padding: 0 12px;
    border-left: 1px solid #ffffff;
}

.g-hd .top-nav li:first-child {
    border-left: 0;
}

.g-hd .top-nav li > a {
    display: block;
    color: #ffffff;
    line-height: 1;
    font-size: 12px;
}

.g-hd .top-nav li > a:hover {
    color: #ff3300;
}

/*首页*/
.index-bd {
    /*margin-top: -98px;*/
}

/* .index-banner{
    position: relative;
    /*top: -98px;* /
    /*height: 737px;* /
    height: 826px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.index-banner-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45;
    z-index: 1;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center top;
    background-size: 100% auto;
    /*background-repeat: no-repeat;*/
}

.section-header {
    position: relative;
    padding-top: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.section-header .title {
    /*font-size: 30px;*/
    line-height: 1.4;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold
}

.section-header .border-div {
    width: 80px;
    height: 6px;
    margin: 20px auto;
}

.section-header .desc {
    color: #000000;
}

.section-nav {
    /*position: absolute;*/
    padding: 0;
    /*height: 0;*/
    background: #f3efee;
}

.section-nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
}

/*s1*/
.section-1 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy_06.jpg);
}

.section-1 .section-header .title {
    position: relative;
}

.s1-item {
    position: relative;
    display: block;
    border: 1px solid #f0f0f4;
    padding: 30px 56px;
    color: #333;
    background-color: #ffffff;
    height: 258px;
    margin: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.s1-item-1 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/index-bg1.jpg);
}

.s1-item-2 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/index-bg2.jpg);
}

.s1-item-3 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/index-bg3.jpg);
}

.s1-item h4 {
    position: relative;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 2;

}

.s1-item p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 2;
}

.s1-item .g-icon {
    position: absolute;
    width: 64px;
    height: 64px;
    right: 56px;
    top: 28px;
}

.g-icon-s1 {
    background-position: -5px -149px;
}

.g-icon-s2 {
    background-position: -149px -150px;
}

.g-icon-s3 {
    background-position: -78px -149px;
}

/*s2*/
.section-2 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy_08.jpg);
    background-repeat: repeat;
    background-size: auto;
}

.s2-item {
    padding: 44px;
    border-radius: 6px;
    background-color: #ffffff;
    margin: 10px 0;
}

.s2-item .g-icon {
    width: 52px;
    height: 52px;
}

.s2-item p {
    font-size: 18px;
    color: #666666;
}

.s2-l {
    margin-left: -158px;
}

.s2-r {
    margin-top: 82px;
}

.g-icon-s4 {
    background-position: -100px -49px;
}

.g-icon-s5 {
    background-position: -4px -49px;
}

.g-icon-s6 {
    background-position: -197px -1px;
}

.g-icon-s7 {
    background-position: -254px -50px;
}

.g-icon-s8 {
    background-position: -148px -49px;
}

.g-icon-s9 {
    background-position: -4px -98px;
}

.g-icon-s10 {
    background-position: -52px -98px;
}

.g-icon-s11 {
    background-position: -49px -46px;
}

/*s3*/
.section-3 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy_11.jpg);
}

.s3-item {
    position: relative;
    display: block;
    border: 1px solid #f0f0f4;
    padding: 50px 30px 30px 30px;
    color: #333;
    background-color: #ffffff;
    height: 234px;
    margin: 15px 0;
    color: #666666;
}

.s3-item .g-icon {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 99;
}

.s3-item h4 {
    font-size: 16px;
}

.s3-item li {
    float: left;
    width: 50%;
    font-size: 14px;
}

.g-icon-s3-1 {
    background-position: -49px -46px;
}

.s3-item .num {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 54px;
    font-weight: bold;
    color: #ffcccc;
    line-height: 1;
}

.s3-item .num em {
    font-size: 14px;
    vertical-align: top;
}

.s3-tips-list {
    margin-top: 40px;
}

.s3-tips-item {
    text-align: center;
    color: #666666;
    border-right: 1px solid #ffcccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.s3-tips-item p {
    margin-bottom: 0;
}

.s3-tips-item p:first-child {
    font-weight: bold;
}

.s3-tips-item span {
    font-size: 36px;
}

.s3-tips-list > div:last-child .s3-tips-item {
    border-right: 0;
}

/*section-4*/
.section-4 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy_13.jpg);
    color: #ffffff;
    padding-bottom: 0;
}

.section-4 .section-header .title {
    color: #ffffff;
}

.s4Swiper {
    margin-top: 58px;
}

.s4-item {
    position: relative;
    padding-left: 40px;
    margin-left: -1px;
    height: 260px;
}

.s4-item h4 {
    font-size: 36px;
    color: #ff3300;
    font-weight: bold;
}

.s4-item:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ff3300;
}

/*s5*/
.s5-list {
    margin-top: 50px;
}

.s5-item {
    height: 80px;
    margin-bottom: 30px;
}

.s5-item img {
    text-align: center;
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
}

.s5-item:hover img {
    /*-webkit-filter: none;*/
    /*-moz-filter: none;*/
    /*-ms-filter: none;*/
    /*-o-filter: none;*/
    /*filter: none;*/
    /*filter: none;*/
}

/*section-6*/
.section-6 {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy_15.jpg);
    color: #ffffff;
}

.section-6 .title {
    margin-bottom: 30px;
}

.btn-red {
    border: 0;
    font-size: 18px;
    padding: 13px 64px;
    border-radius: 50px
}

/*内页*/
.g-bd {
    /*margin-top: -98px;*/
    position: relative;
}

.banner-wrap {
    position: relative;
    height: 395px;
    background-size: cover;
    background-position: center;
}

.banner-wrap .title {
    font-size: 24px;
    color: #ffffff;
    padding-top: 200px;
}

/*功能与应用*/
.app-nav {
    position: relative;
    line-height: 30px;
    background-color: #ffffff;
    margin-top: -45px;
    -moz-box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
}

.section-nav.fixed .app-nav {
    margin-top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.app-nav .g-icon {
    width: 30px;
    height: 30px;
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/icon2.png);
    vertical-align: bottom;
    margin-right: 10px;
}

.app-nav.nav > li > a {
    padding: 30px 0;
    position: relative;
}

.app-nav.nav > li > a:focus,
.app-nav.nav > li > a:hover,
.app-nav.nav > li.active > a,
.app-nav.nav > li > a.active {
    color: #ff3300;
    background: none;
}

.app-nav.nav > li > a:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    height: 30px;
    width: 1px;
    background-color: #cccccc;
}

.app-nav.nav > li:first-child > a:before {
    display: none;
}

.app-nav.nav > li > a:hover:after,
.app-nav.nav > li.active > a:after,
.app-nav.nav > li > a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    /*background-color: #ff3300;*/
}

.app-nav.nav > li.active > a:after,
.app-nav.nav > li > a.active:after {
    background-color: #ff3300;
}

.g-icon-nav1 {
    background-position: 0 -36px;
}

.active .g-icon-nav1, a:hover .g-icon-nav1 {
    background-position: 0 -2px;
}

.g-icon-nav2 {
    background-position: -38px -37px;
}

.active .g-icon-nav2, a:hover .g-icon-nav2 {
    background-position: -38px -2px;
}

.g-icon-nav3 {
    background-position: -81px -37px;
}

.active .g-icon-nav3, a:hover .g-icon-nav3 {
    background-position: -81px -2px;
}

.g-icon-nav4 {
    background-position: -123px -37px;
}

.active .g-icon-nav4, a:hover .g-icon-nav4 {
    background-position: -123px -2px;
}

.g-icon-nav5 {
    background-position: -167px -37px;
}

.active .g-icon-nav5, a:hover .g-icon-nav5 {
    background-position: -167px -2px;
}

.g-icon-nav6 {
    background-position: -209px -37px;
}

.active .g-icon-nav6, a:hover .g-icon-nav6 {
    background-position: -209px -2px;
}

.g-icon-nav7 {
    background-position: -250px -37px;
}

.active .g-icon-nav7, a:hover .g-icon-nav7 {
    background-position: -250px -2px;
}

.g-icon-nav8 {
    background-position: -292px -37px;
}

.active .g-icon-nav8, a:hover .g-icon-nav8 {
    background-position: -292px -2px;
}

.app-main, .article-main, .application-main {
    /*padding-top: 45px;*/
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy_bg.jpg");
    /*background-size: 100% auto;*/
    background-color: #f3efee;
}

.section-show {
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy_bg.jpg");
    background-color: #f3efee;
}

.app-list {
    margin-top: 80px;
    margin-bottom: 20px
}

.app-item {
    padding-bottom: 60px;
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy-line1.png");
    background-repeat: no-repeat;
    background-position: 26% bottom;
}

.app-item:nth-child(2n) {
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy-line2.png");
    background-position: 42% bottom;
}

.app-item:nth-child(3), .app-item:nth-child(7) {
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy-line3.png");
    background-position: 19% bottom;
}

.app-item:last-child {
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy-line4.png");
    background-position: 69% bottom;
}

.app-img-wrap {
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/dtxy-circle.png");
    background-repeat: no-repeat;
    background-position: 16% bottom;
    background-size: 49% auto;
}

.app-item:nth-child(2) .app-img-wrap {
    background-position: 139% bottom;
    background-size: 86% auto;
}

.app-item:nth-child(3) .app-img-wrap {
    background-position: 16% bottom;
    background-size: 60% auto;
}

.app-item:nth-child(4) .app-img-wrap {
    background-position: 9% bottom;
    background-size: 63% auto;
}

.app-item:nth-child(5) .app-img-wrap {
    background-position: 0 25%;
    background-size: 50% auto;
}

.app-item:nth-child(6) .app-img-wrap {
    background-position: 16% bottom;
    background-size: 72% auto;
}

.app-item:nth-child(7) .app-img-wrap {
    background-position: 0% 50%;
    background-size: 40% auto;
}

.app-item:nth-child(8) .app-img-wrap {
    background-position: 0% bottom;
    background-size: 86% auto;
}

.app-item .item-inner {
    width: 273px;
    margin: 0 auto;
    padding: 30px 0 20px;
    box-shadow: 5px 6px 0px #e4dbd6;
    border-radius: 20px;
    background: #fff;
}

.app-item .item-rotate-inner {
    width: auto;
    padding: 20px;
}

.app-img {
    /*text-align: center;*/
    position: relative;
    overflow: hidden;
}

.app-img .video {
    position: absolute;
    top: 0;
    left: 100%;
    transition: left .3s;
}

.app-img:hover .video {
    left: 0;
}

.app-img img {
    width: 100%;
}

.app-text {
    max-width: 420px;
    padding: 60px;
}

.app-item:nth-child(2n) .app-text {
    float: right;
    text-align: right;
}

.app-text .title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.app-text .desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.app-text .border-div {
    margin-top: 24px;
    margin-bottom: 20px;
}

.app-item:nth-child(2n) .app-text .border-div {
    margin-right: 0;
    margin-left: auto;
}

.app-text li {
    /*float: left;*/
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    color: #a6551d;
    border: 8px solid #ffcc99;
    border-radius: 16px;
}

.app-tags-item {
    display: table;
    line-height: 1;
    width: 64px;
    height: 64px;
}

.app-tags-item p {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

/*栏目与课程*/

.article-item {
    background-color: #ffffff;
    padding-top: 50px;
    /*padding-bottom: 50px;*/
    margin-bottom: 50px;
}

.article-item-text {
    padding-left: 45px;
}

.article-item h6 {
    color: #ff3300;
    font-size: 14px;
    line-height: 2;
    margin-top: 0;
}

.article-item-text .title {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
}

.article-item-text .desc {
    color: #000000;
    font-size: 14px;
    line-height: 2;
}

.article-item-img {
    display: block;
}

.article-item-r {
    /*max-width: 391px;*/
    padding-right: 45px;
}

.article-swiper-box {
    /*padding-bottom: 50px;*/
}

.articleSwiper {
    padding-top: 38px;
}

.articleSwiper .row {
    margin-right: -6px;
    margin-left: -6px;
}

.articleSwiper .col-xs-6 {
    padding-right: 6px;
    padding-left: 6px;
}

.articleSwiper .img-item {
    display: block;
    margin-bottom: 12px;
    /*height: 100px;*/
    overflow: hidden;
}

.articleSwiper .img-item img {
    width: 100%;
}

.article-swiper-box .swiper-pagination {
    margin-top: 10px;
}

.article-swiper-box .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 0;
    background: #cccccc;
    opacity: 1;
    margin: 0 5px;
}

.article-swiper-box .swiper-pagination-bullet-active {
    background: #ff3300
}
.section-show {

}

.section-show .item-media {

}

.section-show .item-media-inner {
    background: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/dtxy/show/phone-bg.jpg") no-repeat;
    max-width: 455px;
    padding-top: 78px;
    padding-right: 32px;
    padding-left: 31px;
    padding-bottom: 0;
    margin: 0 auto;
}

.section-show .item-media-object {
    max-width: 392px;
    height: 220px;
    display: flex;
    vertical-align: middle;
    position: relative;
}

.section-show .item-media-object:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    transition: opacity .6s;
}

.section-show .item-media-object.active:before {
    opacity: 0;
}

.section-show .video {
    vertical-align: top;
    background: rgba(0, 0, 0, 1);
}

.section-show .item-media-info {
    padding-top: 20px;
    padding-bottom: 20px;
    /*display: flex;*/
    /*align-items: center;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

.section-show .item-icon {
    text-align: right;
}

.section-show .play-btn,
.section-show .pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    z-index: 2;
    color: #fff;
    transform: translate(-50%, -50%);
}

.section-show .pause-btn {
    display: none;
}

.section-show .active .play-btn {
    display: none;
}

.section-show .active:hover .pause-btn {
    display: block;
}

@media screen and (min-width: 1310px) {
    .section-show .item-media-inner {
        /*padding-bottom: 50px;*/
        min-height: 550px;
    }

    .section-show .item-media-info {
        /*padding-top: 60px;*/
    }
}
/*服务与试用*/
.application-main {
    padding-top: 70px;
    padding-bottom: 70px;
}

.application-form .form-control {
    padding: 12px 26px;
    height: auto;
    border-color: #cccccc;
    box-shadow: none;
    border-radius: 2px
}

.application-form .form-group {
    margin-bottom: 14px;
}

.application-form-box {
    background-color: #ffffff;
    padding: 40px 70px;
    margin-top: -145px;
}

.application-form-box .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.application-form-box .desc {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #f0f0f4;
}

.application-form .form-control {
    max-width: 100%;
}

.application-form .form-control-feedback {
    line-height: 47px;
}

@media (min-width: 1260px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1260px) {

}

@media (max-width: 1259px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

    body {
        font-size: 13px;
    }


    .g-hd .nav > li > a:hover:after, .g-hd .nav > li.active > a:after{
        height: 2px;
    }

    .banner-wrap {
        height: 234px;
    }
    .banner-wrap .s-header {
        margin-top: 20px;
    }
    .banner-wrap .title {
        padding-top: 20px;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-nav {
        display: none;
    }

    .section-header{
        padding-top: 0;
    }
    .section-header .title {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .section-header .border-div{
        height: 4px;
    }
    .s1-item{
        padding: 20px;
        height: initial;
    }
    .s2-item {
        padding: 26px;
    }
    .s2-r{
        margin-top: 0;
    }
    .s3-item{
        padding: 50px 0 0 0;
        height: 214px;
    }
    .s3-item li{
        font-size: 12px;
    }
    .s5-item {
        height: 68px;
        margin-bottom: 10px;
    }
    .app-list{
        margin-top: 40px;
    }
    .app-item{
        padding-bottom: 20px;
        background-image: none!important;
    }
    .app-img-wrap {
        display: none;
    }
    .app-text{
        padding: 20px;
    }
    .section-show .item-media-inner {
        background:none;
        padding:0;
    }
    .section-show .item-media-info {
        display: none;
    }

    .article-item {
        padding: 20px 20px 50px;
    }
    .article-item-text {
        padding-left: 0;
    }
    .article-item-r{
        margin-top: 20px;
        padding-right: 0;
    }

    .application-form-box {
        padding: 40px;
        margin-top: -145px;
    }
    .articleSwiper {
        padding-top: 10px;
    }
}