﻿/* column-title */
.column-title {
  font: normal 30px/1.5 "Microsoft Yahei";
  text-align: center;
}

/* dhjs */
.dhjs .wrap {
  width: 1136px;
  padding: 20px 0 74px 64px;
  /* background: url('../img/intro-bg.png') no-repeat left bottom; */
}

.dhjs .wrap p {
  margin: 0 0 10px;
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
  text-indent: 30px;
}

/* dhld */
.dhld {
  box-sizing: border-box;
  /* padding: 50px 0; */
}

.dhld-cont {
  position: relative;
  padding-top: 30px;
}

.dhld-cont ul li {
  float: left;
  width: 150px;
  height: 347px;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.dhld-cont ul li .cont01 {
  position: relative;
  height: 20%;
  padding-top: 80%;
}

.dhld-cont ul li .cont01 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dhld-cont ul li .cont01 p {
  margin-top: 100px;
  text-align: center;
}

.dhld-cont ul li .cont02 {
  display: none;
  height: 100%;
  font-size: 14px;
  background: #304dff;
  padding: 25px 12px 0;
  line-height: 1.6;
}

.dhld-cont ul li.active .cont01 {
  display: none;
}

.dhld-cont ul li.active .cont02 {
  display: block;
}


.pagination1 {
  position: absolute;
  z-index: 2;
  top: 511px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.swiper-active-switch {
  background: #55a1ff;
}

.swiper_prev1 {
  position: absolute;
  left: 390px;
  top: 500px;
  width: 62px;
  height: 37px;
  background: url("../images/light/prev.png") no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
  cursor: pointer;
}

.swiper_next1 {
  position: absolute;
  left: 550px;
  top: 500px;
  width: 62px;
  height: 37px;
  background: url("../images/light/next.png") no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
  cursor: pointer;
}


/* chdx */
.chdx .wrap {
  padding: 40px 0;
  background: url('../img/chdx.png') no-repeat right bottom;
}

.chdx .chdx-cont {
  width: 737px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  background: url('../img/chdx-logo.png') no-repeat top left;
  background-position-y: 3px;
  padding-left: 30px;
  font-weight: 600;
}

.chdx .chdx-cont p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 10px;
}

/* zpfw */

/* tqhd */

.tqhd-cont {
  width: 540px;
  height: 106px;
  padding: 30px 0 0 55px;
  font-size: 24px;
  color: #fff;
  position: relative;
}

/* wjhg */
.wjhg {
  padding: 50px 0 0;
}

.wjhg .wrap {
  margin: 20px auto 0;
}

.wjhg-photos {
  overflow: hidden;
}

.wjhg-photos li {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  width: 370px;
  height: 375px;
  border-right: 2px solid #fff;
}

.wjhg-photos a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.wjhg-photos .photo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.wjhg-photos .shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  text-align: right;
  font-size: 30px;
  background: #000;
  opacity: 0.5;
}

.wjhg-photos .title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 80px;
  text-align: center;
  font: bold 22px/80px "Microsoft Yahei";
}

.wjhg-photos li.active {
  width: 630px;
}

.wjhg-photos li.active .shadow {
  opacity: 0;
}

.wjhg-photos li.active .title {
  display: block;
}


/* zzjg */
.zzjg {
  /* padding: 50px 0; */
}

.zzjg-cont {
  margin: 25px 0 10px;
  text-align: center;
}

.zzjg-box {
  text-align: left;
  font-size: 24px;
  color: #fff;
}

.zzjg-box {
  line-height: 72px;
  margin-bottom: 20px;
}

.zzjg-title {
  margin-right: 20px;
}


/* fixed-menu */
.fixed-menu {
  position: fixed;
  right: 15px;
  top: 35%;
  width: 117px;
  text-align: center;
  background: url('../img/fixed-right.png') no-repeat right center;
  z-index: 99;
}

.fixed-menu .items li {
  position: relative;
  height: 43px;
  margin: 0 0 7px;
  line-height: 43px;
  color: #fff;
  cursor: pointer;
}

.fixed-menu .items li::after {
  content: '';
  display: block;
  visibility: visible;
  position: absolute;
  top: 16px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5f6062;
}

.fixed-menu .items li.active {
  background: #304dff;
  color: #14f1b1;
}

.fixed-menu .items li.active::after {
  width: 18px;
  height: 18px;
  background: #da2246;
  right: -4px;
  top: 14px;
}

.fixed-menu .items li>a {
  display: block;
  height: 100%;
  color: #fff;
}

.fixed-menu .social-share {
  display: none;
  position: absolute;
  right: 114px;
  top: 0;
  width: 190px;
}

.isicon0:nth-child(8) {
  display: none;
}

.fixed-menu .social-share a {
  display: inline-block;
}

.share-items:hover .social-share {
  display: block;
  animation: fadeInRight 0.8s;
}

.contact .contact-cont {
  margin-left: 200px;
  background: #fff;
}

