* {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clear {
  zoom: "1";
}

body {
  background: #f7f7fa;
  font-family: "微软雅黑";
}

img {
  width: 100%;
  height: 100%;
}

input,
select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}
span {
  color: black;
}

.img {
  font-size: 0;
  width: 100%;
  height: 100%;
}

iframe{
  display: block;
}

.navigation {
  overflow: hidden;
}

.navigation ul {
  text-align: center;
  margin-left: 8%;
}

.navigation p {
  text-align: center;
  font-size: 5vw;
  color: #ff2d44;
  font-weight: bold;
}

.navigation a {
  color: #000;
}

.navigation li {
  text-align: center;
  width: 24%;
  float: left;
  margin: 2% 2%;
  padding: 1%;
  border: 1px solid #878787;
  border-radius: 5px;
  background-color: #ddd;
}

/*
*swiper滑动css
*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
ol,
ul,
li,
form,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
button,
input {
  font-size: 14px;
  line-height: 1.4em;
  font-family: Arial, Helvetica, "Hiragino Sans GB", "Microsoft YaHei",
    sans-serif;
  outline: none;
}

body {
  /*background-color: #fff;*/
  line-height: 1.5;
  margin: 0 auto;
  color: #333;
  overflow-y: scroll;
}

body,
html {
  width: 100%;
  height: 100%;
}

h2 {
  font-size: 100%;
  word-wrap: break-word;
}

em,
i {
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table,
td,
th,
li,
img,
input,
select {
  vertical-align: middle;
  outline: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}

.czjz_box .czjz_nr table.xiangqing {
  /* display: block; */
  display: table;
  height: 455px;
  overflow: auto;
}

.xiangqing tbody {
  width: 100%;
}

a:-webkit-any-link {
  text-decoration: none;
  cursor: auto;
}

a,
a:focus,
a:outline,
a img {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
  color: rgb(103, 157, 255);
  -webkit-tap-highlight-color: rgba(128, 128, 128, 0);
}

a:hover {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
  vertical-align: middle;
}

span {
  display: inline-block;
}
