body{
	overflow-x: hidden;
}
.dz_backgroundImg {
    box-sizing: border-box;
    padding:1px 100px;
    padding-bottom: 70px;
    width: 75%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    background: url(../image/bg2.png) no-repeat center center #fff;
    background-size: 100% 100%;
    min-height: 800px;
}

#dz_certDetail {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.dz_logo {
    text-align: center;
  margin: 60px 0px;
    margin-top: 70px;
    height: 63px;
}
.dz_p >img{
	height:24px
}
.dz_logo img {
    height: 100%;
}

.dz_logo .dz_type {
    color: #d90f16;
      margin-top: 15px;
    font-size: 26px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px;
}

h3 {
    font-size: 18px;
    color: #d90f16;
}

.dz_border {
    width: 100%;
    height: 40px;
    background: url(../image/line.png) no-repeat center 6px;
    background-size: 100%;
}

.dz_p {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 2;
}

.dz_title {
    font-weight: bold;
}

/*信用信息*/

.dz_creditInfo {
    margin: 0 0 0px 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
}

.dz_creditInfo .dz_left {
    width: 24%;
    padding: 30px 0 0 0;
}

.dz_creditInfo .dz_center {
    width: 73%;
    padding: 60px 0 0 0;
}

.dz_creditInfo .dz_right {
    /*position: absolute;
    margin: -12% 0 0 20%;
    width: 20%;
    overflow: hidden;*/
        position: absolute;
    margin: 0;
    width: 20%;
    overflow: hidden;
    top: -245px;
    right: -70px;
}
.imgDiv{
    width: 116px;
    height: 116px;
    overflow: hidden;
}
.dz_codeImg {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    position: relative;
    top: 0;
}

.dz_creditInfo .dz_right img {
    width: 115%;
    margin:-9px 0px 0px -9px;
}

.dz_codeText {
    width: 116px;
    height: 116px;
    background: #EEE;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.dz_codeText p {
    padding: 10px;
    font: bold 14px/24px '微软雅黑';
    cursor: pointer;
}

/*基本信息*/
.dz_otherInfo {
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.dz_otherInfo .dz_left {
    width: 25%;
    padding: 30px 0 0 0;
}

.dz_otherInfo .dz_center {
    width: 73%;
    padding: 40px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .dz_container {
        width: 100%;
    }
     html,body {
        overflow-x: hidden !important;
    }
    .dz_backgroundImg {
        background: url(../image/bg2.png) no-repeat center center #fff;
        background-size: 100% 100%;
        min-height: auto;
        width: 100%;
        display: block;
        padding:10px;
        padding-bottom: 50px;
        margin-left: 0%; 
    }

    #dz_certDetail {
        width: 100%;
    }

    .dz_logo img {
        width: 50px;
    }

    .dz_logo .dz_type {
        color: #d90f16;
        font-size: 16px;
        font-weight: bold;
    }

    h2 {
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        margin: 0 0 10px;
    }

    h3 {
        font-size: 12px;
        color: #d90f16;
        text-align: right;
    }

    .dz_p {
        font-size: 12px;
        margin: 0 0 0px 0;
        line-height: 1.5;
    }

    .dz_border {
        width: 100%;
        height: 40px;
        background:url(../image/line.png) no-repeat center 6px;
        background-size: 100%;
    }

    .dz_creditInfo {
        margin: 0 0 10px 0;
        display: block;
        position: relative;
    }

    .dz_creditInfo .dz_left {
        width: 40%;
        /* padding: 30px 0 0 0; */
        padding: 30px 0 0 0;
    }

    .dz_creditInfo .dz_center {
        /* width: 66%; */
        width: 100%;
        padding: 20px 10% 0 15%;
    }


    .dz_creditInfo .dz_right {
        width: 20%;
        overflow: hidden;
        position: absolute;
        margin-top:-53%;
      	top: -5%;
   		 right: 3%;
    }

    .dz_codeImg {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        position: relative;
        top: 0;
    }
    .imgDiv{
        width: 50px;
        height: 50px;
    }
    .dz_creditInfo .dz_right img {
        width: 120%;
        margin:-5px 0px 0px -5px;
    }

    .dz_codeText {
        width: 50px;
        height: 50px;
        background: #EEE;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
    }

    .dz_otherInfo {
        padding-left: 0;
        display: block;
    }

    .dz_otherInfo .dz_left {
        width: 34%;
        /* padding: 20px 0 0 0; */
        padding: 0px 0 0 0;
    }

    .dz_otherInfo .dz_center {
        /* width: 66%; */
        width: 100%;
        padding: 20px 10% 0 15%;
    }
}
@media only screen and (max-width: 415px) {
  .dz_logo {
    margin: 50px 0px;
    margin-top: 30px;
	}
    .dz_border {
      background: url(../image/line.png) no-repeat center 8px;
    	background-size: 84% 61%;
    }
    .dz_otherInfo .dz_left {
        width: 40%;
    }
    .dz_creditInfo .dz_right{
        margin-top: -43%;
    }
    .dz_border {
        width: 86%;
        margin-left: 7%;
    }
}
@media only screen and (max-width: 375px) {
 .dz_creditInfo .dz_right{
        margin-top: -48%;
    }
}
@media only screen and (max-width: 320px) {
    .dz_creditInfo .dz_right {
        margin-top: -57%;
    }
}