﻿@media only screen and (min-width: 620px) {
    html {
        font-size: 35px !important;
    }
}

@media only screen and (min-width: 560px) {
    html {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 40px !important;
    }
}

abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
    font-family: Arial,Helvetica,sans-serif
}

body, html {
    background-color: #218af4;
    font-size: 14px
}

html {
    box-sizing: border-box
}
/*清除浮动造成的影响*/
.clearfix:after {
    content: '';
    display: table;
    clear: both;
    
}

.clearfix {
    *zoom: 1;
}


.main {
    position: relative;
    background: url(../../images/aboutdtg/bg.png) #218af4 no-repeat;
    width: 100%;
    overflow: hidden;
    padding-top: 46px;
    background-size: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.main img{
    width: 100%;
}

.logo-box{
    width: 32.4%;
    position: absolute;
    top: 18px;
    left: 4%; 
}
.dtg-title{
    width: 100%;
    margin-top: 26px;
}
.dtg-title img{
    width: 100%;
}
.dtg-title .title-01{
    width: 85%;
    margin: 0 auto;
}
.dtg-title .title-02{
    width: 66%;
    margin: 17px auto 0 auto;
}
.dtg-title .title-03{
    width: 3.7%;
    margin: 8px auto 10px auto;
}
.dtg-title .title-04{
    width: 39%;
    margin: 0 auto;
}
.dtg-title .title-05{
    width: 75%;
    height: 1px;
    margin: 17px auto;
    background: url('../../images/aboutdtg/fix.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.module-list {
    width: 86%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-top: 18px;
    box-shadow: 6px 3px 6.58px 0.42px rgba(26,92,159, .6);
    padding: 0 3% 20px 3%;
}

.module-list ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
}

.module-list li {
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    text-align: center;
    margin-top: 20px;
}
.module-list li p{
    font-size: 14px;
    color:#333;
}
.module-list li span{
    font-size:30px;
}
.module-list li:nth-child(1) span{
    color: #f54d0b;
}
.module-list li:nth-child(2) span{
    color: #0478f7;
}
.module-list li:nth-child(3) span{
    color: #ecb701;
}
.module-list li:nth-child(4) span{
    color: #00b5e9;
}
.module-list li:nth-child(5) span{
    color: #00b99d;
}
.module-list li:nth-child(6) span{
    color: #fd8f00;
}
.module-list li:nth-child(7) span{
    color: #04d0d2;
}
.module-list li:nth-child(8) span{
    color: #e23c30;
}

.dtg-txt-list{
    width: 86%;
    margin: 18px auto 0 auto;
    position: relative;

}

.dtg-txt-list .wx-box{
    position:absolute;
    width: 17.6%;
    height: 72px;
    right: 0;
    bottom: 35px;
}
.dtg-txt-list .erweima img{
    width: 100%;
}
.dtg-txt-list dt{
    position:relative;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight:bold;
    padding-left: 10px;
}

.dtg-txt-list dt::before{
    position:absolute;
    content:'';
    display:block;
    width: 4px;
    height: 18px;
    background:#f54d0b;
    left: 0;
}

.dtg-txt-list dd {
    position: relative;
    font-size: 12px;
    line-height: 22px;
    padding-left: 10px;
}
.dtg-txt-list dd::before{
    position:absolute;
    content:'';
    display:block;
    width: 4px;
    height: 4px;
    background:#cee3f8;
    left: 0;
    top: 9px;
}

.tel-box {
    width: 100%;
    margin-top: 10px;
}
.tel-box .light-bar {
    width: 50%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}

.tel-box .light-bar li{
    width: 21.3%;
    height: 51px;
    background: url('../../images/aboutdtg/light.png') 0 0 no-repeat;
    background-size: 100%;
}

.tel-box .tel-phone{
    color:#fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.bottom-box {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    -webkit-transform: translateZ(0);
}

.bottom-box .con{
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content: space-between;
    align-content:center;
    -webkit-align-content: center;

}
.bottom-box div{
    text-align: center;
    font-size: 14px;
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    height:45px;
    line-height:45px;
    color:#fff;
}
.bottom-box .tel{
    display: flex;
    display: -webkit-flex;
    justify-content:center;
    -webkit-justify-content: center;
    align-content:center;
    -webkit-align-content: center;
    background: #0bd6d8;
}

.bottom-box i{
    font-size:20px;
    padding-right:10px;
}

.bottom-box .tel a{
    color: #fff;
}
.bottom-box .go-demand a{
      color: #fff;
}
.bottom-box .go-demand{
    background:#f7cf4f;
    display: flex;
    display: -webkit-flex;
    justify-content:center;
    -webkit-justify-content: center;
    align-content:center;
    -webkit-align-content: center;
}
.dtg-about {
    padding: 0 15.3% 9px 17.3%;
}

.dtg-content-title- {
    padding: 25px 22% 10px 22%;
}

.dtg-about-title {
    color:#FFFFFF;
    text-align:center;
    font-size:14px;
    padding-bottom:15px;
}



