html {overflow-y:scroll;}
body {margin:0;padding:0;color:#222;font:14px/1.5 Microsoft YaHei,Arial,Helvetica,sans-serif,Simsun}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0;margin:0;}
table,td,tr,th {font-size:12px;}
ol,ul {list-style:none;}
li {list-style-type:none;}
img {vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:inherit;font-weight:normal;}
address,cite,code,em,th,i {font-weight:normal;font-style:normal;}
a {color:#222;text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#036db3;text-decoration:none;}
a:active {color:#036db3;}
.yjts{width: 1100px;margin: 0 auto;background: #fff;box-sizing: border-box;padding: 30px 40px;}
.yjts h1{font-size: 30px;font-weight: bold;text-align: center;line-height: 60px;}
.yjts_con{width: 100%;}
.form{width: 100%;overflow: hidden;}
.form-title{width: 100%;overflow: hidden;margin-top: 15px;font-size: 16px;color: #333;margin-bottom: 10px;}
.form-title .required{color: #ff0000;}
.form-title .notice{font-size: 12px;color: #888;}
.form-input{width: 100%;overflow: hidden;margin-top: 5px;}
.form-input input,.form .form-select select{width: 100%;height: 35px;overflow: hidden;font-size: 12px;line-height: 35px;box-sizing: border-box;padding: 0 15px;border: 1px solid #e1e1e1;}
.form-select select option{width: 100%;}
.form-input textarea{width: 100%;font-size: 12px;box-sizing: border-box;padding: 15px;border: 1px solid #e1e1e1;}
.form-radio input{width: 12px;height: 12px;margin-right: 5px;cursor: pointer;}
.form-radio label{margin-right: 10px;cursor: pointer;}
.validcode{display: flex;align-items: center;width: 100%;overflow: hidden;margin-top: 10px;}
.validcode .code-input{width: 15%;height: 35px;margin-right: 10px;}
.validcode input{width: 100%;height: 35px;border: 1px solid #e1e1e1;font-size: 12px;line-height: 35px;box-sizing: border-box;padding: 0 15px;}
.validcode .code-image{margin-right: 10px;}
.button{width: 100%;overflow: hidden;margin-top: 20px;text-align: center;}
.button input{display: inline-block;background: #036db3;width: 18%;height: 40px;border: 1px solid #036db3;font-size: 16px;color: #fff;font-weight: bold;line-height: 40px;}
.button input.submit{margin-right: 10px;}
#bjcx{width: 90px;position: fixed;top: 320px;right: 10px;z-index: 9999;}
#bjcx span.close{font-size:11px; float:right;cursor: pointer;}
#bjcx a{ display: block; width: 100%; text-align: center;background-color: #fff; overflow: hidden; padding: 15px; box-sizing: border-box; border: 1px solid #036db3; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
#bjcx a span{display: block;font-size: 20px;color: #036db3;margin-bottom: 10px;}
#bjcx a img{display: block;width: 60px;}
.processing_inquiry{width: 100%;overflow: hidden;box-sizing: border-box;padding: 30px;}
.pi_tit{text-align: center;}
.pi_tit span{display: inline-block;font-size: 28px;}
.processing_inquiry .button{margin-top: 30px;text-align: left;}
.processing_list{width: 90%;margin: 30px auto;}
.processing_list h3{font-size: 26px;font-weight: bold;text-align: center;border-bottom: 1px dashed #e1e1e1;padding: 30px 0;margin-bottom: 20px;}
.processing_list ul{width: 100%;overflow: hidden;}
.processing_list ul li{width: 98%;overflow: hidden;box-sizing: border-box;border: 1px solid #e1e1e1;padding: 20px;margin: 10px auto;text-align: justify;}
.processing_list ul li .show span{font-size: 16px;margin-right: 10px;}
.processing_list ul li .hide{margin-top: 10px;}
.processing_list ul li .hide .details{width: 100%;box-sizing: border-box;padding: 0 20px;}
.processing_list ul li .hide .tit{border-bottom: none;font-size: 16px;font-weight: bold;margin: 0;}
.processing_list ul li .hide .tit i{margin-right: 5px;font-size: 16px;font-weight: bold;}
.processing_list ul li .hide .con{width: 100%;overflow: hidden;;border: 1px solid #e1e1e1;box-sizing: border-box;padding: 10px;font-size: 14px;color: #333;}
.processing_list ul li .hide .con img{max-width: 100%;width: auto;}

@media screen and (max-width:768px) {
  .yjts{width: 100%;}
  .validcode .code-input{width: 30%;}
  .button input{width: 30%;font-size: 14px;}
  #bjcx { transform: scale(0.6); -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); right: -10px;top: 220px;}
  .processing_inquiry{padding: 0;}
  .processing_list{width: 100%;}
  .processing_list ul li{padding: 10px;}
  .processing_list ul li .hide .details{padding: 0 10px;}
  .processing_list ul li .hide .con{padding: 5px;}
}