/*
 * 初始? * */
* {
  margin: 0 auto;
  padding: 0;
  outline: none;
  font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
html {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
body {
  font-size: 14px;
  color: #333;
}
html,
body {
  min-width: 1000px;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ff7d00;
}
ul,
li {
  list-style: none outside none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img {
  border: none;
  outline: none;
  display: block;
}
a {
  transition: color 0.6s;
  -moz-transition: color 0.6s;
  /* Firefox 4 */
  -webkit-transition: color 0.6s;
  /* Safari ?Chrome */
  -o-transition: color 0.6s;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.cf {
  *zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.box {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
#scoller {
  display: none;
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  font-size: 0;
  background-image: url(http://img1.cache.netease.com/2013/yhs/share.gif);
  background-position: -93px -365px;
  cursor: pointer;
}
.main {
  height: 3179px;
  background: url('/ch120/2021fucai/images/bg.jpg') no-repeat center top;
}
.main .wrap {
  height: 1000px;
}
.main .wrap .box {
  height: 100%;
}
.main .wrap .box div.elem {
  position: absolute;
  width: 294px;
  height: 52px;
  left: 0;
  top: 33px;
  background: url('/ch120/2021fucai/images/logo.png') no-repeat center center;
  background-size: 100% auto;
  animation-delay: 0.5s;
}
.main .wrap .box div.elem1 {
  position: absolute;
  width: 970px;
  height: 199px;
  left: 15px;
  top: 116px;
  background: url('/ch120/2021fucai/images/1.png') no-repeat center center;
  background-size: 100% auto;
  animation-delay: 1s;
}
.main .wrap .box div.elem2 {
  position: absolute;
  width: 777px;
  height: 61px;
  left: 111.5px;
  top: 333px;
  background: url('/ch120/2021fucai/images/2.png') no-repeat center center;
  background-size: 100% auto;
  animation-delay: 1.5s;
}
.main .wrap .box div.elem3 {
  position: absolute;
  width: 973px;
  height: 53px;
  left: 13px;
  top: 508px;
  background: url('/ch120/2021fucai/images/3.png') no-repeat center center;
  background-size: 100% auto;
  animation-delay: 2s;
}
.main .wrap1 .box .video {
  width: 530px;
  height: 300px;
  margin: 0 auto;
}
.main .wrap1 .box .video .video-js {
  display: block;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */