@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-family: "微软雅黑";
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  color: #f00;
  text-decoration: none;
}
fieldset,
img {
  border: none;
}
legend {
  display: none;
}
img {
  vertical-align: middle;
}
em {
  font-style: normal;
}
li,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
div {
  word-wrap: break-word;
  word-break: break-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 9pt;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-weight: inherit;
  font-size: inherit;
  font-size: 100%;
  font-family: inherit;
}
a:hover img {
  /*opacity: .8;*/
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.auto {
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
}
.w1170 {
  width: 1170px;
  padding: 15px 15px 0;
}
.w1200 {
  width: 1200px;
}
.clear {
  clear: both;
  float: none;
}
.transition {
  transition: 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.Box {
  position: relative;
  overflow: hidden;
}
.aBox {
  position: relative;
}
.sonimg img {
  display: block;
  width: 100%;
  height: 100%;
}
.none {
  display: none !important;
}



@media screen and (max-width: 768px) {
.w1200 {
  width: 100%;
}	
.f_l {

  clear: both;
}
.zzcckys_ty {
float: none;
  clear: both;
  width: 98%;
  overflow: hidden;
  margin: auto;
}
.Box a {
float: left!important;
margin: 2px 0!important;
padding: 0!important;
width: 50%;
text-align: center;
}	
.Box a img {
width: 98%;
margin: auto;

}
}