* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
.img-cover {
  object-fit: cover;
  background-size: cover;
}
.vertical-video {
  object-fit: fill;
}
.xxx {
  -webkit-overflow-scrolling: touch;
  -webkit-scrollbar: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.xxx::-webkit-scrollbar {
  width: 0;
  height: 0;
}
img {
  vertical-align: top;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  font-family: "microsoft yahei", sans-serif;
  background: #0ea1ee url("../images/header.jpg") center top no-repeat;
  /*光明聚焦，即时播报*/
  /*光明聚焦*/
  /*即时播报*/
  /*大会议程*/
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 808px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 716px;
  height: 492px;
  top: 149px;
  left: 242px;
  animation: zoomIn 1.2s 0.3s backwards;
  -webkit-animation: zoomIn 1.2s 0.3s backwards;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.g-wrap .g-content {
  overflow: hidden;
  padding-bottom: 115px;
  background: url("../images/bg.png") center 1391px no-repeat;
}
.g-wrap .g-nav {
  background: url("../images/nav-bg.jpg") center center no-repeat;
  height: 90px;
  line-height: 90px;
}
.g-wrap .g-nav ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.g-wrap .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
.g-wrap .g-nav ul li .focus-l,
.g-wrap .g-nav ul li .focus-r {
  display: inline-block;
  width: 16px;
  height: 15px;
  opacity: 0;
  transition: all 0.3s;
}
.g-wrap .g-nav ul li .focus-l {
  background: center left no-repeat;
}
.g-wrap .g-nav ul li .focus-r {
  background: center right no-repeat;
}
.g-wrap .g-nav ul li:hover .focus-l {
  background: url("../images/nav-icon-left.png") center left no-repeat;
  opacity: 1;
}
.g-wrap .g-nav ul li:hover .focus-r {
  background: url("../images/nav-icon-right.png") center right no-repeat;
  opacity: 1;
}
.g-wrap .g-yw {
  margin-top: 80px;
  height: 730px;
  overflow: hidden;
}
.g-wrap .g-yw .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.g-wrap .g-yw .m-main ul.bd li {
  float: left;
}
.g-wrap .g-yw .m-main ul.bd li img {
  width: 1200px;
  height: 675px;
}
.g-wrap .g-yw .m-main ul.bd li .tit {
  background: url("../images/txt-bg1.png") center center no-repeat;
  width: 1066px;
  height: 110px;
  margin: -55px 0 0 72px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #1f2084;
  box-sizing: border-box;
  padding: 0 60px;
  line-height: 110px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-yw .m-main .prev,
.g-wrap .g-yw .m-main .next {
  position: absolute;
  width: 20px;
  height: 38px;
  top: 298px;
  z-index: 4;
  cursor: pointer;
}
.g-wrap .g-yw .m-main .prev {
  background: url(../images/prev.png) no-repeat;
  left: 15px;
}
.g-wrap .g-yw .m-main .prev:hover {
  background: url(../images/prev-on.png) no-repeat;
}
.g-wrap .g-yw .m-main .next {
  left: auto;
  background: url(../images/next.png) no-repeat;
  right: 15px;
}
.g-wrap .g-yw .m-main .next:hover {
  background: url(../images/next-on.png) no-repeat;
}
.g-wrap .g-gmbb {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 525px;
  margin-top: 74px;
  background: url(../images/part-bg1.png) center center no-repeat;
  box-sizing: border-box;
  padding: 48px 50px 0;
}
.g-wrap .gmjj .m-main {
  margin-top: 22px;
  height: 101px;
}
.g-wrap .gmjj .m-main .tit {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.g-wrap .gmjj .m-main p {
  font-size: 16px;
  color: #c0d4fb;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
}
.g-wrap .jsbb {
  margin-top: 37px;
}
.g-wrap .jsbb .m-main {
  margin-top: 18px;
}
.g-wrap .jsbb .m-main ul li {
  font-size: 18px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 0 300px 0 46px;
  background: url(../images/icon-list.png) 16px center no-repeat;
}
.g-wrap .jsbb .m-main ul li a {
  color: #fff;
}
.g-wrap .g-stgc {
  margin-top: 65px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g-wrap .g-stgc .m-main {
  position: relative;
  margin-top: 50px;
  background: url("../images/line.png") center 230px no-repeat;
}
.g-wrap .g-stgc .m-main .of {
  width: 1200px;
  overflow: hidden;
}
.g-wrap .g-stgc .m-main ul {
  width: 1200px;
  height: 345px;
  overflow: hidden;
  zoom: 1;
}
.g-wrap .g-stgc .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-stgc .m-main ul li {
  float: left;
  width: 360px;
  margin: 0 60px 0 0;
  overflow: hidden;
}
.g-wrap .g-stgc .m-main ul li img {
  width: 360px;
  height: 230px;
}
.g-wrap .g-stgc .m-main ul li .tit {
  height: 58px;
  font-size: 18px;
  padding: 0 20px;
  color: #1f2084;
  margin-top: 57px;
  text-align: center;
  line-height: 26px;
  background-color: #fcd956;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-wrap .g-stgc .m-main ul li .tit span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-stgc .m-main .prev,
.g-wrap .g-stgc .m-main .next {
  position: absolute;
  width: 48px;
  height: 39px;
  top: 96px;
  cursor: pointer;
}
.g-wrap .g-stgc .m-main .prev {
  background: url(../images/prev1.png) no-repeat;
  left: -67px;
}
.g-wrap .g-stgc .m-main .prev:hover {
  background: url(../images/prev1-on.png) no-repeat;
}
.g-wrap .g-stgc .m-main .next {
  background: url(../images/next1.png) no-repeat;
  right: -67px;
}
.g-wrap .g-stgc .m-main .next:hover {
  background: url(../images/next1-on.png) no-repeat;
}
.g-wrap .g-xydt {
  margin-top: 70px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g-wrap .g-xydt .m-main {
  overflow: hidden;
  margin-top: 50px;
}
.g-wrap .g-xydt .m-main li {
  float: left;
  display: flex;
  align-items: center;
  width: 570px;
  height: 107px;
  box-sizing: border-box;
  padding: 0 30px 0;
  font-size: 20px;
  line-height: 34px;
  color: #FFF;
  background: url("../images/txt-bg2.png") center center no-repeat;
}
.g-wrap .g-xydt .m-main li:nth-child(2n) {
  float: right;
}
.g-wrap .g-xydt .m-main li:nth-child(1),
.g-wrap .g-xydt .m-main li:nth-child(2) {
  margin-bottom: 50px;
}
.g-wrap .g-xydt .m-main li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #FFF;
}
.g-wrap .g-dhyc {
  margin-top: 90px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g-wrap .g-dhyc .m-main {
  margin-top: 50px;
}
.g-wrap .g-dhyc .m-main ul.nav {
  display: flex;
  flex-wrap: wrap;
  background: #0e7ce6;
  height: 70px;
}
.g-wrap .g-dhyc .m-main ul.nav li {
  height: 70px;
  text-align: center;
  line-height: 70px;
  flex-grow: 1;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.g-wrap .g-dhyc .m-main ul.nav li:hover,
.g-wrap .g-dhyc .m-main ul.nav li.on {
  background: #fcd956;
  color: #1f2084;
}
.g-wrap .g-dhyc .m-main .txt {
  height: 645px;
  box-sizing: border-box;
  background: url(../images/part-bg2.png) bottom center no-repeat;
  padding: 65px 70px 105px 70px;
}
.g-wrap .g-dhyc .m-main .txt .scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.g-wrap .g-dhyc .m-main .txt .scroll .content {
  display: none;
}
.g-wrap .g-dhyc .m-main .txt .scroll .content.on {
  display: block;
}
.g-wrap .g-dhyc .m-main .txt .scroll .content img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.g-wrap .g-dhyc .m-main .txt .scroll .content p {
  text-indent: 2em;
  margin-top: 1.5em;
  line-height: 1.8em;
}
.g-wrap .g-dhyc .m-main .txt .scroll::-webkit-scrollbar {
  width: 6px;
}
.g-wrap .g-dhyc .m-main .txt .scroll::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分*/
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 32%, #5ee2fb 33%, #5ee2fb 67%, rgba(0, 0, 0, 0) 68%);
}
.g-wrap .g-dhyc .m-main .txt .scroll::-webkit-scrollbar-thumb {
  /*内嵌滑块*/
  background-color: #2d56c8;
  width: 2px;
}
.g-wrap .g-gqdt {
  margin-top: 65px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g-wrap .g-gqdt .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
}
.g-wrap .g-gqdt .m-main .m-list .u-con {
  zoom: 1;
  overflow: hidden;
  display: none;
  position: relative;
}
.g-wrap .g-gqdt .m-main .m-list .u-con:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-gqdt .m-main .m-list .u-con.current {
  display: block;
}
.g-wrap .g-gqdt .m-main .m-list .u-con .u-pic {
  float: left;
  width: 970px;
  height: 560px;
  overflow: hidden;
}
.g-wrap .g-gqdt .m-main .m-list .u-con .u-pic img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.g-wrap .g-gqdt .m-main .m-list .u-con .u-pic:hover img {
  transform: scale(1.06);
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap {
  position: absolute;
  width: 251px;
  height: 560px;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: url("../images/part-b3.png") center center no-repeat;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper2 {
  height: 444px;
  margin-top: 60px;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper2 .swiper-slide {
  width: 168px;
  height: 96px;
  margin-left: 52px;
  cursor: pointer;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper2 .swiper-slide img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper2 .swiper-slide.current img {
  border: 1px solid #fcd956;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper-button-prev,
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper-button-next {
  width: 40px;
  height: 20px;
  top: 24px;
  left: 114px;
  margin: 0;
  transition: 0.3s;
  background: url("../images/prev2.png") center center no-repeat;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper-button-prev:hover,
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper-button-next:hover {
  background: url("../images/prev2-on.png") center center no-repeat;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper-button-next {
  top: auto;
  bottom: 24px;
  background: url("../images/next2.png") center center no-repeat;
}
.g-wrap .g-gqdt .m-main .m-swiper-wrap .swiper-button-next:hover {
  background: url("../images/next2-on.png") center center no-repeat;
}
