@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
li {
  float: left;
}
a {}
p {
  line-height: 20px;
  padding: 5px 0;
}
.top {
  width: 100%;
  padding: 30px;
  float: left;
}
.top a {
  color: #fff;
  text-decoration: none;
}
.top a:hover {
  text-decoration: underline;
}
.logo a {
  float: left;
  display: block;
  text-indent: -99999999px;
  overflow: hidden;
  width: 192px;
  height: 24px;
  background: url("logo.png") no-repeat left top;
  background-size: 100% auto;
}
.top nav {
  float: right;
}
.banner {
  width: 100%;
  background: url("banner.jpg") no-repeat center top;
  background-size: cover;
  float: left;
}
.banner .maintext {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  margin: 450px auto 0px auto;
  padding: 40px 0 33px 0;
  font-size: 20px;
}
.banner .maintext p {
  line-height: 30px;
}
.banner .maintext h1 {
  padding: 0 0 20px 0;
}
.maintext a {
  text-decoration: underline;
  color: #fff;
}
.wid {
  width: 100%;
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
}
.features {
  width: 100%;
  float: left;
  padding: 100px 0 80px 0;
}
.features .wid {
  display: table;
}
.features .item {
  display: table-cell;
  text-align: center;
  width: 33.3%;
	padding: 0 65px;
}
.features .item i {
  width: 153px;
  height: 153px;
  display: block;
  margin: 0 auto 15px auto;
}
.features .item i.fea_icon01 {
  background: url("fea_icon01.png") no-repeat center center;
}
.features .item i.fea_icon02 {
  background: url("fea_icon02.png") no-repeat center center;
}
.features .item i.fea_icon03 {
  background: url("fea_icon03.png") no-repeat center center;
}
.innertop {
  width: 100%;
  float: left;
  background: #fff;
  padding: 30px 0;
	border-bottom: 1px solid #efefef;
}
.innertop .logo a{
	background: url(logo2.png) no-repeat left top;
}
.innermain {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.innermain h1 {
  text-align: center;
  padding-bottom: 20px;
}
.innermain p {
  padding: 10px 0;
  line-height: 30px;
}
footer {
  float: left;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #efefef;
}
footer a {
  color: #000;
  padding: 0 10px;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width:468px) {
  .features {
    padding-top: 30px;
  }
  .features .wid, .features .item {
    display: inherit;
  }
  .features .item {
    width: 100%;
    margin: 50px 0;
  }
  .banner {
    background-size: auto 100%;
	  background-position: -300px top;
  }
  .top {
    padding: 20px 15px;
  }
}