.contact-left {
  width: 500px;
  padding: 115px 30px 45px 25px;
}

.contact-group {
  margin-bottom: 20px;
}

.contact-title {
  width: 115px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}

/* app-code */
.app-code {
  width: 370px;
  margin-right: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.app-code img {
  display: block;
  margin: 0 auto 10px;
  width: 155px;
}

.swiper-slide {
  padding: 0px 15px;
}

/* zzfs */
.zzfs {
  padding: 50px 0 40px;
}

.zzfs .intro {
  margin: 25px 0 0;
  text-align: center;
  font-size: 18px;
}

.dhzz-items {
  width: 1100px;
}

.dhzz-items li {
  position: relative;
  float: left;
  width: 50%;
  padding: 34px 0;
  margin: 15px 0 0;
  background: url(../img/dhzz_bg.png) 50px center no-repeat;
}

.dhzz-items a:link,
.dhzz-items a:visited {
  color: #000;
}

.dhzz-items .icon {
  position: relative;
  z-index: 2;
  margin: 0 15px 0 0;
}

.dhzz-items .content {
  width: 330px;
}

.dhzz-items .content strong {
  display: block;
  padding: 10px 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.dhzz-top,
.dhzz-right,
.dhzz-bottom,
.dhzz-left {
  position: absolute;
  background: #fff;
}

.dhzz-top {
  right: 0;
  top: 0;
  width: 100%;
  height: 5px;
}

.dhzz-right {
  right: 50px;
  bottom: 0;
  width: 40px;
  height: 100%;
}

.dhzz-bottom {
  left: 0;
  bottom: 0;
  width: 150px;
  height: 5px;
}

.dhzz-left {
  left: 50px;
  top: 0;
  width: 5px;
  height: 100%;
}

.dhzz-items li:hover .dhzz-bottom {
  animation: zzbottom forwards 1s;
}

.dhzz-items li:hover .dhzz-left {
  animation: zzleft forwards 1s;
}

.dhzz-items li:hover .dhzz-top {
  animation: zztop forwards 1s;
}

.dhzz-items li:hover .dhzz-right {
  animation: zzright forwards 1s;
}

@keyframes zzbottom {
  0% {
    width: 100%;
  }

  25% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes zzleft {
  0% {
    height: 100%;
  }

  25% {
    height: 100%;
  }

  50% {
    height: 0;
  }

  100% {
    height: 0;
  }
}

@keyframes zztop {
  0% {
    width: 100%;
  }

  50% {
    width: 100%;
  }

  75% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes zzright {
  0% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

#zwt img {
  display: block;
  width: 1000px;
  margin: 0 auto 25px;
}

#jtzy img {
  display: block;
  width: 750px;
  margin: 25px auto 50px;
}

.wyzz_btn {
  display: block;
  width: 170px;
  height: 38px;
  margin: 11px auto 0;
  text-align: center;
  line-height: 38px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #dc0b0b;
}

.zlzs {
  padding: 50px 0 30px;
  color: #0d0d0d;
  font-size: 18px;
}

.zlzs h3 {
  font-size: 30px;
  color: #191919;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center;
}

.zlzs p {
  text-indent: 30px;
  margin-bottom: 40px;
}

.zlzs ul li {
  float: left;
  width: 323px;
  height: 192px;
  margin: 0 15px 28px 0;
}

.zlzs ul li:nth-child(3n) {
  margin-right: 0;
}

.bg-fanwei {
  display: block;
  height: 900px;
  padding-top: 60px;
  background: #0f4e7a;
}

.bg-fanwei .main-title {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.fanwei-cont {
  height: 723px;
  padding: 30px 0 100px 0;
  background: url(../img/fanwei-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.fanwei-cont ul li,
.fanwei-cont ul li p {
  overflow: hidden;
}

.fanwei-cont ul li p {
  float: left;
  overflow: hidden;
}

.liangdian-cont li:hover p {
  display: block;
}

.fanwei-cont ul {
  width: 1000px;
  height: 600px;
  overflow: hidden;
}

.fanwei-cont li {
  transition: all .3s;
  cursor: pointer;
}

.fanwei-cont li:hover {
  transform: scale(1.2);
}


.share_subtract_wrap {
  margin-bottom: 20px;
}

.share_subtract {
  padding: 20px 0 20px 195px;
  background: url(../img/share_subtractbg.png) no-repeat left center;
}

.share_subtract p {
  font-size: 16px;
  color: #000;
  padding-left: 15px;
}


/* 往届回顾 */
.isposition {
  position: relative;
  padding-top: 50px;
  background: url('../img/review-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
  overflow: hidden;
}

.lunbo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 190px;
}

.lunbo>ul {
  width: 3240px;
  position: relative;
  left: 50%;
  margin-left: -1260px;
}

.lunbo li {
  width: 360px;
  padding-bottom: 50px;
  float: left;
  background: url(../img/line.png) no-repeat left bottom;
  position: relative;
}

.lunbo .on .time {
  opacity: 1;
  z-index: 999;
}

.lunbo li .time {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  opacity: .5;
}

.lunbo li>div {
  width: 246px;
  /* height: 172px; */
  overflow: hidden;
  padding: 20px;
  margin: 0 auto;
  background: #17307d;
  position: relative;
}

.lunbo li>div:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px;
  border-color: #1855d0 transparent transparent;
  border-style: solid;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}

.lunbo li>div img {
  height: 175px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lunbo li>div p {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  min-height: 78px;
  opacity: 1;
}

.lunbo li>div p span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #90efff;
}

.lunbo .on>div p span {
  color: #fff;
}

.lunbo .on>div p a {
  color: #fff;
}

.lunbo li.on>div p {
  opacity: 1;
}

.lunbo li>div a {
  color: #90efff;
  font-weight: 600;
}

.lunbo li>div a div {
  width: 246px;
  height: 172px;
  overflow: hidden;
  position: relative;
}

.pagi {
  margin-top: 510px;
  position: relative;
  display: none;
}

.pagi>ul {
  width: 800px;
  margin: 0 auto;
}

.pagi>ul>li {
  width: 80px;
  float: left;
  cursor: pointer;
}

.pagi>ul>li>div {
  width: 60px;
  height: 60px;
  border: 2px solid #616886;
  border-radius: 50%;
  background: #4a516f;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}

.pagi>ul>li>p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
  opacity: .35;
}

.pagi .more {
  font-size: 18px;
  opacity: .5;
  line-height: 40px;
  color: #fff;
}

.pagi .more:hover {
  opacity: 1;
}

.pagi>ul>li.on>div {
  background: #283868;
  border-color: #535d82;
}

.pagi>ul>li.on>p {
  opacity: 1;
}

.pagi>a {
  position: absolute;
  top: 0;
  width: 46px;
  height: 108px;
}

.pagi>.prev {
  background: url(../img/prev.jpg);
  left: 50px;
}

.pagi>.next {
  background: url(../img/next.jpg);
  right: 50px;
}


/*参会赞助*/
.ccrq {
  padding: 40px 0 100px;
  background: #fff;
}

.ccrq-cont {
  width: 775px;
  height: 364px;
  border: 1px solid #0572dc;
  position: relative;
  margin-top: 40px;
}

.ccrq-cont img {
  position: absolute;
  top: 7px;
  left: 7px;
}

.ccrq-text {
  position: absolute;
  top: 26px;
  left: 500px;
  background: #fff;
  width: 500px;
  height: 250px;
  padding: 30px;
}

.ccrq-text p {
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}

.ccrq-text p::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #0572dc;
}



.guest-item {
  float: left;
  width: 20%;
  height: 323px;
}

.guest-item .portrait {
  width: 201px;
  height: 202px;
  margin: 0 auto;
  position: relative;
}

.guest-item .portrait img {
  display: block;
  /* border-radius: 50%;
  position: absolute;
  left: 28px;
  top: 30px; */
}

.guest-item .name {
  font-size: 16px;
  text-align: center;
  padding-bottom: 9px;
  padding-top: 26px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.guest-item .message {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}



/* 合作媒体 */
.logo_swiper {
  width: 1110px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
}

.logo_swiper .swiper-slide {
  width: 1110px;
  height: 135px;
  overflow: hidden;
}

.str_wrap {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  /* background: #f6f6f6; */
  white-space: nowrap;
  margin-top: .2rem;
}

.str_wrap.str_active {
  background: transparent;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
  width: 164px;
  height: 60px;
  margin: 0 10px 8px 0;
}


.right_gg {
  display: block;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  border-right: 1px solid #0080c8;
}

.right_gg .navbar_ul {
  width: 135px;
}

.right_gg .navbar_ul li {
  width: 126px;
}

.right_gg .navbar_ul li.on a {
  width: 131px;
  background: url(../img/yuan_07.png) no-repeat;
  background-position: 0px 50%;
  color: #fff;
}

.right_gg .navbar_ul li a {
  display: block;
  width: 126px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  opacity: 1;
  overflow: visible;
  text-indent: 10px;
  background: url(../img/yuan_03.png) no-repeat center right;
}

.right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  background: #2781d6;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  vertical-align: middle;
}

.right_gg .right_gg-item>img {
  margin-right: 6px;
  vertical-align: middle;
}

.right_gg .right_gg-item:hover {
  background: #0d9bff;
}

.right_ggTop {
  display: block;
  width: 100%;
  height: 30px;
}

.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}

.right_fx {
  position: relative;
}

.social-share .item {
  width: 50%;
}

.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}

.social-share .item a:hover .share-n {
  color: black;
}

.swiper-container1，.swiper-container2 {
  width: 1200px;
  overflow: hidden;
  height: auto;
  /* padding: 90px 0; */
  margin: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #031834;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}

.swiper-button-prev,
.swiper-button-next {
  background: #00000070;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

\