* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0px;
}

.title {
    height: auto;
    width: 100%;
    background: #F2F2F2;
    position: fixed;
    top: 84px;
    left: 0;
}

.nh {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #C4C4C4;
}

.nh img{
    width: 100%;
    max-width:380px;
}


.nh-con {
    color: red;
}

.xzxx {
    width: 100%;
    font-size: 16px;
    padding: 10px;
}

.xzxx td {
    font-weight: 700;
    height: 25px;
    vertical-align: middle; /*topä¸Šå¯¹é½ middleä¸Šä¸‹å±…ä¸­ bottomä¸‹å¯¹é½*/
    text-align: left; /*leftå·¦å¯¹é½ centeræ°´å¹³å±…ä¸­ rightå³å¯¹é½*/
}

.xzxx tr td:nth-child(2) { /* width: 300px; */
}

.xzxx tr td:nth-child(3) {
    text-align: right;
}

.xzxx tr td:nth-child(1), .xzxx tr td:nth-child(3) {
    color: deepskyblue; /* width: 120px; */
}

.xzxx tr td:nth-child(2), .xzxx tr td:nth-child(4) {
    color: #EE3B3B;
}

.xzxx tr:nth-child(4) td {
    height: 32px;
    vertical-align: top; /* text-align: right; */
}

.qd {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: deepskyblue;
    color: white;
    border-radius: 6px;
    float: right;
    margin-right: 10px;
    margin-left: 5px;
}

.zt {
    font-size: 14px;
    float: right;
 
    color: #000;
}.disn1{ display:none}

.dib {
    margin-top: 70px;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #8B636C;
    padding-left: 10px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px); /* min-width:500px; */
}

.dxdx {
    font-size: 13px;
    color: #AAAAAA;
}

.kplx {
    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: 700; /* min-width:500px; */
}

.kplx td {
    height: 35px;
    line-height: 35px;
    text-align: left;
}

.kplx tr td:nth-child(1), .kplx tr td:nth-child(3) {
    
}

.kpxz {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    border-radius: 50%;
    background: #C4C4C4;
    float: left;
    margin-right: 5px;
}

.kpxz_type {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    border-radius: 50%;
    background: #C4C4C4;
}

/**/
.wx {
    font-size: 15px;
    color: red;
    padding: 10px;
    background: #eee;
    width: 98%;
    margin: 10px auto;
    border-radius: 5px;
    line-height: 1.5;
}

.deb { /* min-width:500px; */
    margin-top: 20px;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #8B636C;
    padding-left: 10px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
}

.jty { /* min-width:800px; */
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 80px;    table-layout: fixed !important;
}

.jty td {
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
    border: 1px solid #C4C4C4;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;font-size: 12px;
   word-break: inherit;
}

.jty tr td:nth-child(1) {
      padding-left: 1px;
    padding-right: 1px;
  
    width: 90px;
}

.jty tr td:nth-child(2) {
       text-align: left;
  width: 60%;
}

.jty tr td:nth-child(3) {
    vertical-align: top;
    text-align: left; word-break: break-all;width:10%;
}

.jty tr td:nth-child(4) {
       padding-left: 1px;
    padding-right: 1px;
    width: 15px;
    width: 10%;
}

.jty tr td:nth-child(5) {
   
}

.fx {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #C4C4C4; margin:0 auto
}

.bb {
    color: #EE3B3B;
    font-weight: 700;
}

/*å¼¹æ¡†éƒ¨åˆ†*/
.mt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(51, 51, 51, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#998a8a8a, endColorstr=#998a8a8a);
    display: none;
}

/*å¼¹æ¡†æ¨¡æ€å¼€å¯*/
@keyframes model-background-start {
    0% {
        background: rgba(144, 145, 146, 0);
    }
    100% {
        background: rgba(51, 51, 51, 0.4);
    }
}

@-moz-keyframes model-background-start {
    0% {
        background: rgba(144, 145, 146, 0);
    }
    100% {
        background: rgba(51, 51, 51, 0.4);
    }
}

@-webkit-keyframes model-background-start {
    0% {
        background: rgba(144, 145, 146, 0);
    }
    100% {
        background: rgba(51, 51, 51, 0.4);
    }
}

@-o-keyframes model-background-start { /*Opera*/
    0% {
        background: rgba(144, 145, 146, 0);
    }
    100% {
        background: rgba(51, 51, 51, 0.4);
    }
}

/*å¼¹æ¡†æ¨¡æ€å…³é—­*/
@keyframes model-background-end {
    0% {
        background: rgba(51, 51, 51, 0.4);
    }
    100% {
        background: rgba(144, 145, 146, 0);
    }
}

@-moz-keyframes model-background-end {
    0% {
        background: rgba(51, 51, 51, 0.4);
    }
    100% {
        background: rgba(144, 145, 146, 0);
    }
}

@-webkit-keyframes model-background-end {
    0% {
        background: rgba(51, 51, 51, 0.4);
    }
    100% {
        background: rgba(144, 145, 146, 0);
    }
}

@-o-keyframes model-background-end {
    0% {
        background: rgba(51, 51, 51, 0.4);
    }
    100% {
        background: rgba(144, 145, 146, 0);
    }
}

