/*
 * 初始? * */
* {
  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: 1200px;
}
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 {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
#scoller {
  display: none;
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #161161 url('/ch120/2023-11-2fucai/images/back.png') no-repeat center center / 100% auto;
  cursor: pointer;
}
.logoTop {
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 24px 0 24px 0;
}
.logoTop img {
  display: block;
  margin: 0;
  width: 175px;
}
.main {
  height: 7424px;
  background: url('/ch120/2023-11-2fucai/images/bg.jpg') no-repeat center top;
}
.main .banner {
  height: 1300px;
}
.main .banner .box {
  width: 1200px;
  height: 1356px;
  position: relative;
}
.main .banner .box img {
  display: block;
  position: absolute;
}
.main .banner .box img.elem {
  top: 140px;
  left: 0;
}
.main .banner .box img.elem1 {
  top: 125px;
  right: 5px;
}
.main .banner .box img.elem2 {
  top: 980px;
  left: 0;
}
.main .wrap .box,
.main .wrap1 .box,
.main .wrap2 .box,
.main .wrap4 .box,
.main .wrap5 .box {
  margin-top: -15px;
}
.main .wrap3 {
  margin-bottom: 20px;
}
.main .wrap3 .box {
  width: 967px;
  height: 513px;
  background: url('/ch120/2023-11-2fucai/images/11.png') no-repeat center top;
  box-sizing: border-box;
  padding-top: 28px;
}
.main .wrap3 .box .videoBox {
  width: 910px;
  height: 457px;
  border-radius: 20px;
  overflow: hidden;
}
.main .wrap3 .box .videoBox .video-js {
  display: block;
  width: 100%;
  height: 100%;
}
.main .wrap5 .box {
  width: 967px;
  box-sizing: border-box;
  height: 477px;
  padding: 54px 48px 30px;
  background: url('/ch120/2023-11-2fucai/images/17.png') no-repeat center top;
}
.main .wrap5 .box .toutiao {
  display: block;
  margin-bottom: 36px;
}
.main .wrap5 .box .toutiao h4 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.main .wrap5 .box .toutiao h4:hover {
  text-decoration: underline;
  color: #f6b65f;
}
.main .wrap5 .box .toutiao p {
  font-size: 14px;
  color: #fff;
  text-indent: 28px;
  line-height: 30px;
}
.main .wrap5 .box ul {
  overflow: hidden;
  margin-bottom: 10px;
}
.main .wrap5 .box ul li {
  width: 400px;
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
.main .wrap5 .box ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border-bottom: 1px dotted #f6b65f;
}
.main .wrap5 .box ul li a:hover {
  color: #f6b65f;
}
.main .wrap5 .box ul li:nth-child(2n+2) {
  margin-right: 0;
  font-size: 16px;
  color: #fff;
}
.main .wrap5 .box .more {
  width: 100px;
  display: block;
  margin: 24px auto;
  color: #fff;
}
.main .wrap5 .box .more:hover {
  color: #fff;
}
.foot {
  text-align: center;
  font-size: 14px;
  line-height: 48px;
}
