body, html, .owo, .page-box {
  padding: 0;
  margin: 0;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

a {
  color: #333;
}

a:link, a:visited {
  text-decoration: none;
}
img {
  border: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.img-title-bar {
  text-align: center;
}/* Shadow */
.owo-hover-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.owo-hover-shadow:hover, .owo-hover-shadow:focus, .owo-hover-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.card {
  width: 325px;
  height: 220px;
  position: relative;
}

.card img {
  display: block;
}

.card .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #dc1a22;
  height: 30px;
  line-height: 30px;
  color: white;
  text-align: center;
}

.card .text a {
  color: white;
}.owo-hover-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.owo-hover-grow:hover, .owo-hover-grow:focus, .owo-hover-grow:active {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

.mt30 {
  position: relative;
  font-size: 14px;
  height: 60px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}
.home .main-image {
  width: 100%;
  height: auto;
  display: block;
}

.home .title-bar {
  height: 60px;
  text-align: center;
  background-color: #0172b8;
}

.home .title-bar li {
  display: inline-block;
  line-height: 60px;
  color: white;
  padding: 0 20px;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 5px;
}

.home .title-bar li a {
  color: white;
}

.home .title-bar li:hover {
  background-color: #00609d;
}

.home .title-bar .active {
  background-color: #00609d;
}

.home .img-title-bar {
  z-index: 5;
  margin: 40px 0;
  position: relative;
}

.home .card-box {
  margin: 0 -5px;
}

.home .card {
  float: left;
  margin: 8px 5px;
}

.home .mt30 {
  padding-bottom: 30px;
  padding-top: 60px;
}

.home .center-box {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), to(#1076bc));
  background-image: -webkit-linear-gradient(#ffffff 60%, #1076bc);
  background-image: -o-linear-gradient(#ffffff 60%, #1076bc);
  background-image: linear-gradient(#ffffff 60%, #1076bc);
}

.home .build {
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 0;
}

.home .more-button {
  display: inline-block;
  background-color: #e1e2e4;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #565e62;
  cursor: pointer;
}

.home .bottom-bar {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

.home .center-box,
.home .center-box-2 {
  padding-top: 40px;
}

/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html, .owo {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f8f8f8;
  font-family: Microsoft YaHei;
  overflow-x: hidden;
}
/* 清除浮动 */
.clear {
  clear: both;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  
}
a {
  text-decoration: none;
}
.ox {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
.ox-home {
  padding: 10px;
}
.ox-name {
  width: 100%;
  height: 100%;
  background-color: lightskyblue;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}