/*
 * 初始? * */
* {
  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: 960px;
}
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: 960px;
  margin: 0 auto;
}
#scoller {
  display: none;
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  background: url('/ch120/2022-11-3fucai/images/back.png') no-repeat center center / 100% auto;
  cursor: pointer;
}
body {
  background: url('/ch120/2022-11-3fucai/images/bg.jpg') no-repeat center 80px;
}
.topNav {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.topNav a img {
  width: 150px;
  margin: 0;
}
.banner {
  height: 986px;
}
.wrap .top {
  margin-bottom: 20px;
}
.wrap .box {
  width: 960px;
  margin: 0 auto;
}
.wrap .box video {
  display: block;
  width: 960px;
  height: 540px;
  background: #000;
  border-radius: 10px;
}
.wrap .box .switch {
  margin: 30px auto 0;
  width: 840px;
}
.wrap .box .switch:after {
  display: block;
  content: ' ';
  clear: both;
}
.wrap .box .switch div {
  position: relative;
  background: #ebebeb;
  float: left;
  width: 230px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 75px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.6;
}
.wrap .box .switch div.checked {
  opacity: 1;
}
.wrap .box .switch div img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .box .switch div i {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  background: url('/ch120/2022-11-3fucai/images/video.png') no-repeat center center;
}
.wrap .box .switch div:last-child {
  margin-right: 0;
}
.wrap1 {
  margin-top: 50px;
}
.wrap1 .top {
  margin-bottom: 20px;
}
.wrap1 .box {
  width: 1136px;
  height: 579px;
  background: url('/ch120/2022-11-3fucai/images/bg1.png') no-repeat center center;
  padding: 88px 88px 0;
}
.wrap1 .box .left {
  float: left;
  width: 480px;
  height: 350px;
  border-radius: 10px;
  background: #ebebeb;
  overflow: hidden;
}
.wrap1 .box .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap1 .box .news_list {
  float: right;
  width: 460px;
}
.wrap1 .box .news_list .elem1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.wrap1 .box .news_list .elem1 a {
  display: block;
  font-size: 28px;
  line-height: 45px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.wrap1 .box .news_list .elem1 a:hover {
  text-decoration: underline;
  color: #333;
}
.wrap1 .box .news_list .elem1 p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.wrap1 .box .news_list ul.elem2 {
  padding-top: 10px;
}
.wrap1 .box .news_list ul.elem2 li {
  margin-bottom: 5px;
}
.wrap1 .box .news_list ul.elem2 li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dotted #ccc;
}
.wrap1 .box .news_list ul.elem2 li a:hover {
  color: #666;
  text-decoration: underline;
}
.wrap1 .box .news_list ul.elem2 li a i {
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  margin-top: 12.5px;
  margin-right: 8px;
}
.wrap2 .top {
  margin-top: 80px;
  margin-bottom: 24px;
}
.wrap2 .text {
  width: 780px;
  margin: 0 auto 20px;
  text-align: center;
  color: #006462;
  font-size: 20px;
  line-height: 40px;
}
.wrap2 .box .swiper1 {
  width: 960px;
  height: 674px;
}
.wrap2 .box .swiper1 .swiper-button-next,
.wrap2 .box .swiper1 .swiper-button-prev {
  width: 60px;
  height: 80px;
}
.wrap2 .box .swiper1 .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 430px;
}
.wrap2 .box .swiper1 .swiper-button-prev {
  background: url('/ch120/2022-11-3fucai/images/left.png') no-repeat center center;
  top: 30%;
}
.wrap2 .box .swiper1 .swiper-button-next {
  background: url('/ch120/2022-11-3fucai/images/right.png') no-repeat center center;
  top: 30%;
}
.wrap2 .box .swiper1 .swiper-pagination-bullet {
  background: #fff;
}
.wrap2 .box .swiper1 .swiper-slide {
  position: relative;
}
.wrap2 .box .swiper1 .swiper-slide > a {
  display: block;
  width: 100%;
}
.wrap2 .box .swiper1 .swiper-slide > a > img {
  display: block;
  width: 710px;
  height: 420px;
  margin: 0 auto;
}
.wrap2 .box .swiper1 .swiper-slide > a h5 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}
.wrap2 .box .swiper1 .swiper-slide > a p {
  bottom: 24px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  width: 100%;
  text-indent: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.wrap3 {
  margin-top: 70px;
}
.wrap3 .top {
  margin-bottom: 30px;
}
.wrap3 .box .video_content {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  height: 670px;
  transition: all 0.5s;
}
.wrap3 .box .video_content a {
  display: block;
  width: 310px;
  margin-right: 15px;
  float: left;
  height: 176px;
  margin-bottom: 52px;
  position: relative;
}
.wrap3 .box .video_content a div {
  height: 100%;
}
.wrap3 .box .video_content a div img {
  width: 100%;
  display: block;
  height: 100%;
}
.wrap3 .box .video_content a:nth-child(3n + 3) {
  margin-right: 0;
}
.wrap3 .box .more {
  display: block;
  width: 100px;
  margin: 0 auto;
  font-size: 20px;
  cursor: pointer;
}
.footbar {
  background: #dcdcdc;
  margin-top: 50px;
  padding: 50px 0;
}
