* {
  padding: 0;
  margin: 0;
  font-family: 'Times New Roman';
}

img {
  border: 0;
}

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

.min {
  width: 1203px;
  min-width: 1203px;
  margin: 0 auto;
}

.tu {
  overflow: hidden;
}

.img_hover:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.img_hover {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.show {
  display: block;
}

.yinc {
  display: none;
}

li, ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=public.css.map */