@charset "UTF-8";
*, html,
body{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*,*:before,*:after {
    box-sizing: border-box;
    outline: 0
}
/*html,*/
/*body {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: transparent;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.5;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 40px;
}

h3{
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
/*p {*/
    /*font-size: 16px;*/
    /*!*line-height: 1.5;*!*/
/*}*/
.cloud-txt-ex{
    text-align: center;
    line-height: 30px;
}
/* ==================== section ==================== */
.highLight>a{
    color:#333 ;
}
.DGWmobile .container{
    width: 100%;
}
.DGWmobile p{
    font-size: 16px;
    line-height: 1.5;
}
.DGWmobile .container{
    width: 1220px;
}
.DGWmobile a{
    text-decoration:none
}
#banner {
    height: 31.25rem;
    background: url(/project/DGWmobile/images/banner.jpg) no-repeat center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}
/*.banner{*/
    /*padding: 250px 0;*/
/*}*/
.banner h1{
    color: #fff;
    font-weight: bold;
    font-size: 3.75rem;
    padding-top: 15%;
    line-height: 1.3;
}
.banner h1 span{
    color: #0196eb;
}
.banner span:after{
    display: none;
}
.banner p{
    font-size: 1.5rem;
    color: #fff;
}

#sceneone{
    height:46.125rem;
    background: url(/project/DGWmobile/images/scene1.jpg) no-repeat center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#sceneone .triangle,#programme .triangle,
#framework .triangle,#platform .triangle,
#application .triangle{
    width: 0;
    height: 0;
    border-width: 4.375rem;
    border-style: solid;
    border-color: #fbc158 transparent transparent transparent;
    margin: 0 auto;
}
#sceneone .triangle .txt1,#programme .triangle .txt1,
#framework .triangle .txt1,#platform .triangle .txt1,
#application .triangle .txt1{
    position: absolute;
    text-align: center;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size:1.5rem;
}
#sceneone .mobile{
    display: none;
}
#sceneone h2,#programme h2,#framework h2,
#platform h2,#application h2{
    text-align: center;
}
#sceneone p,#programme p,#framework p,
#platform p,#application p{
    text-align: center;
    line-height: 2;
}
.agileits-team-grids{
    margin: 0 auto;
    margin-top: 2.5rem;
}


#programme{
    position: relative;
    margin-bottom:3.75rem;
}
/*.icon-team-grids{*/
    /*width: 75rem;*/
    /*margin:0 auto;*/
/*}*/
.agileits-team-grid{
    margin: 0.75rem auto;
}
.team-info{
    position: relative;
    overflow: hidden;
}
.a-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #abe734;
    margin: 0 auto;
}
.b-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #4ad893;
    margin: 0 auto;
}
.c-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #009966;
    margin: 0 auto;
}
.d-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #FFCC00;
    margin: 0 auto;
}
.e-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #ff9900;
    margin: 0 auto;
}
.f-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #ff6600;
    margin: 0 auto;
}
.g-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #99ccff;
    margin: 0 auto;
}
.h-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #0099cc;
    margin: 0 auto;
}
.j-block{
    width: 17.5rem;
    height: 9.25rem;
    text-align: center;
    background: #3366cc;
    margin: 0 auto;
}
.a-block img,.b-block img,
.c-block img,.d-block img,
.e-block img,.f-block img,
.g-block img,.h-block img,
.j-block img{
    margin: 1.25rem auto;
}
.a-block p,.b-block p,
.c-block p,.d-block p,
.e-block p,.f-block p,
.g-block p,.h-block p,
.j-block p{
    color: #fff;
    padding-bottom:1.375rem;
}
.team-caption h4{
    color: #fff;
    font-size: 1.25em;
}
.team-caption p{
    color: #fff;
    font-size: 1em;
    margin: 0;
}
.a1{
    margin: 0 auto;
}
.team-caption {
    background: #333;
    padding: 0.75rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -130%;
    text-align: center;
    width: 17.5rem;
    height: 9.25rem;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.team-info:hover .team-caption {
    bottom: 0%;
}
#framework{
    position: relative;
    background: #f3f6fc;
}
/*.img-responsive {*/
    /*display: block;*/
    /*height: auto;*/
    /*max-width: 100%;*/
/*}*/
#demo{
    padding: 0 0 3.75rem;
}
.imgcenter{
    display: block;
    margin: 5% auto;
}
.imgcentera{
    display: block;
    margin: 0 auto;
}
#demo .carousel-indicators{
    bottom: 1.5rem;
}
.carousel-indicators li{
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 1rem;
    height:1rem;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: 50%;
    text-indent: -999px;
    background: rgba(211,211,211,1);
}
.carousel-indicators .active {
    background: #3399cc;
}

#platform{
    position: relative;
}
#application{
    height: 70rem;
    background: url(/project/DGWmobile/images/hbg.jpg) no-repeat center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}
#application .carousel-inner{
    width: 90%;
    margin: 0 auto;
}
#appdemo{
    padding: 0 0 1rem;
}
#appdemo .carousel-indicators{
    bottom: -2.5rem;
}

#case{
    position: relative;
    margin-bottom: 5rem;
}
#case h2{
    text-align: center;
    padding-top: 3.75rem;
}
#logocase{
    margin: 2.5rem auto;
}
#logocase .pc{
    display: none;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    /* opacity: .5; */
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next-icon {
    display: inline-block;
    width: 45px;
    height: 88px;
    background: url("/project/DGWmobile/images/next.png") no-repeat;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 45px;
    height: 88px;
    background: url("/project/DGWmobile/images/prev.png") no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 1200px) {
    .DGWmobile .container{
        width: 100%;
    }
    h2{
        font-size: 1.75rem;
    }
    #banner{
        height: auto;
        background: url("/project/DGWmobile/images/mbanner.jpg") no-repeat center center;
        background-size: cover;
    }
    .banner h1{
        font-size: 2.25rem;
        padding-top: 60%;
        line-height: 1.5;
    }
    .banner p{
        font-size: 1rem;
        padding-top: 2%;
        padding-bottom: 10%;
        margin-bottom: 0;
    }
    #sceneone{
        height: auto;
        padding-bottom: 5%;
    }
    #sceneone .triangle, #programme .triangle, #framework .triangle,
    #platform .triangle, #application .triangle {
        border-width: 3rem;
    }
    #sceneone .triangle .txt1, #programme .triangle .txt1,
    #framework .triangle .txt1, #platform .triangle .txt1,
    #application .triangle .txt1 {
        font-size: 1rem;
    }
    #sceneone .pc{
        display: none;
    }
    #sceneone .mobile{
        display: block;
    }
    #sceneone .mobile .col-12{
        margin: 2% auto;
    }
    p br{
        display: none;
    }
    .a-block,.b-block,
    .c-block,.d-block,
    .e-block,.f-block,
    .g-block,.h-block,
    .j-block{
       width: 100%;
    }
    .team-caption{
        width: 100%;
    }
    #application{
        height: auto;
        padding-bottom: 15%;
    }
    #application .carousel-inner {
        width: 100%;
        margin: 0 auto;
    }
    #logocase .pc{
        display: block;
    }
    #logocase .mobile{
        display: none;
    }
    #logocase .carousel-indicators{
        bottom: -3.5rem;
    }
}

