* {
  margin: 0;
  padding: 0;
  font-size: 0px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

header {
  padding: 2% 2% 0 2%;
}

header img {
  width: 45%;
}

body:before {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 15px;
  background: url(../img/sich_bg.png) no-repeat bottom;
  background-attachment: fixed;
}

p {
  margin: 0;
  color: #333;
}

.clearFix:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.center {
  padding: 2%;
}

.center .banner img {
  width: 100%;
}

.cenRes {
  padding: 0 2% 2% 2%;
}

.center .cenTitle,
.cenRes .cenTitle {
  border-bottom: 1px solid #dddddd;
}

.center .cenTitle h3,
.cenRes .cenTitle h3 {}

.center .cenTitle h3 span,
.cenRes .cenTitle h3 span {
  border-bottom: 3px solid #c40311;
  font-size: 16px;
  height: 40px;
  color: #333333;
  line-height: 40px;
  display: inline-block;
}

.cenForm {
  width: 80%;
  padding: 10%;
}

.formName {
  margin: 3% 0;
  width: 100%;
  height: 45px;
  border: solid 1px #dcdcdc;
  background-color: #fafafa;
}

.formCode {
  position: relative;
  margin: 3% 0 8%;
  width: 65%;
  height: 45px;
  border: solid 1px #dcdcdc;
  background-color: #fafafa;
}

.formName .name_icon,
.formCode .code_icon {
  float: left;
  display: block;
  margin: 3px 0;
  height: 38px;
  width: 45px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  line-height: 38px;
}

.formName .name_icon img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.formCode .code_icon {
  background: url(../img/sh_wlcx_pic02.png) no-repeat center;
}

.formName input {
  height: 100%;
  font-size: 14px;
  width: 80%;
  float: right;
  background: #fafafa;
  border: none;
  outline: none;
}

.formCode input {
  height: 100%;
  width: 70%;
  font-size: 14px;
  float: right;
  background: #fafafa;
  border: none;
  outline: none;
}

.formCodeImg {
  position: absolute;
  right: -55%;
  top: 0;
  width: 50%;
  height: 45px;
}

.formButton {
  padding: 0 8%;
}

.formButton li {
  height: 35px;
  width: 43%;
  line-height: 35px;
  text-align: center;
  background-color: #dfdfdf;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.formButton li.subMit {
  float: left;
}

.formButton li.subRes {
  float: right;
}

.formButton li.subMit.cx {
  float: left;
  background-color: #c40311;
  color: #fff !important;
  transition: 0.2s;
}

.formButton li.subRes.cz {
  float: right;
  background-color: #c40311;
  color: #fff !important;
  transition: 0.2s;

}

.formResult {
  padding: 0 2%;
  /*background: #fff;*/
}

.reslut ul li {
  margin: 6% 0;
}

.formResult table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #333333;
}

.formResult table tr th {
  text-align: center;
  border: 1px solid #dcdcdc;
  background-color: #f7f7f7;
  font-weight: 100;
  width: 40%;
  font-size: 14px;
  padding: 4% 4% 4% 2%;

}

.formResult table tr td {
  border: 1px solid #dcdcdc;
  text-align: left;
  padding: 4% 4% 4% 2%;
  font-size: 14px;
}

#noResult {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  display: none;
}

#wlxxbody {
  margin-top: 20px;
}

.srm {
  background-color: #c40311 !important;
  color: #fff;
  font-size: 14px;
}

.copyText {
  padding: 10px 0;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 40px;
  /*background-color: #fff;*/
}

.copyText>p {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}



.formSlect {
  position: relative;
}

.formSlect .formOption {
  cursor: pointer;
}

.formPic {
  position: absolute;
  top: 18px;
  right: 12px;
  cursor: pointer;
}

.formList {
  position: absolute;
  width: 100%;
  max-height: 150px;
  left: -1px;
  top: 43px;
  z-index: 1;
  background: #f7f7f7;
  padding: 8px 0 10px;
  overflow-y: auto;
  border: solid 1px #cccccc;
  display: none;
}

.formList>li {
  height: 32px;
  width: 90%;
  padding-left: 8px;
  font-size: 15px;
  color: #888;
  line-height: 32px;
  text-align: left;
}

.formList>li:hover {
  background: #ccc;
  color: #222;
  cursor: pointer;
}

.res_soa {
  font-size: 14px;
  line-height: 24px;
  color: #c40311;
}

.snrn {
  font-size: 15px;
  color: #c40311;
  display: block;
  margin-bottom: 32px;
}

.sm {
  margin-top: 36px;
}

.sm p {
  padding-left: 38px;
  font-size: 13px;
  color: #333;
  line-height: 26px;

}

.sm p:first-child {
  padding-left: 0px;
}

#di {
  position: relative;
  bottom: -100px;
}