@charset "UTF-8";
.rhWrap {
  width: 1200px;
  margin: 0 auto;
}
/* 顶部 */
.topBg {
  border: 1px #0A1D3C solid;
  background: url(../images/lunbo_bg.png);
  background-size: cover;
  overflow: hidden;
}
.topBg .topDiv {
  width: 1200px;
  margin: 0 auto;
  height: 442px;
  /* 轮播 */
}
.topBg .topDiv .left .tit {
  width: 396px;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 50px;
  margin-top: 70px;
}
.topBg .topDiv .left .content {
  width: 396px;
  opacity: 0.5;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  line-height: 26px;
  margin: 30px 0;
}
.topBg .topDiv .left .source {
  opacity: 0.5;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.topBg .topDiv .left .more {
  height: 34px;
  border-radius: 17px;
  margin-top: 40px;
}
.topBg .topDiv .left .more span {
font-size: 16px;
font-weight: 500;
color: #ffffff;
line-height: 34px;
}

.topBg .topDiv .left .more img{
	width:34px;
  	height:34px;
  	margin-right:10px;
  	vertical-align: -10px;
}

.topBg .topDiv .right {
  width: 800px;
  height: 442px;
}
.topBg .topDiv .right .lunboDiv {
  width: 1200px;
  position: relative;
}
.topBg .topDiv .right .lunboDiv .button-next,
.topBg .topDiv .right .lunboDiv .button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 161px;
  outline: none;
  z-index: 1;
}
.topBg .topDiv .right .lunboDiv .button-next {
  background: url(../images/you.png);
  background-size: 40px 40px;
  left: 569px;
}
.topBg .topDiv .right .lunboDiv .button-next:hover {
  cursor: pointer;
  background: url(../images/you_ac.png);
  background-size: 40px 40px;
}
.topBg .topDiv .right .lunboDiv .button-prev {
  background: url(../images/zuo.png);
  background-size: 40px 40px;
  left: 20px;
}
.topBg .topDiv .right .lunboDiv .button-prev:hover {
  cursor: pointer;
  background: url(../images/zuo_ac.png);
  background-size: 40px 40px;
}
.topBg .topDiv .swiper-container {
  width: 1200px;
  height: 362px;
  margin: 40px 0 40px 40px;
}
.topBg .topDiv .swiper-slide.swiper-slide-active {
  width: 548px !important;
  height: 362px !important;
  margin-top: 0 !important;
}
.topBg .topDiv .swiper-slide.swiper-slide-active .imgMask {
  display: none;
}
.topBg .topDiv .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-right: 20px;
  margin-top: 56px !important;
  width: 380px;
  height: 250px;
  /* Center slide text vertically */
}
.topBg .topDiv .swiper-slide img {
  width: 100%;
  height: 100%;
}
.topBg .topDiv .swiper-slide .imgMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
/* 融合号列表 */
.rhDiv {
  padding: 30px 20px 0;
  background: #ffffff;
  margin: 30px 0;
  border: 1px #ffffff solid;
}
.rhDiv ul {
  width: 110%;
}
.rhDiv ul li {
  width: 216px;
  height: 138px;
  padding-top: 40px;
  text-align: center;
  float: left;
  background: rgba(4, 131, 247, 0.02);
  margin: 0 20px 20px 0;
}
.rhDiv ul li img {
  width: 66px;
  height: 66px;
}
.rhDiv ul li p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  line-height: 24px;
  margin-top: 22px;
}
.rhDiv ul li span {
  opacity: 0.5;
  font-size: 12px;
  color: #0283f7;
  line-height: 21px;
  display: none;
}
.rhDiv ul li:hover {
  transform: scale(1.25);
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(64, 92, 149, 0.1);
}
.rhDiv ul li:hover p {
  margin: 5px 0;
}
.rhDiv ul li:hover span {
  display: inline;
}