html,body {
  min-height: 600px;
  min-width: 1200px;
  position: relative;
}
.fillfather {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
  /*background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;*/
}
#navigation {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 200;
}
#navigation li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: block;
  border: 1px solid #777;
  cursor: pointer;
  list-style-type: none;
}
.cur {
  background: #FDE077;
}
#Fuzzy {
  min-width: 950px;
  position: absolute;
  background: url(../images/bc_01.jpg) no-repeat 0px 0px/100% 100%;
}
#bg1 {
  min-width: 950px;
  overflow: hidden;
  position: absolute;
}
.FuzzyBg {
  -webkit-animation:Fuzzy 0.5s linear 0s 1;
  -moz-animation:Fuzzy 0.5s linear 0s 1;
  -o-animation:Fuzzy 0.5s linear 0s 1;
  animation: Fuzzy 0.5s linear 0s 1;
  -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
@-webkit-keyframes Fuzzy {
  0% {-webkit-filter: blur(0px);}
  100% {-webkit-filter: blur(10px);}
}
@-moz-keyframes Fuzzy {
  0% {-moz-filter: blur(0px);}
  100% {-moz-filter: blur(10px);}
}
@-o-keyframes Fuzzy {
  0% {-o-filter: blur(0px);}
  100% {-o-filter: blur(10px);}
}
@keyframes Fuzzy {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px); 
    -ms-filter: blur(0px);     
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px); 
    -ms-filter: blur(10px);     
    filter: blur(10px);
  }
}
#bg1-1 {
  width: 724px;
  height: 309px;
  position: absolute;
  left: calc(50% - 355px);
  background: url(../images/t_01.png) no-repeat 0px 0px/100% 100%;
}
#svg-box {
  width: 100%;
  height: 270px;
  position: absolute;
  bottom: 0px;
}
#svg,#svg1,#svg2 {
  position: absolute;
}
#bg1-2 {
  position: absolute;
  display: none;
}
#bg1-2-1 {
  width: 480px;
  height: 370px;
  position: absolute;
  top: calc(50% - 180px);
  left: calc(50% - 500px);
  background: url(../images/t_2.png) no-repeat 0px 0px/100% 100%;
}
#bg1-2-2 {
  width: 500px;
  height: 450px;
  position: absolute;
  top: calc(50% - 180px);
  left: calc(50% - 500px);
  background: url(../images/t_4.png) no-repeat 0px 0px/100% 100%;
}
.pageDown {
  width: 52px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  background: url(../images/t_3.png) no-repeat 0px 0px/100% 100%;
  margin-left: calc(50% - 26px);
  cursor: pointer;
}
#bg1-4 {
  width: 300px;
  height: 160px;
  position: absolute;
  left: calc(50% + 100px);
  display: none;
}
#bg1-4 h1 {
  font-size: 33px;
  font-weight: 400;
}
#bg1-4 div {
  margin: 20px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#bg1-4 span {
  font-size: 23px;
  color: #FDE077;
}
#bg1-4 p {
  font-size: 14px;
}
.bg2 {
  min-width: 950px;
  position: absolute;
  opacity: 1;
  z-index: -10;
}
#bg2 {
  z-index: 100;
  background: url(../images/indexSearch/searchBg.jpg) no-repeat 0px 0px/100% 100%;
}
#bg2-1 {
  background: url(../images/indexReport/reportBg.jpg) no-repeat 0px 0px/100% 100%;
}
#bg2-2 {
  background: url(../images/indexPortrait/portraitBg.jpg) no-repeat 0px 0px/100% 100%;
}
#bg2-3 {
  background: url(../images/indexCustomiza/customizeBg.jpg) no-repeat 0px 0px/100% 100%;
}
#bg2-4 {
  background: url(../images/indexAccess/accessBg.jpg) no-repeat 0px 0px/100% 100%;
}
#bg2-box {
  position: relative;
  top: calc(50% - 150px);
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.boxStyle {
  width: 175px;
  height: 200px;
  position: relative;
  display: inline-block;
}
.image {
  width: 175px;
  height: 145px;
  position: absolute;
  opacity: 0;
}
.button {
  width: 90px;
  height: 25px;
  line-height: 25px;
  margin: 170px auto;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 25px;

}
.text {
  display: inline-block;
  width: 280px;
  height: 80px;
  position: relative;
  top: -150px;
  left: -52.5px;
  float: left;
  font-size: 14px;
  display: none;
  text-align: center;
}
#search-image1 {
  opacity: 1;
  background: url(../images/indexSearch/search.png);
}
#search-image2 {
  background: url(../images/indexSearch/search1.png);
}
#search-image3 {
  background: url(../images/indexSearch/search2.png);
}
#search-image4 {
  background: url(../images/indexSearch/search3.png);
}
#search-image5 {
  background: url(../images/indexSearch/search4.png);
}
#report-image1 {
  opacity: 1;
  background: url(../images/indexReport/report.png);
}
#report-image2 {
  background: url(../images/indexReport/report1.png);
}
#report-image3 {
  background: url(../images/indexReport/report2.png);
}
#report-image4 {
  background: url(../images/indexReport/report3.png);
}
#portrait-image1 {
  opacity: 1;
  background: url(../images/indexPortrait/portrait.png);
}
#portrait-image2 {
  background: url(../images/indexPortrait/portrait1.png);
}
#portrait-image3 {
  background: url(../images/indexPortrait/portrait2.png);
}
#portrait-image4 {
  background: url(../images/indexPortrait/portrait3.png);
}
#portrait-image5 {
  background: url(../images/indexPortrait/portrait4.png);
}