.cxrq {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
    height: 500px;
    width: 800px;
    background: white;
    border-radius: 6px;
    border: 1px solid #c1c1c1;
    z-index: 1000;
}

@keyframes cxrq-local-start {
    0% {
        top: -400px;
    }
    100% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
}

@-moz-keyframes cxrq-local-start {
    0% {
        top: -400px;
    }
    100% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
}

@-webkit-keyframes cxrq-local-start {
    0% {
        top: -400px;
    }
    100% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
}

@-o-keyframes cxrq-local-start { /*Opera*/
    0% {
        top: -400px;
    }
    100% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
}

@keyframes cxrq-local-end {
    0% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
    100% {
        top: -400px;
    }
}

@-moz-keyframes cxrq-local-end {
    0% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
    100% {
        top: -400px;
    }
}

@-webkit-keyframes cxrq-local-end {
    0% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
    100% {
        top: -400px;
    }
}

@-o-keyframes cxrq-local-end {
    0% {
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -400px;
    }
    100% {
        top: -400px;
    }
}

.yxtk {
    height: 50px;
    width: 100%;
    background: #F8F8F8;
    border-radius: 6px 6px 0px 0px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.fh {
    float: right;
    text-decoration: none;
    color: #5cacee;
    margin-right: 10px;
}

.fh:hover {
    color: red;
}

.ts {
    color: #1153A8;
    padding-left: 5px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
    height: auto;
}

.tsxz {
    color: #EE3B3B;
    font-size: 13px;
}

.rwq {
    margin-top: 3px;
    width: 100%;
    height: 40px;
    position: relative;
}

.phone {
    position: absolute;
    top: 100px;
    left: 10px;
    height: 40px;
    width: 780px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 10px 15px;
}


.phone1 {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 40px;
    width: 780px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 10px 15px;
}

.phone2 {
    position: absolute;
    top: 50px;
    left: 10px;
    height: 40px;
    width: 780px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 10px 15px;
}


.phone:focus {
    border-radius: 6px;
    border: 1px solid LightSkyBlue;
    outline: medium;
}

.tj {
    position: initial;
    top: 150px;
    left: 300px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: deepskyblue;
    color: white;
    border-radius: 6px;
	    margin: auto;
}

.dexb {
    color: #1153A8;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
    height: auto; /*éšè—*/
    display: none;
}

.cgg {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: red;
}

.rxq {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #C4C4C4;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    display: ;
}

.jxty {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.jxty td {
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    border: 1px solid #C4C4C4;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

.jxty tr:nth-child(1) td {
    border-top: 0px;
}

.jxty tr td:nth-child(1) {
    width: 40px;
    border-left: 0px;
}

.jxty tr td:nth-child(2) {
    vertical-align: top;
    text-align: left;
}

.jxty tr td:nth-child(3) {
    width: 40px;
}

.jxty tr td:nth-child(4) {
    width: 40px;
    border-right: 0px;
}

.so{
    width: 100%;
    margin: 5px auto;
    height: 35px;

}
.so .key{ display: inline-block; width: 80%; height: 35px; line-height: 35px; padding: 0 10px;}
.so .btn{display: inline-block; width: 20%; height: 35px; line-height: 35px; float: right;}
.kplx li{ width: 14.2%; float: left;list-style: none;}
.langzh{}
.langen{color:#000}

@media only screen and (max-width: 820px) {
    
    
    .xzxx tr:nth-child(4) td {
     height:auto;
    vertical-align: top;
   
}
    
    .cxrq {
        position: relative;
        top: 40%;
        left: 1%;
        margin-top: -150px;
        margin-left: 0;
        height: 470px;
        width: 98%;
        background: white;
        border-radius: 6px;
        border: 1px solid #c1c1c1;
        z-index: 1000;
        padding: 20px;
    }
    .kplx li{ width: 14%; float: left;list-style: none;text-align: center;}
    .kplx{margin-top:0}.kplx td {
    height: 25px;
    line-height: 25px;
    text-align: left;
}
    .kpxz {
    width: 20px;
    height: 20px;
    
    border-radius: 50%;
    background: #C4C4C4;
    float: none;
  
    margin: 0 auto;
}
    
    
    .phone {
        position: absolute;
        top: 20px;
        right: -5px;
        height: 40px;
        width: 100%;
        border-radius: 6px;
        border: 1px solid #d1d1d1;
        font-size: 15px;
        padding: 10px 15px;
        left: 5px;
    }

    .tj {
        position: initial;
        top: 92px;
        left: 50%;
        width: 160px;
        height: 40px;
        line-height: 32px;
        text-align: center;
        background: deepskyblue;
        color: white;
        border-radius: 6px;
        margin-left: -80px;
		margin: auto;
    }

    .phone1 {
        position: absolute;
        top: 0px;
        left: 5px;
        height: 40px;
        width: 100%;
        border-radius: 6px;
        border: 1px solid #d1d1d1;
        font-size: 15px;
        padding: 10px 15px;
    }

    .phone2 {
        position: absolute;
        top: 50px;
        left: 5px;
        height: 40px;
        width: 100%;
        border-radius: 6px;
        border: 1px solid #d1d1d1;
        font-size: 15px;
        padding: 10px 15px;
    }
}