﻿body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}
a{
    
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.d-top {
    width: 100%;
    height: 55px;
    background: #241b6c;
    overflow: hidden;
}

.dt-main {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
}

.dtm-logo {
    width: 49px;
    height: 34px;
    background: url(../images/logo-xg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 11px 0 10px;
    float: left;
}

.dtm-tx {
    width: auto;
    height: 55px;
    line-height: 55px;
    float: right;
    color: #fff;
    font-size: 16px;
}

    .dtm-tx a {
        color: #fff;
        height: 55px;
        line-height: 55px;
        text-decoration: none;
    }

.banner {
    width: 100%;
    height: 397px;
}

.bannerWr {
    width: 100%;
    height: 397px;
    position: relative;
}

.banner-cont {
    width: 100%;
    height: 397px;
    position: absolute;
    left: 0;
    margin-left: 0;
    background: url(../images/banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.main {
    width: 1200px;
    height: auto;
    margin: 50px auto;
    overflow: hidden;
}

.box {
    width: 1200px;
    height: 150px;
    margin-bottom: 30px;
}

.icon {
    width: 170px;
    height: 150px;
    float: left;
    margin-right: 25px;
}

.box-main {
    width: 905px;
    height: 120px;
    background: #f8f8f8;
    float: right;
    padding: 15px 65px 15px 35px;
}

.bm-left {
    width: 735px;
    height: 120px;
    overflow: hidden;
    float: left;
}

.bm-right {
    width: 170px;
    height: 90px;
    overflow: hidden;
    float: left;
    padding: 15px 0;
}

.bml-title {
    width: 735px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.bmlt-tx {
    width: auto;
    height: 60px;
    line-height: 60px;
    float: left;
}

.bmlt-btn {
    width: auto;
    height: 30px;
    margin: 15px 0 15px 15px;
    background: #ff5a00;
    border-radius: 8px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 25px;
    float: left;
}

.bml-tx {
    width: 735px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #848484;
}

.bmr-btn {
    width: 170px;
    height: 45px;
    overflow: hidden;
}

.button {
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: #241b6c;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}

    .button:hover {
        background: #202ca1;
    }

.button-no {
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: #7c7c7c;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}

.bmr-tx {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #848484;
    margin-top: 25px;
    overflow: hidden;
    text-align: center;
}

.footer {
    width: 100%;
    height: auto;
    padding: 25px 0;
    overflow: hidden;
    background: #3f3f3f;
}

.row {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.fontS16 {
    font-size: 16px;
    color: #fff;
}

.fontS14 {
    font-size: 14px;
    color: #fff;
}

.row-wrap {
    width: 240px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.icon-110 {
    width: 14px;
    height: 16px;
    margin: 12px 0;
    float: left;
    background: url(../images/110.jpg) no-repeat;
    background-size: 100% 100%;
}

.row-tx {
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding-left: 6px;
}

@media(max-width:1200px) {
    .dt-main {
        width: 1000px;
    }

    .main {
        width: 1000px;
    }

    .box {
        width: 1000px;
        height: 150px;
        margin-bottom: 20px;
    }

    .box-main {
        width: 705px;
    }

    .bm-left {
        width: 535px;
    }
}

@media(max-width:1000px) {
    .dt-main {
        width: 95%;
    }

    .banner-cont {
        width: 100%;
        height: 397px;
        position: absolute;
        left: 0;
        margin-left: 0;
        background: url(../images/banner-1000.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .main {
        width: 100%;
    }

    .box {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }

    .icon {
        width: 20%;
        margin-right: 3%;
    }

    .box-main {
        width: 69%;
        padding: 15px 5% 15px 3%;
    }

    .bm-left {
        width: 75%;
    }

    .bm-right {
        width: 25%;
    }

    .bml-title {
        width: 100%;
    }

    .bmr-btn {
        width: 100%;
    }

    .fontS16 {
        font-size: 14px;
    }

    .fontS14 {
        font-size: 12px;
    }
}

@media(max-width:600px) {
    .dt-main {
        width: 95%;
    }

    .banner {
        width: 100%;
        height: 250px;
    }

    .bannerWr {
        width: 100%;
        height: 250px;
    }

    .banner-cont {
        width: 100%;
        height: 250px;
        position: absolute;
        left: 0;
        margin-left: 0;
        background: url(../images/banner-1000.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .main {
        width: 100%;
        margin: 30px auto;
    }

    .box {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }

    .icon {
        width: 0;
        margin-right: 0;
    }

    .box-main {
        width: 90%;
        padding: 15px 5% 15px 5%;
    }

    .bm-left {
        width: 75%;
    }

    .bm-right {
        width: 25%;
    }

    .bml-title {
        width: 100%;
        font-size: 16px;
    }

    .bmlt-btn {
        margin: 15px 0 15px 15px;
        border-radius: 8px;
        font-size: 12px;
        padding: 0 15px;
    }

    .bml-tx {
        width: 100%;
        font-size: 12px;
    }

    .bmr-btn {
        width: 100%;
    }

    .button {
        font-size: 16px;
    }

    .button-no {
        font-size: 16px;
    }

    .bmr-tx {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        margin-top: 25px;
    }

    .footer {
        width: 0;
        height: 0;
        padding: 0;
    }
}

@media(max-width:370px) {
    .dt-main {
        width: 95%;
    }

    .banner {
        width: 100%;
        height: 220px;
    }

    .bannerWr {
        width: 100%;
        height: 220px;
    }

    .banner-cont {
        width: 100%;
        height: 220px;
        position: absolute;
        left: 0;
        margin-left: 0;
        background: url(../images/banner-1000.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .main {
        width: 100%;
        margin: 20px auto;
    }

    .box {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }

    .icon {
        width: 0;
        margin-right: 0;
    }

    .box-main {
        width: 90%;
        padding: 15px 5% 15px 5%;
    }

    .bm-left {
        width: 75%;
    }

    .bm-right {
        width: 25%;
    }

    .bml-title {
        width: 100%;
        font-size: 14px;
    }

    .bmlt-btn {
        margin: 15px 0 15px 5px;
        border-radius: 8px;
        font-size: 12px;
        padding: 0 10px;
    }

    .bml-tx {
        width: 100%;
        font-size: 12px;
    }

    .bmr-btn {
        width: 100%;
    }

    .button {
        font-size: 12px;
    }

    .button-no {
        font-size: 12px;
    }

    .bmr-tx {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        margin-top: 25px;
    }

    .footer {
        width: 0;
        height: 0;
        padding: 0;
    }
}

@media(max-width:350px) {
    .banner {
        width: 100%;
        height: 180px;
    }

    .bannerWr {
        width: 100%;
        height: 180px;
    }

    .banner-cont {
        width: 100%;
        height: 180px;
        position: absolute;
        left: 0;
        margin-left: 0;
        background: url(../images/banner-1000.jpg) no-repeat;
        background-size: 100% 100%;
    }
}


.footer14 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
}

    .footer14 a {
        color: #fff;
        font-size: 12px;
        text-decoration:none;
        letter-spacing: 1px;
    }