* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none;
  font-family: "Microsoft YaHei";
}
h1,h2,h3,h4,h5{
  font-weight: normal;
}
body {
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #000;
  background: #ffffff;
}
img {
  border: 0;
  max-width: 100%;
}
em, i {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
.wrap{
  width: 1300px;
  margin: 0 auto;
}
.wrap:after{
  content: "";
  display: table;
  clear: both;
}
.fl{
  float: left;
}
.fr{
  float: right;
}

.top-banner {
  width: 100%;
  height: 866px;
  position: relative;
  background: url(../images/banner.jpg) no-repeat center;
}
.top-banner .right-downld{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 132px;
}
.right-downld {
  display: block;
  font-size: 27px;
  color: #ffffff;
  margin: 0 auto;
  background: rgba(255, 255, 255, .2);
  border: 1px solid #fff;
  border-radius: 18px;
  width: 265px;
  line-height: 60px;
  text-align: center;
}

.right-downld i {
  background: url(../images/apple.png) no-repeat left;
  padding-left: 45px;
}

.page-arrow {
  display: block;
  width: 45px;
  height: 41px;
  background: url(../images/arrow.png) no-repeat center;
  animation: myMove 1s linear infinite alternate;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  margin: 0 auto;
}

@-moz-keyframes myMove {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes myMove {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0;
  }
}

@-o-keyframes myMove {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes myMove {
  0% {
    padding-top: 50px;
  }
  100% {
    padding-top: 0;
  }
}

.caipu-box1{
  text-align: center;
  background: url(../images/cloud.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 35px;
}
.caipu-box1:after{
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  background: url(../images/leaf.png) no-repeat center;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
.caipu-box1 img{
  display: block;
  margin: 0 auto;
}
.idx-title{
  line-height: 1;
  position: relative;
  z-index: 2;
}
.idx-title h1{
  font-size: 62px;
}
.idx-title .gray{
  opacity: 0.2;
  filter: alpha(opacity=20);
  font-family: -webkit-pictograph;
  font-weight: bold;
  position: relative;
  top: -38px;
}
.idx-title p{
  font-size: 14px;
  line-height: 24px;
}

.main-show-box{
  background: #ededed;
  position: relative;
  border-bottom: 93px solid #fff;
}
.main-show-box.yellow{
  border-bottom: 93px solid #FF5939;
  padding-top: 82px;
}
.main-show-box.blank{
  border-bottom: 93px solid #000000;
  padding-top: 22px;
}
.main-show-box.gray{
  border-bottom: 93px solid #8f8f8f;
  padding-top: 93px;
}
.main-show-box .img{
  position: relative;
  width: 630px;
}
.main-show-box .img.fl{
  background: url(../images/three_leaf.png) no-repeat 0 5px;
}
.main-show-box .img.fr{
  background: url(../images/right_leaf.png) no-repeat 100% 0;
  padding-right: 45px;
  padding-top: 70px;
}
.main-show-box .img.fl .lemon{
  left: 76%;
}
.main-show-box .img.fr .lemon{
  right: 79%;
}
.main-show-box .img img{
  display: block;
}
.main-show-box .img .lemon{
  background: url(../images/lemon.png) no-repeat center;
  width: 164px;
  height: 184px;
  position: absolute;
  bottom: -93px;
}
.main-show-box .txt{
  position: relative;
  width: 480px;
  height: 254px;
  padding-top: 66px;
  margin-top: 200px;
}
.main-show-box .txt:before{
  content: "";
  display: block;
  width: 112px;
  height: 5px;
  background: #649d42;
  position: absolute;
  top: 0;
  left: 0;
}
.main-show-box .txt:after{
  content: "";
  display: block;
  width: 86px;
  height: 5px;
  background: #ffd800;
  position: absolute;
  top: 5px;
  left: 0;
}
.main-show-box .txt.fl:before,.main-show-box .txt.fl:after{
  left: 112px;
}
.main-show-box .txt.fr{
  background: url(../images/shu_leaf.png) no-repeat 100% 0;
  padding-right: 112px;
}
.main-show-box .txt.fl{
  background: url(../images/shu_l_leaf.png) no-repeat 0 0;
  padding-left: 112px;
  margin-top: 280px;
}
.main-show-box .txt h1{
  font-size: 40px;
  color: #232323;
  position: relative;
}
.main-show-box .txt .shadow{
  text-shadow: 2px 0 0 #ffd800;
  z-index: 2;
}
.main-show-box .txt .gray{
  color: #dbdbdb;
  font-family: -webkit-pictograph;
  font-weight: bold;
  top: -20px;
  letter-spacing: 7px;
}
.main-show-box .txt h2{
  font-size: 30px;
  color: #999999;
  line-height: 50px;
}

.foot{
  text-align: center;
  margin-top: 107px;
}
.foot .right-downld{
  background: #000;
  border-color: #000;
  margin-bottom: 60px;
}
.foot .logo{
  width: 178px;
  height: 178px;
}
.foot .title{
  font-size: 31px;
  line-height: 1;
  margin: 35px 0 88px;
}
.foot img{
  display: block;
  margin: 0 auto;
}

.copyright{
  text-align: center;
  background: #000;
  padding: 105px 0;
}
.copyright p{
  color: #ffffff;
  font-size: 22px;
  line-height: 31px;
}
