@charset "utf-8";
/*顶部导航*/
.topbar {
  height: 65px;
  line-height: 65px;
  background-color: #010d49;
}
.the-nav .nav li:hover a {
  color: #01fffc;
}
.topbar-container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.layout-left-flyout {
  background-color: #010d49;
  box-shadow: -1px 1px 5px 1px #010d49;
}
ul.nav-pill {
  height: 65px;
  line-height: 65px !important;
  width: 85%;
}
ul.nav-tiao {
  height: 1px !important;
  line-height: 0 !important;
}
ul.nav-tiao li {
  width: 8.1%;
  margin: 0 2%;
}
.nav-pill li {
  width: 12%;
  text-align: center;
  height: 100%;
  line-height: 1; 
}
.container {
  padding-right: 0;
  padding-left: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
/*.top-nav img {
   top: 0;
  left: 0; 
}*/
.right-cloumn .curr a {
  color: #00efff !important;
  border-bottom: 2px solid #00efff;
}
.the-nav ul.nav-flyout li a{
  padding: 10px 0;
}
.the-nav ul.nav-flyout li a:hover{
  background-color: transparent;
}
.btn-navbar .icon-bar{
  height: 3px;
}
.btn-navbar .icon-bar   .icon-bar{
  margin-top: 5px;
}
.the-nav ul.nav-flyout{
  padding:20px 0;
}
.logo-d1net {
  width: 50%;
  height: 100%;
}
.logo-d1net img {
  /* margin-top: 14px; */
  margin-top: 2%;
  margin-right: 25px;
  display: inline-block;
  height: 60%;
  width: auto;
}
.banner_img{
  margin-top: 50px;
}
.w-r{
    width: 1200px;    
    margin: 0 auto;
}
.w-b {
    width: 100%;
    height: auto;
    overflow: hidden;
}
/* 介绍 */
.jieshao_con{
  margin-top: 100px;
}
.jieshao_con p{
  font-size: 22px;
  color: #333;
  text-indent: 2em;
}
.jieshao_con .color1{
  color: #0b34ca;
}
/* 会议列表 */
.huiyi_con{
  margin: 120px 0 70px;
}
.huiyi_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.huiyi_item{
  width: 30%;
  /* box-shadow: rgba(6, 17, 76, 0.3) 0px 15px 15px; */
  margin-bottom: 50px;
}
.hd_img{
  width: 100%;
}
.huiyi_txt{
  padding: 20px 20px 16px;
  background-color: #fff;
  box-shadow: rgba(6, 17, 76, 0.3) 0px 0px 15px;
  border-bottom: 4px solid #005aff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.hy_time{
  position: relative;
}
.hy_time:before{
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 2px;
  height: 15px;
  background-color: #005aff;
}
.hy_time span{
  font-size: 18px;
  color: #005aff;
  margin-left: 10px;
}
.hy_title{
  margin: 8px 0 15px;
  font-size: 20px;
  color: #363636;
  line-height: 1.3;
  -webkit-line-clamp: 2;
}
.btn_con{
  width: 160px;
  height: 36px;
  line-height: 34px;
  margin: auto;
  background-image:linear-gradient(to right,#005aff,#00c6ff);
  border-radius: 20px;
  padding: 1px;
}
.bf_btn{
  display: block;
  height: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 6px;
}
.bf_btn span,.bf_btn img{
  display: inline-block;
  vertical-align: middle;
}
.bf_btn span{
  line-height: 1;
}
.bf_btn img{
  margin-left: 5px;
}
.hf_btn{
  color: #005dff;
  background-color: #fff;
  border-radius: 20px;
  /* border-image:linear-gradient(to right,#005aff,#00c6ff) 1 10; */
}
.yuyue_btn{
  background-color: transparent;
  color: #fff;
}
/* 嘉宾 */
.jiabin_con{
  padding: 50px 0;
  background-color: #f0f4ff;
}
.title_img{
  margin: auto;
  margin-bottom: 50px;
}
.jiabin_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jiabin_item{
  width: 45%;
  padding-top: 38px;
  margin-bottom: 50px;
  background:linear-gradient(44deg,#0219c1,#009cff);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.jiabin_line{
  position: absolute;
  top: 0;
    left: -34%;
}
.jiabin_img,.jiabin_txt{
  display: inline-block;
  vertical-align: bottom;
}
.jiabin_txt{
  width: 40%;
  height: 100%;
  margin-left: 15px;
}
.jiabin_txt h5{
  font-size: 28px;
  color: #fff;
  /*margin-bottom: 20px;
  padding-bottom: 8px;*/
}
.name_line{
  margin:8px 0 20px;
}
.jiabin_txt p{
  font-size: 20px;
  color: #fff;
}
/*logo*/
.logo_con{
  margin: 100px auto 150px; 
}
.logo_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo_img{
  margin-bottom: 10px;
}
.footer{
  height: 70px;
  line-height: 70px;
  background-color: #040564;
}
.footer,.footer a{
  font-size: 18px;
  color: #fff;
}
/*头图轮播*/
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* center slide text vertically */
    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;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 25px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
  {
    margin:0 10px;
  }
  .swiper-pagination-bullet{
    width: 36px;
    height: 6px;
    border-radius: 20px;
    background-color: #fff;
  }
.qidai_txt{
  padding:0;
}
.qidai_txt p{
  height: 174px;
  line-height: 174px;
  text-align: center; 
  font-size: 32px;
  color: #333;
}
.jiabin_bg_con{
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bg_list{
  margin-bottom: 30px;
}
.qd_jiabin p{
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 12% 0 15%;
}
@media screen and (min-width: 1000px){
  .the-nav .nav li a{
    line-height: 3.65em;
  }
}
@media screen and (max-width: 1200px) {
  .w-r {
    width: 100%;
    padding: 0 20px;
  }
  .topbar-container {
    width: 100%;
    /*padding: 0 20px;*/
  }
  /*.jiabin_img, .jiabin_txt{
    vertical-align: bottom;
  }*/
  .jiabin_img{
    width: 45%;
  }
  .jiabin_txt p{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .jiabin_txt{
    width: 50%;
  }
  .logo1{
    width: 21%;
  }
  .logo2{
    width: 26.5%;
  }
  .logo_img img{
    width: 100%;
  }
  .logo-d1net{
    margin-left: 5px;
  }
  .logo-d1net img{
    height: 85%;
    margin-top: 3%;
  }

}
@media screen and (max-width: 1150px) {
  .footer span,
  .layout-right-content {
    height: 40px;
    line-height: 40px;
  }
  .bg_list{
    width: 48%;
  }
  .bg_list img{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .logo-d1net img {
      margin-top: -2px;
  }
  .topbar{
    padding: 1em 0;
    height: 60px;
    line-height: 60px;
  }
  .btn-navbar-navtoggle{
    top: 5px;
    right: 20px;
  }
  .jieshao_con{
    margin-top: 10%;
  }
  .jieshao_con p{
    font-size: 20px;
  }
  .huiyi_con{
    margin: 12% 0 7%;
  }
  .jiabin_con{
    padding: 5% 0;
  }
  .logo_con{
    margin: 8% auto 12%;
  }
  .title_img{
    margin-bottom: 5%;
  }
  .huiyi_item{
    width: 31%;
  }
  .huiyi_txt{
    padding: 20px 15px 16px;
  }
  .hy_title{
    font-size: 18px;
  }
  .jiabin_item{
    width: 48%;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .jiabin_txt h5{
    font-size: 26px;
  }
  .jiabin_txt p{
    font-size: 18px;
  }
  .jiabin_line{
    left: -46%;
  }
  .right-cloumn .curr a{
    border-bottom: none;
  }
  .qidai_txt {
    padding: 0;
  }
  .qidai_txt p{
    height: 170px;
    line-height: 170px;
  }
}
@media screen and (max-width: 953px) {
.qidai_txt p{
    height: 195px;
    line-height: 195px;
  }
}
@media screen and (max-width: 900px) {
  .jiabin_img {
    width: 48%;
  }
  .jiabin_txt {
    width: 45%;
  }
  .jiabin_txt h5 {
    font-size: 22px;
  }
  .jiabin_txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .title_img{
    width: 36%;
  }
  .jiabin_txt h5 {
    font-size: 22px;
  }
  .name_line{
    width: 70%;
    margin: 4px 0 16px;
  }
  .jiabin_txt p {
    font-size: 14px;
  }
  .jiabin_txt{
    margin-left: 8px;
  }
  .jiabin_line{
    width: 130%;
    left: -40%;
  }
  .jiabin_img {
    width: 52%;
  }
  .jiabin_txt {
    width: 43%;
  }
  .jieshao_con p{
    font-size: 18px;
  }
  .bf_btn{
    font-size: 16px;
    letter-spacing: 3px;
  }
  .hy_time span{
    font-size: 16px;
  }
  .hy_title {
      font-size: 16px;
  }
  .footer{
    height: 60px;
    line-height: 60px;
  }
  .footer, .footer a{
    font-size: 16px;
  }
  .qidai_txt {
    padding: 0;
  }
  .qidai_txt p{
    height: 183px;
    line-height: 183px;
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .jieshao_con p{
    font-size: 16px;
  }
  .huiyi_item {
    width: 47%;
  }
  .jiabin_item{
    width: 70%;
    margin:0 auto 30px;
    padding-top: 30px;
  }
  .jiabin_img, .jiabin_txt {
    vertical-align: top;
  }
  .jiabin_txt h5 {
    font-size: 22px;
  }
  .name_line{
    width: 60%;
    height: 2px;
  }
  .footer{
    height: 40px;
    line-height: 40px;
  }
  .footer, .footer a{
    font-size: 14px;
  }
  .qidai_txt {
    padding: 0;
  }
  .qidai_txt p{
    height: 159px;
    line-height: 159px;
    font-size: 24px;
  }
  .topbar{
    height: 50px;
    line-height: 50px;
  }
  .logo-d1net img{
    height: 70%;
  }
  .btn-navbar-navtoggle {
       top: 0; 
  }
  .qd_jiabin{
    padding-top: 0;
  }
  .qd_jiabin p{
    padding: 20% 0;
  }
}
@media screen and (max-width: 600px) {
  .jieshao_con p{
      font-size: 14px;
  }
  .btn_con{
    width: 140px;
  }
  .jiabin_item{
    width: 80%;
  }
  .huiyi_item{
    margin-bottom: 40px;
  }
  .title_img {
    width: 40%;
  }
  .swiper-pagination-bullet{
    width: 26px;
    height: 4px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 10px;
  }
  .bg_list{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .title_img {
    width: 46%;
  }
  .huiyi_item{
    width: 100%;
  }
  .jiabin_item {
    width: 100%;
  }
  .logo-d1net{
    width: 80%;
  }
  .logo-d1net img{
    height: auto;
  }
  .logo-d1net img:nth-child(1){
     width: 25%;
  }
  .logo-d1net img:nth-child(2){
    width: 20%;
  }
  .bg_list{
    width: 100%;
  }
  .logo1 {
    width: 42.5%;
  }
  .logo2 {
      width: 54.4%;
  }


}
@media screen and (max-width: 400px) {
  .footer, .footer a{
    font-size: 12px;
  }
  .logo-d1net img:nth-child(1){
     width: 32%;
  }
  .logo-d1net img:nth-child(2){
    width: 23%;
  }
  .logo-d1net img{
    margin-right: 15px;
  }
  .jiabin_txt h5{
    font-size: 18px;
  }
  .jiabin_txt p {
    font-size: 14px;
    padding-bottom: 0;
  }
  .title_img {
    width: 52%;
  }
  .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
  }
  .jiabin_img {
    width: 50%;
  }
  .jiabin_txt {
    width: 45%;
    margin-left: 4px;
  }
}