#made-image1 {
  opacity: 1;
  background: url(../images/indexCustomiza/customiza.png);
}
#made-image2 {
  background: url(../images/indexCustomiza/customiza1.png);
}
#made-image3 {
  background: url(../images/indexCustomiza/customiza2.png);
}
#made-image4 {
  background: url(../images/indexCustomiza/customiza3.png);
}
#made-image5 {
  background: url(../images/indexCustomiza/customiza4.png);
}
#made-image6 {
  background: url(../images/indexCustomiza/customiza5.png);
}
#link-image1 {
  opacity: 1;
  background: url(../images/indexAccess/access.png);
}
#link-image2 {
  background: url(../images/indexAccess/access1.png);
}
#link-image3 {
  background: url(../images/indexAccess/access2.png);
}
#link-image4 {
  background: url(../images/indexAccess/access3.png);
}
#link-image5 {
  background: url(../images/indexAccess/access4.png);
}
#link-image6 {
  background: url(../images/indexAccess/access5.png);
}
#link-image7 {
  background: url(../images/indexAccess/access6.png);
}
#bg3 {
  min-width: 950px;
  background: url(../images/3-1bg.jpg) no-repeat 0px 0px/100% 100%;
  overflow: hidden;
  position: absolute;
}
#bg3-1 {
  width: 712px;
  height: 397px;
  position: relative;
  left: calc(50% - 368px);
}
#bg3-1-1 {
  min-width: 300px;
  background: url(../images/t_03.png) no-repeat 0px 0px/100% 100%;
}
#bg3-1-2 {
  position: relative;
  top: -50%;
  text-align: center;
}
#bg3-2 {
  position: absolute;
  left: calc(50% - 355px);
}
#bg3-3 {
  left: calc(50% - 320px);
  position: absolute;
}
.bg3-23 {
  width: 651px;
  height: 5000px;
  margin-top: 15%;
  opacity:0;
  text-align: center;
}
.bg3-23 img {
  width: 651px;
  height: 332px;
}
.bg3-23 img:last-child {
  height: 290px;
}
.xz {
  -webkit-animation:rotating 12s linear 0s infinite;
  -moz-animation:rotating 12s linear 0s infinite;
  animation: rotating 12s linear 0s infinite;
}
@-webkit-keyframes rotating {
  0% {-webkit-transform:rotate(10deg);}
  10% {
    -webkit-transform:rotate(0deg);
    -webkit-opacity:1; 
  }
  40% {
    -webkit-transform:rotate(0deg);
    -webkit-opacity:1; 
  }
  50% {
    -webkit-transform:rotate(-10deg);
    -webkit-opacity:0;
  }
  100% {-webkit-opacity:0;}
}
@-moz-keyframes rotating {
  0% {-moz-transform:rotate(10deg);}
  10% {
    -moz-transform:rotate(0deg);
    -moz-opacity:1; 
  }
  40% {
    -moz-transform:rotate(0deg);
    -moz-opacity:1; 
  }
  50% {
    -moz-transform:rotate(-10deg);
    -moz-opacity:0;
    -moz-display:none;
  }
  100% {-moz-opacity:0;}
}
@keyframes rotating {
  0% {transform:rotate(10deg);}
  10% {
    transform:rotate(0deg);
    opacity:1; 
  }
  40% {
    transform:rotate(0deg);
    opacity:1; 
  }
  50% {
    transform:rotate(-10deg);
    opacity:0;
    display:none;
  }
  100% {opacity:0;}
}
#star {
  width: 100%;
  height: 1330px;
  transform:rotateX(60deg);
  background: rgba(255,255,255,0);
  position: absolute;
  top: -325px;
}
#bg4 {
  min-width: 950px;
  position: absolute;
  background: url(../images/indexForth/forthBg.jpg) no-repeat 0px 0px/100% 100%;
  z-index: 100;
}
#bg4-1 {
  height: 200px;
  margin-top: 20%;
}
#bg4-1-1 {
  padding-bottom: 30px;
  font-size: 28px;
}
#bg4-1-2 {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 30px;
}
.aboutUs {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #2e99bd;
  cursor: pointer;
}
#bg4-2 {
  position: absolute;
  top: 100px;
  left: calc(50% - 100px);
}
.moveImage {
  width: 650px;
  height: 487.5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*#bg4-2-1 {*/
  /*background: url(../images/indexForth/forth1.png) no-repeat 0px 0px/100% 100%;*/
/*}*/
/*#bg4-2-2 {*/
  /*background: url(../images/indexForth/forth2.png) no-repeat 0px 0px/100% 100%;*/
/*}*/
/*#bg4-2-3 {*/
  /*background: url(../images/indexForth/forth3.png) no-repeat 0px 0px/100% 100%;*/
/*}*/
/*#bg4-2-4 {*/
  /*background: url(../images/indexForth/forth4.png) no-repeat 0px 0px/100% 100%;*/
/*}*/