* {
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  height: 100%;
  min-width: 1280px;
  font-family: "Noto Sans SC";
  font-weight: 100;
}
html.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
};
.container {
  width: 100%;
  background-color: #fff;
  width: auto;
  position: relative;
}
.container .header {
  width: 100%;
  height: 452px;
  background: url(../img/index_0002_img_top.png) 100% 100% no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
}
.container .header .header-content {
  display: flex;
  justify-content: center;
  gap: 140px;
}
.container .header .header-content .header-left {
  width: 225px;
  height: 60px;
  text-align: center;
  margin-top: 36px;
}
.container .header .header-content .header-left .logo-left {
  width: 100%;
}
.container .header .header-content .header-menu {
  color: #87bcfd;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
}
.container .header .header-content .header-menu .menu-list {
  margin: 0;
  padding: 0;
  width: 605px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;

  font-size: 24px;
  color: #87BCFD;
}
.container .header .header-content .header-menu .menu-list li a {
  color: #87bcfd;
  cursor: pointer;
}
.container .header .header-content .header-menu .menu-list li a:hover {
  color: #e1e1e1;
  cursor: pointer;
}
.container .header .header-content .header-menu .menu-list li:hover {
  color: #e1e1e1;
  cursor: pointer;
}
.container .header .header-content .header-menu .menu-list .white {
  color: #e1e1e1;
}
.container .header .header-content .header-menu .menu-list li.active a{
  color: #fff;
  font-weight: bold;
}
.container .header .header-content .header-menu .menu-list .menu-span {
  background: #87bcfd;
  width: 1px;
  height: 14.5px;
  margin-top: 10.25px;
}
.container .header .header-content .header-logo {
  margin-top: 44px;
  width: 200px;
  height: 47px;
}
.container .header .header-content .header-logo .logo-right {
  width: 100%;
}
.container .news {
  width: 100%;
  background: url(../img/index_0018_bg_wave.png) 0px -230px no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.container .news .news-top {
  text-align: center;
}
.container .news .news-top .news-top1 {
  padding-top: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #3036af;
}
.container .news .news-top .news-top2 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.container .news .news-main {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  /*轮播图两边箭头*/
}
.container .news .news-main .carousel-container {
  width: 630px;
  height: 360px;
  margin-right: 60px;
  position: relative;
  overflow: hidden;
}
/* #focus ul{
  margin: 0;
  padding: 0;
} */
#focus ul li{
  width: 630px;
}
#focus ul li img{
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat center;
}
/* .focus>ol {
  
} */
.container .news .news-main .carousel-list {
  width: 500%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
.container .news .news-main .carousel-item {
  width: 630px;
  height: 100%;
  object-fit: cover;
  float: left;
  z-index: -10;
}
.container .news .news-main .indicator {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30px;
  text-align: center;
}
.container .news .news-main .indicator-item {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin: 0 5px;
}
.container .news .news-main .indicator-item.active {
  background: #6b6ffd;
}
.container .news .news-main .arrow-left,
.container .news .news-main .arrow-right {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
}
.container .news .news-main .arrow-left:hover,
.container .news .news-main .arrow-right:hover {
  opacity: 1;
}
.container .news .news-main .arrow-left {
  left: 0;
}
.container .news .news-main .arrow-left::before {
  content: "<";
}
.container .news .news-main .arrow-right {
  right: 0;
}
.container .news .news-main .arrow-right::before {
  content: ">";
}
.container .news .news-main .arrow-left::before,
.container .news .news-main .arrow-right::before {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
}
.container .news .news-text {
  scroll-behavior: smooth;
  width: 607px;
  height: 360px;
  border-top: 4px solid #3036af;
}
.container .news .news-text .express {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 20px;
}
.container .news .news-text .express li {
  width: 100%;
  height: 38px;
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-weight: normal;
  /* 不换行 */
  white-space: nowrap;
  /*溢出隐藏  */
  overflow: hidden;
  /* 文字溢出的部分使用圆点代替 */
  text-overflow: ellipsis;
  margin-top: -2px;
}
.container .news .news-text .express li .dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3036af;
  
}
.container .news .news-text .express li a {
  color: #1a1a1a;
  margin-left: 24px;
}
.container .imgbg {
  width: 100%;
  height: 370.5px;
}
.container .imgbg img {
  width: 100%;
  height: 100%;
}
.container .radio {
  min-width: 1100px;
  width: 100%;
  background: url(../img/index_0018_bg_wave.png) 0px -220px no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .radio .radio-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.container  .btn {
  position: fixed;
  bottom: 56px;
  right: 40px;
  width: 112px;
  height: 112px;
}
.container .btn:hover {
  cursor: pointer;
}
.container .btn .btn1 {
  position: fixed;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #e8e7e7 0deg, #fc1d15 360deg, #fc1d15 360deg);
  bottom: 50px;
  right: 30px;
  z-index: 1;
}
.container .btn .btn1::before {
  content: "";
  position: fixed;
  width: 92px;
  height: 92px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.container .btn .btn1::after {
  position: fixed;
  bottom: 0px;
  left: 50px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@keyframes btn1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container .btn3,
.container .btn2 {
  position: fixed;
  width: 92px;
  height: 92px;
  bottom: 59px;
  right: -6px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.container .btn3 img,
.container .btn2 img {
  position: fixed;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
}
.container .radio .radio-top .news-top1 {
  padding-top: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #3036af;
}
.container .radio .radio-top .news-top2 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.container .radio .radio-top .radio-top1 {
  padding-top: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #3036af;
}
.container .radio .radio-top .radio-top2 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.container .radio .radio-station {
  width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}
.container .radio .radio-station:hover {
  cursor: pointer;
}
.container .radio .radio-station .radio-box {
  width: 380px;
  height: 250px;
  border-top: none;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  background: url(../img/index_0007_radio_box6.png) no-repeat;
  background-size: 100% 100%;
}
.container .radio .radio-station .radio-box:nth-child(2) {
  background: url(../img/index_0009_radio_box5.png) no-repeat;
  background-size: 100% 100%;
}
.container .radio .radio-station .radio-box:nth-child(3) {
  background: url(../img/index_0011_radio_box4.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}
.container .radio .radio-station .radio-box:nth-child(4) {
  background: url(../img/index_0013_radio_box3.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}
.container .radio .radio-station .radio-box:nth-child(5) {
  background: url(../img/index_0015_radio_box2.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}
.container .radio .radio-station .radio-box:nth-child(6) {
  background: url(../img/index_0017_radio_box1.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}
.container .radio .radio-station .radio-title {
  width: 255px;
  height: 37px;
  font-family: Source Han Sans CN;
  font-size: 28px;
  font-weight: normal;
  color: #3036af;
  margin-top: 18px;
}
.container .radio .radio-station .redio-text {
  width: 320px;
  height: 94px;
  line-height: 94px;
  font-family: Source Han Sans CN;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  color: #767676;
  margin-top: 21px;
}
.container .radio .radio-station .redio-logo {
  margin-top: 15px;
}
.container .radio .radio-station .redio-logo span {
  width: 120px;
  height: 29px;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #1a1a1a;
}
.container .radio .radio-station .redio-logo img {
  width: 37px;
  height: 37px;
  vertical-align: -10px;
  margin-right: 13px;
}
.container .inform {
  background: url(../img/index_0018_bg_wave.png) 0px 180px no-repeat;
  background-size: contain;
  margin-bottom: 60px;
}
.container .inform .inform-imgbg {
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 40px 0px;
}
.container .inform .inform-imgbg img {
  width: 1200px;
  height: 297px;
}
.container .inform .inform-top {
  margin-top: 80px;
  text-align: center;
}
.container .inform .inform-top .news-top1 {
  padding-top: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #3036af;
}
.container .inform .inform-top .news-top2 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.container .inform .inform-top .inform-top1 {
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #3036af;
}
.container .inform .inform-top .inform-top2 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.container .inform .inform-content {
  min-width: 1280px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.container .inform .inform-content .inform-content1 {
  width: 380px;
  height: 280px;
  border: 1.3px solid #e8e8e8;
  margin: 0px;
  background-color: #fff;
  position: relative;
}
.container .inform .inform-content .inform-content1:nth-child(2),.container .inform .inform-content .inform-content1:first-child{
  margin-right: 15px;
}
.container .inform .inform-content .inform-content1:hover {
  cursor: pointer;
}
.container .inform .inform-content .inform-content1 p {
  height: 28px;
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  color: #1a1a1a;
  margin:12px 0 6px 44px 
}
.container .inform .inform-content .inform-content1 .report {
  width: 88px;
  height: 28px;
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
  color: #1a1a1a;
  margin-left: 44px;
}
.container .inform .inform-content .inform-content1 .inform-img1 {
  width: 380px;
  height: 140px;
}
.container .inform .inform-content .inform-content1 .inform-img2 {
  position: absolute;
  width: 63px;
  height: 28px;
  right: 43px;
  bottom: 22px;
}
.container .bottom-imgbg {
  min-width: 1280px;
  width: 100%;
  height: 461px;
  text-align: center;
  margin-bottom: 60px;
}
.container .bottom-imgbg img {
  width: 100%;
  height: 100%;
}
.container .footer {
  width: 100%;
  height: 196px;
  display: flex;
  justify-content: center;
  margin-bottom: 77px;
  gap: 20px;
}
.container .footer .footer-left {
  width: 1036px;
  height: 196px;
  text-align: center;
  color: #9e9e9e;
  font-size: 18px;
  line-height: 50px;
  font-family: Source Han Sans CN;
  font-weight: normal;
  letter-spacing: 0em;
}
.container .footer .footer-right {
  width: 90px;
  height: 196px;
  margin-top: 76px;
}
.container .footer .footer-right img {
  width: 45px;
  height: 54.52px;
  left: 1224px;
  top: 56px;
}
.container .jump-news {
  display: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 30px; */
  text-align: center;
  /* 正常分页的样式 */
  /* 当前页样式 */
  /* 不可使用样式 */
}
.container .jump-news .news-top1 {
  padding-top: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #3036af;
}
.container .jump-news .news-top2 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.container .jump-news .jump-news-top1 {
  padding-top: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #3036af;
}
.container .jump-news .jump-news-top2 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.container .jump-news .jump-news-bar {
  width: 1000px;
  height: 0px;
  border-bottom: 3px solid #3036af;
  margin-bottom: 66px;
  margin-top:20px;
}
.container .jump-news .jump-content {
  width: 1009px;
  
}
.container .jump-news .jump-content .jump-list {
  width: 1009px;
  height: 145px;
  display: flex;
  justify-content: space-between;
  /* gap: 34px; */
  margin-bottom:34px;
  /* padding-top: 6px;
  margin-top: 10px; */
}
.container .jump-news .jump-content .jump-list .jump-left {
  width: 260px;
  height: 145px;
}
.container .jump-news .jump-content .jump-list .jump-left:hover {
  cursor: pointer;
}
.container .jump-news .jump-content .jump-list .jump-left img {
  width: 100%;
  height: 100%;
}
.container .jump-news .jump-content .jump-list .jump-right {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  margin-left:32px;
}
.container .jump-news .jump-content .jump-list .jump-right:hover {
  cursor: pointer;
}
.container .jump-news .jump-content .jump-list .jump-right .jump-span {
  width: 700px;
  height: 35px;
  text-align: left;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .jump-news .jump-content .jump-list .jump-right .jump-p {
  width: 700px;
  line-height: 56px;
  text-align: left;
  line-height: 1.5em;
  font-family: Source Han Sans CN;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #9e9e9e;
  -webkit-line-clamp: 2;
  /*用来限制在一个块元素显示的文本的行数*/
  display: -webkit-box;
  /*必须结合的属性，将对象作为弹性伸缩盒子模型显示*/
  -webkit-box-orient: vertical;
  /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式*/
  overflow: hidden;
  word-break: break-all;
}
.container .jump-news .jump-content .jump-list .jump-right .jump-time {
  width: 716px;
  display: flex;
  justify-content: flex-end;
  height: 20px;
  margin-top: 15px;
}
.container .jump-news .jump-content .jump-list .jump-right .jump-time img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.container .jump-news .jump-content .jump-list .jump-right .jump-time .new-time {
  font-family: Source Han Sans CN;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #9e9e9e;
}
.container .jump-news .pager {
  margin-bottom: 50px;
  text-align: center;
}
.container .jump-news .pager a {
  border: 1px solid #e1e2e3;
  color: #001ac4;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  padding: 0 12px;
  margin: 8px;
  cursor: pointer;
  user-select: none;
  /* 不允许用户选择 */
}
.container .jump-news .pager a.active {
  border: none;
  color: #f40;
  cursor: auto;
}
.container .jump-news .pager a.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.container .newsText {
  width: 945px;
  display: flex;
  flex-direction: column;
  margin: 60px auto 0;
}
.container .newsText .newsTextImg2 {
  width: 25px;
}
.container .newsText .newsTextImg2:hover {
  cursor: pointer;
}
.container .newsText .goBack {
  width: 48px;
  height: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0em;
  color: #3036af;
  margin-left: 15px;
}
.container .newsText .goBack:hover {
  cursor: pointer;
}
.container .newsText .newsTextTitle {
  width: 945px;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #1a1a1a;
  margin: 40px 0;
}
.container .newsText .newsTextImg12 {
  width: 30px;
  height: 30px;
  vertical-align: -6px;
}
.container .newsText .newsTextLogo {
  width: 126px;
  height: 26px;
  font-family: Source Han Sans CN;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #9e9e9e;
  margin: 0px 23px;
}
.container .newsText .newsTextTime {
  width: 129px;
  height: 26px;
  font-family: Source Han Sans CN;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #9e9e9e;
}
.container .newsText .newsTextContent {
  width: 945px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0em;
  color: #1a1a1a;
}
.container .newsText .newsTextImg8 {
  width: 618px;
  height: 332px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 68px auto;
}
.container .newsText .newsTextImgLu {
  width: 51px;
  height: 51px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  margin-top: 150px;
}
.container .newsText .newsTextImgLu:hover {
  cursor: pointer;
}
.container .newsText .goBack2 {
  width: 48px;
  height: 60px;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0em;
  color: #3036af;
  margin: -5px auto 127px auto;
}
.container .newsText .goBack2:hover {
  cursor: pointer;
}
