@charset "utf-8";
body {
  background-color: #f6f6f6;
  font-family: "Microsoft Yahei";
}

.bottom-border {
  border-bottom: 2px solid #fffbfb;
}

.flexslider {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: url(../gif/loading.gif) 50% no-repeat;
}
.flexslider .slides {
  position: relative;
  z-index: 1;
  padding: 0px;
}
.flexslider .slides ul {
  margin: 0px;
  padding: 0px;
}
.flexslider .slides li {
  width: 100%;
  height: 600px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav ol {
  margin: 0px;
  padding: 0px;
}
.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  *display: inline;
  zoom: 1;
}
.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: url(../png/dot.png) right 0 no-repeat;
  cursor: pointer;
}
.flex-control-nav .flex-active {
  background-position: 0 0;
}
.img-wrap {
  height: 210px;
  padding: 15px 15px 0px 15px;
  border-bottom: 2px solid #fffbfb;
  box-shadow: inset 0 -15px 20px rgba(228, 228, 228, 0.7);
  overflow: hidden;
}
.img-wrap .img-col {
  width: 20%;
  padding: 0px 5px;
  margin-top: 30px;
  float: left;
  text-align: center;
  -webkit-transition: margin-top 0.7s;
  -moz-transition: margin-top 0.7s;
  -o-transition: margin-top 0.7s;
  -ms-transition: margin-top 0.7s;
}
.img-wrap .img-col img {
  width: 60%;
}
.img-wrap .img-col h4 {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
}
.img-wrap .img-col:hover {
  margin-top: 0px;
}
.img-wrap .img-col:hover h4 {
  opacity: 1;
}
.footer-wrap {
  background-color: #f6f6f6;
}
.footer-wrap .container {
  padding: 20px;
  color: #737373;
}
.footer-wrap .container a {
  color: #737373;
}
.footer-wrap .container .footermenu-01 {
  width: 175px;
  height: 200px;
  padding: 20px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.footer-wrap .container .footermenu-02 {
  width: 300px;
  height: 200px;
  padding: 20px;
  float: left;
  color: #939393;
  text-align: center;
}
.footer-wrap .container .footermenu-02 span {
  font-size: 30px;
}
.copyright-wrap {
  padding: 20px 15px;
  background-color: white;
  color: #737373;
  text-align: right;
}
.copyright-wrap a {
  color: #737373;
  text-decoration: none;
}
