/*
 * 初始? * */
* {
  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 {
  background: #e33641 url('/ch120/2021fucaiNWJ/images/bg.jpg') no-repeat center top;
  padding-bottom: 50px;
}
.main .banner {
  height: 734px;
}
.main .banner .box {
  padding-top: 74px;
}
.main .banner .box .img1 {
  display: block;
  margin: 0 auto 38px;
  animation-delay: 0.3s;
}
.main .banner .box .img2 {
  margin: 0 auto;
  animation-delay: 0.6s;
}
.main .wrap .box {
  background: url('/ch120/2021fucaiNWJ/images/5.png') repeat center top;
}
.main .wrap .box > img {
  position: relative;
  top: -32px;
}
.main .wrap .box .listBox {
  padding: 0 28px 30px;
  overflow: hidden;
}
.main .wrap .box .listBox a {
  width: 450px;
  float: left;
  position: relative;
  height: 90px;
  margin-bottom: 22px;
  overflow: hidden;
}
.main .wrap .box .listBox a:nth-child(2n+1) {
  margin-right: 44px;
}
.main .wrap .box .listBox a div {
  width: 160px;
  height: 90px;
  float: left;
}
.main .wrap .box .listBox a div img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main .wrap .box .listBox a div img:hover {
  transform: scale(1.05);
}
.main .wrap .box .listBox a p {
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  width: 270px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .wrap1 {
  margin-top: 52px;
}
.main .wrap1 .box {
  background: url('/ch120/2021fucaiNWJ/images/7.png') repeat center top;
  height: 323px;
  padding: 0 42px 0;
}
.main .wrap1 .box > img {
  position: relative;
  top: -32px;
}
.main .wrap1 .box .listBox {
  margin-top: 12px;
  overflow: hidden;
}
.main .wrap1 .box .listBox a {
  float: left;
}
.main .wrap1 .box .listBox a:nth-child(2) {
  margin: 0 32px 0;
}
.main .wrap1 .box .listBox a div img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main .wrap1 .box .listBox a div img:hover {
  transform: scale(1.05);
}
.main .wrap1 .box .listBox a p {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}
/*# sourceMappingURL=index.css.map */