body {
    font-family: Arial, sans-serif, microsoft yahei;
    background: #f9f9f9;
    font-size: 14px;
}
.icon-font {
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-style: normal;
}
.container-fluid {
    padding: 0;
}

.navbar {
    margin: 0px auto;
    padding: 0 30px;
    border: none;
    min-height: auto;
    height: 50px;
    line-height: 50px;
    display: inline-block;

}

.navbar-logo {

    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-logo img {
    height: 25px;
    display: block;
}

.navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-animation: all 2s ease infinite;
    animation: all 2s ease infinite;
}



.navbar-coll .nav-item{
    height: auto;
}
.navbar-coll .nav-item>div{
    height: 58px;
    overflow: initial;

}
.navbar-coll .nav-item .nav-line {
    width: 0%;
    background-color: #882928;
    display: block;
    height: 2px;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}
.navbar-coll .nav-item:hover .nav-line{
    width: 100%;
}
.navbar-coll .nav-item:nth-child(5):hover .nav-line{
    background-color: #ffffff;

}
.subtitle {
    font-size: 32px;
    font-weight: bold;
    color: #2B2B2B;
    padding: 30px 0 50px;
    position: relative;
    margin: 0 auto;
}

.subtitle-desc {
    font-size: 14px;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 28px;
    margin-top: -30px;
}

.subtitle {
    background: url(./img/subtit-bj-1.png) center no-repeat;

}

.gistc {
    background-color: #f9f9f9;
}


.gistc .supermap-index2 .index2-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#animate-item3{
    background-size: 50% 70%;
}
.gistc .supermap-index2 .index2-wrapper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    overflow: hidden;
    margin-top: 60px;
}

.index2-wrapper img {
    width: 100%;
}

.index2-wrapper {
    position: relative;
}

.gistc .banner-desc {
    position: absolute;
    z-index: 1;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
}

.baoming-button a {
    color: #882928;
    width: 230px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    font-size: 24px;
    height: 67px;
    line-height: 67px;
    letter-spacing: 0;
    margin-top: 65px;
    cursor: pointer;
    display: block;
}

/*
.gistc .supermap-index2 .index2-video {
    position: relative;
    width: 100%;
    height: 100vh;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -1px;
}*/
/*.index2-wrapper-slide .arrow_bottom {
    width: 19px;
    opacity: .5;
    position: absolute;
    top: 86%;
    left: 50%;
    margin-left: -9.5px;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}*/
.gistc {
    background: #EDEEF5;
}

.gistc > div {
    padding-bottom: 40px;

}

.gistc .zwh {
    background: #FFFFFF;
    padding: 30px 0 60px 0;
}

/*大会直播*/
#zb .zb-content {
    position: relative;

}

#zb .zb-live {
    margin-top: 110px;
}

#zb .zb-content img {
    width: 100%;

}

.zb-zhegai {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}


.live-desc {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
}

#zb .live-desc img {
    width: 120px;

}


.supermap-home2 {
    padding: 60px 0 0;
}

.home2-main .home-right {


}

.home2-main .intro {
    padding: 15px 0;

}

.home2-main img {
    width: 220px;
}

.info-video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.intro p:nth-child(1) {
    margin-bottom: 50px;
}

.intro p:nth-child(2) {
    text-align: justify;
    font-size: 16px;
    color: #2B2B2B;
    line-height: 32px;
}
.intro .br{
    display: block;
    height: 10px;
}
.ztqs {
    padding: 20px 0 40px;
    background-size: cover;
    background: url("./img/ztqs.jpg") no-repeat;
    background-size: 100%;
    border-radius: 30px;
}

.ztqs .ztqs-tit img {
    width: 80%;
    margin-top: 6px;
}

.ztqs .ztqs-tit {
    width: 100%;
    position: relative;
    margin-left: 0;
    height: 100px;
}

.ztqs .ztqs-tit .line {
    height: 4px;
    background-color: #882928;
    margin: 20px 0;
    width: 40px;
    display: block;

}

.ztqs .ztqs-tit p:last-child {
    font-size: 20px;
}

.ztqs .ztqs-tit > div {
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}
.zbjb h2 em{
    font-size: 24px;
    font-style: normal;
}
.ztqs p {
    color: #ffffff;
}
.dhkd  .row{
    margin-top: 30px;
}
.ld-item {
    padding: 50px 40px 30px;
    color: #232323;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #FFFFFF;
    cursor: pointer;
    transition: all .2s ease-out;
}

.dhkd  .row>div   .active{
    background-image: url(./img/lt-item-hover.png?t=1);
    background-size:cover;
    color: #FFFFFF;
}
    /*直播回放*/
.conf-live-list {
    overflow: hidden;

    margin-bottom: 30px;
    border-radius: 2px;
    padding-top: 10px;

}

.conf-live-list .ico {
    position: relative;
}

.conf-live-list .ico img {
    width: 100%;
    height: 100%;
}

.play {
    position: absolute;
    top: 20%;
    left: 50%;
    font-size: 80px;
    transform: translate(-50%);
    color: #fff;
    transition: transform 2s cubic-bezier(.23, 1, .32, 1);
    cursor: pointer;
    z-index: 2;
}

.play .iconfont {

}

.conf-live-list .name {
    margin: 10px 0 6px;
}

.conf-live-list .ztyc-tit {
    display: block;
    margin: 12px 0;
}

.conf-live-list .zhegai {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 30%);
}

.conf-live-list:hover .play {
    color: #882928;
}

/*�ذ��α�*/
.jb-box {
    margin-top: 60px;
}

.conf-jb-list {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 2px;
    padding-top: 10px;transition: all .3s ease-out;
}
.conf-jb-list:hover{
    transform:scale(1.02)
}
.conf-jb-list img {
    display: block;
    width: 100%;
}

.conf-jb-list span {
    display: block;
}

.conf-jb-list .des {
    padding: 0 20px;
    position: absolute;
    bottom: 20px;
    color: #fff;
}

.conf-jb-list .des .name {
    font-weight: bold;

}

.ztdh-item, .lt-item {
    background: #FFFFFF;
    padding: 26px 20px;
    height: 110px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer; transition: all 0.5s ease;

}
.ztdh-item:hover, .lt-item:hover{
    background-image: url("./img/lt-item-hover.png?t=1") ;
    background-size: cover;
    animation: moveBackground 0.5s ease;
}
@keyframes moveBackground {
    0% {
        opacity: 0.5;;
    }
    100% {
        opacity: 1;
    }
}
.lt-item-dx:hover::before{
    background-color: #FFFFFF;
}
 .lt-item-dx:hover::after{
     color: #FFFFFF;
 }

.ztdh-item:hover p, .lt-item:hover p{
    color: #FFFFFF;
}
.ztdh-item .ztdh-box {
    margin-top: 28px;
}

.ztdh-item .ztdh-tit {
    font-size: 22px;
    line-height: 30px;
}

.ztdh-item .ztdh-tit em {
    font-size: 16px;
    font-style: normal;
}

.ztdh-item .ztdh-title, .lt-item .rc-title {
    color: #272727;
    font-size: 22px;
    line-height: 30px;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.ztdh-item .ztdh-name {
    font-size: 18px;
    font-weight: bold;
    color: #893C36;
    line-height: 30px;
}

.ztdh-item .ztdh-desc {
    color: #2B2B2B;
}

.rc-item .subtitle-2 {
    background: linear-gradient(90deg, #882928 0%, #F35D3A 100%);
    color: #ffffff;
    font-size: 24px;
    margin: 60px 0 30px 0;
    height: 55px;
    line-height: 55px;
    padding-left: 28px;
    border-radius: 28px;
    font-weight: bold;
}
.rc-content{
    margin-top: 40px;
}
.rc-content .rc-item:first-child .subtitle-2 {
    margin: 0px 0 30px 0;
}

.rc-item .subtitle-2 em {
    font-style: normal;
    font-size: 24px;
    margin-left: 10px;
}

.rc-item .lt-item {

    position: relative;

}

.rc-item .lt-item a {
    background: #EAEAEA;
    position: relative;
    font-size: 24px;
    color: #232323;
    line-height: 36px;
    height: 169px;
    display: block;
    padding: 42px 20px 36px 40px;

}

.rc-item .lt-item a:after {
    content: '查看议程';
    position: absolute;
    bottom: 12px;
    right: 16px;
    border: 1px solid #882928;
    border-radius: 3px;
    font-size: 14px;
    color: #882928;
    line-height: 22px;
    padding: 0 4px;
}

.rc-item .lt-item a:hover {
    color: #232323;
}

.ztyc-child {
    margin-top: 30px;
}

.ztyc-child .ztyc-time {
    font-size: 24px;
    color: #882928;

}

.ztyc-child .ztyc-time em {
    font-style: normal;
    margin-left: 20px;
}

.ztyc-child .ztbg1 {
    background: #FFFFFF;
    padding: 30px;
    margin-top: 22px;    border-radius: 15px;
}

.ztbg1 .ztyc-tit {
    margin-bottom: 18px;
}

.ztbg1 .ztyc-item {
    padding: 10px 0px 25px;

}

.ztyc-item-live {
    position: relative;
}

.ztyc-item-live .play-btn {
    content: '观看回放';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 90px;
    height: 25px;
    /*  background: #882928;*/
    color: #882928;
    border: 1px solid #882928;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    border-radius: 20px;
    font-style: normal;
}

.ztyc-item-live:hover .play-btn {
    background: #882928;
    color: #fff;
}

.ztbg1 .ztyc-tit {
    height: 24px;
}

.ztbg1 .jb-img {
    margin-right: 24px;
}

.ztdh-tit {
    border: 1px solid #882928;
    font-size: 18px;
    color: #882928;
    text-align: center;
    height: 25px;
    margin: 24px 0;
    line-height: 25px;
    width: 90px;
}

.ztdh-zcr > div:first-child {
    /*width: 14%;*/
}

.ztjb-list {
    height: 73px;
    line-height: 73px;

}

.ztjb-list .img {
    display: inline-block;
    margin-right: 20px;
}

.ztjb-list .jb-info {
    width: 70%;
    display: inline-block;
}

.jb-info span:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #363636;
    display: block;
    margin: 4px 18px 4px 0;
}

.jb-info span:last-child {
    font-size: 16px;
    color: #737373;
    font-weight: 400;
    line-height: 20px;

}

.ztjb-list span:first-child {
    display: inline-block;
}

.ztyc-info {
    margin-top: 22px;

}

.ztyc-info {

}

.jb-img {
    width: 73px;
    margin-right: 14px;
}

.ztyc-child img {
    width: 73px;
}

.ztyc-item {
    padding: 16px 20px 18px 28px;
    background: #FFFFFF;
    border-radius: 15px;

}

.ztyc-item1 {
    background-color: transparent;
    padding: 0;

}

.ztyc-item1 p {
    display: inline-block;
}

.ztyc-item1 .ztyc-time {
    margin-left: 34px;
}

.ztyc-tit {
    font-size: 24px;
    color: #2B2B2B;
}

.ztyc-item .ztyc-time {
    font-size: 14px;
    color: #882928;
    position: relative;
    padding-left: 22px;
    vertical-align: middle;
    display: none;
}



.lt-item-dx::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 84px;
    background-color: #882928;
    width: 7px;
    height: 7px;
    border-radius: 7px;
}

.lt-item-dx::after {
    content: '闭门会议';
    position: absolute;
    top: 4px;
    right: 4px;
    width: 90px;
    height: 25px;
    color: #882928;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    border-bottom-left-radius: 20px;
    font-weight: bold;
}

.rc-item-zl .col-12{
    transition: all .3s ease-out;
}
.zl-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 460px;
    cursor: pointer;

}

.zl-item .zl-tit {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 25px;
    transition: all .3s ease-out;
    opacity: 1;
}
.zl-item .zl-tit1 {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
}
.rc-item .zl-item1 {
    background: url("./img/zl-pc1-1.jpg") center no-repeat;
    background-size: cover;
}

.rc-item .zl-item2 {
    background: url("./img/zl-pc1-2.jpg") center no-repeat;
    background-size: cover;
}

.rc-item .zl-item3 {
    background: url("./img/zl-pc1-3.jpg") center no-repeat;
    background-size: cover;
}

.rc-item-zl  p{
    display: none;
    opacity: 1;
    position: absolute;
  /*  bottom: -90px;*/
    bottom: 25px;
    left: 25px;
    font-size: 16px;
    width: 580px;
}


.rc-item-zl .active p {
    display: inline-block;
    animation: vAJOQf2p .3s ease-out .1s forwards;
}

.rc-item-zl  .active .zl-item  .zl-tit {
/*    bottom: 90px !important;*/
    opacity: 0;
}

/*大会组织机构*/
.dhzzjg,.mtzc{
    margin-top: 20px;
}
.dhzzjg .item:last-child {
    margin-bottom: 0;
}

.dhzwh .item .col-12 {
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px;

}

.dhzzjg .subtit, .dhzwh .subtit {
    font-size: 18px;
    color: #272727;
    margin: 20px 0 15px;
    font-weight: bold;
}

.dhzzjg .subtit em {
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}

.dhzzjg .imgbox img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;

}
.dhzzjg .imgbox{
    transition: all .2s ease-out;
}
.dhzzjg .imgbox:hover{
    box-shadow: 0px 0 16px 0px rgb(51 51 168 / 20%);
}
.zcdw .row > div span, .mtzc .row > div span {
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    width: 100%;
}

.dhzwh .subtit {
    border-left: 5px solid #dd3333;
    line-height: 24px;
    text-indent: 15px;
}

.dhzwh .item span {
    width: 50px;
    display: inline-block;
    text-align-last: justify;
    margin-right: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
}


.dhzwh .item span.big {
    width: auto;
    position: relative;
    margin-left: -60px;
}


.col-2-5 {
    width: 20%;
}

.zwh-list:last-child > .row > div:nth-child(2) .row {
    border-bottom: none;
}

.zwh-list > .row > div:nth-child(2) .row {
    padding-bottom: 30px;
    border-bottom: 1px solid #DFE1ED;
}

.zwh-list > .row {
    padding: 20px 0;
    margin: 0;
}

.zwh-list .zwh-tit {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(90deg, #EE8761 0%, #C91D1D 100%);
    text-align: center;
    height: 40px;
    line-height: 40px;

}

.zwh-list span {
    font-weight: 400;
    font-size: 12px;
    display: block;
    color: #808080;
    line-height: 20px;

}


.zwh-list:nth-child(5) > .row {
    border: none;
}

.zwh-list .zwh-item p:first-child {

    font-size: 20px;
    font-weight: bold;
    color: #4B4E57;
    line-height: 18px;
}

.zwh-list .zwh-item p:nth-child(2) {
    font-size: 14px;
    color: #4B4E57;
    line-height: 16px;
    margin-top: 12px;
}

/*往届大会*/
#wjdh .Gallery {
    padding: 80px 0;
}

.swiper-wrapper .swiper-slide p {
    line-height: 22px;
    margin: 0px 0;
    text-align: left;
    padding: 5px 10px;
    background: #fff;
    height: auto;
}



.speakers-list.swiper-slide-active {
    transform: scale(1.5);
    z-index: 999;
    box-shadow: 5px 5px 15px #000;
}
.speakers-list {
    transition: 300ms;
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide img {
    display: block;
    width: 100%;
}


.bottom-bj{
    background: url("./img/wjdh-bj.png") no-repeat;
    background-size: cover;
    padding-bottom: 120px !important;
}
#wjdh .wjdh-content {
    position: relative;
    margin:  50px 0 40px 0 ;

}


/*往届嘉宾*/
.wjjb {
    padding-top: 50px;
    padding-bottom: 45px;
}

#wjjb .jiabtitle {

    height: 20px;
    font-size: 20px;
    color: #232323;
    line-height: 15px;
    font-weight: 800;
}

#wjjb .imgdesc {
    text-align: center;
    margin-top: 20px;

}

#wjjb .jiabjob {
    font-size: 14px;
    color: #4B4E57;
    line-height: 17px;
}

.wjjb .imgbox {
    text-align: center;
}

.wjjb .imgbox img {
    width: 74%;
}

.wjjb .subtitle {
    margin-bottom: 60px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
      outline: none;

}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
      outline: none;
}
.swiper-button-prev:after {
    content:  url("./img/left.png");transition: all .3s ease-out;
    opacity: 1;

}

.swiper-button-next:after {
    opacity: 1;
    content: url("./img/right.png");transition: all .3s ease-out;

}
.swiper-button-next:hover:after ,.swiper-button-prev:hover:after{
    opacity: 1;
}



.venue-item{
    box-shadow: 2px 5px 14px rgba(0, 0, 0, .2);
    padding: 30px;
    text-align: left;
}
.venue-item img{
    width: 100%;
}
.venue-intro p {
    font-size: 16px;
    line-height: 30px;
}


.venue-intro p:nth-child(2) img {
    vertical-align: middle;
    width: 26px;
    display: inline-block;
    margin-right: 5px;
}
.venue-item .venue-intro p:nth-child(1){
    margin-left: 0;
    font-size: 24px;
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 15px;
    margin-top: 60px;
    text-indent: 0;margin-bottom: 10px;
}
.venue-item .venue-intro p:nth-child(2) {
    vertical-align: middle;
    text-indent: 0;
}
.new_map_a {
    display: inline-block;
    background: #882928;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 20px;
}
footer {
    background: #201A2E;
    padding: 38px 0;
    color: #fff;

}
footer li{
    list-style: none;
}
footer .follow img{
    width: 60px;
    height: 100%;
}
.previous:hover .nav_drop{
    display: block;
}
.nav_drop {
    position: absolute;
    left: 0px ;
    z-index: 99999;
    background: #882928;

    text-align: center;
    display: none;
    top: 58px;
}
.nav_drop a{
    text-align: center;
    width: 100%;    color: #FFFFFF;
}
.nav_drop a:hover{
    background: #882928;
}

footer .col-contact h3,
footer .col-attet h3 {
    margin-bottom: 20px;
}


footer .contact li {
    margin-bottom: 15px;

}

.copyright {
    background: #000;
    color: #707070;
    text-align: center;
    line-height: 20px;
    padding: 15px 30px;
    font-size: 14px;
}
footer .contact span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ABA1CE;

}

footer .contact span::after {
    content: '';
}

footer .contact em {
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
}
footer .contact em i{
    font-style: normal;
}
footer .code {
    width:100%;
    text-align: right;
}
footer .code img{
    width: 65%;
}
footer .code p{
    width: 65%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    float: right;

}
.codebtn:hover .qcode {
    display: block;
}
.codebtn .qcode {
    width: 150px;
    position: absolute;
    right: 115px;
    bottom: 10px;
    display: none;
    z-index: 999;
}
.bj {
    width: 100%;
    overflow: hidden;
}
.bj1 {
    position: absolute;
    left: 0;
    top: 3100px;
}
.bj2 {
    position: absolute;
    right: 0;
    top: 1350px;
}

footer {
    background: #191919;
    padding: 50px 0;
    color: #fff;
}

footer h3 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;

}


footer p {
    font-size: 14px;
    color: #B7B7B7;


}

footer .col-contact h3,
footer .col-attet h3 {
    margin-bottom: 20px;
}


footer .contact li {
    margin-bottom: 15px;

}


footer .contact span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;

}

footer .contact span::after {
    content: '';
}

footer .contact em {
    font-style: normal;
    font-size: 16px;
    color: #B7B7B7;
    line-height: 28px;
}

footer .contact em i {
    font-style: normal;
}

footer .code {
    width: 100%;
    text-align: right;
}

footer .code img {
    width: 65%;
}

footer .code p {
    width: 65%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    float: right;

}

.codebtn:hover .qcode {
    display: block;
}

.codebtn .qcode {
    width: 150px;
    position: absolute;
    right: 90px;
    bottom: 0px;
    display: none;
}

.previous:hover .nav_drop{
    display: block;
}

.nav_drop a{
    text-align: center;
    width: 100%;
}
.nav_drop a:hover{
    background: #f9f9f9;    color: #611f1b;
}
/*��Ч*/
.ani-slideInUp {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.ani-slideInUp, .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.ani-fadeIn {
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ztyc-child img {
    width: 100%;
}

/*С��576*/
@media (max-width: 576px) {

    .ztdh-item .ztdh-name {
        line-height: 20px;
        font-size: 14px;
    }
    .ztdh-item .ztdh-title {
        font-size: 14px;
        line-height: 24px;
    }

}


/*С��768������*/
@media (max-width: 768px) {
    #wjdh .Gallery {
        padding: 0;
    }
    .speakers-list.swiper-slide-active {
        transform: scale(1);
        z-index: 999;
        box-shadow: 0px 0px 0px #fff;
    }
    .zbjb h2 em{
        font-size: 16px;
    }
    .subtitle-desc{
        margin-top: -10px;
    }
    .dhzzjg .imgbox img{
        border-radius: 4px;
    }
    .home2-main .gx-4{
        --bs-gutter-x: 0rem;
    }
    .ztyc-item-live .play-btn {
        font-size: 12px;
        width: 65px;
        height: 20px;
        bottom: 6px;
        line-height: 20px;

    }

    .play {
        font-size: 45px;
    }

    .conf-live-list .des {
        height: 72px;
    }

    .live-box .gx-3 {
        --bs-gutter-x: 0.25rem;
    }

    .zb-live iframe {
        height: 500px !important;
    }

    #zb .zb-content, #zb .zb-live {
        margin-top: 70px;
    }

    .live-desc {
        top: 20%;
        font-size: 18px;
    }

    #zb .live-desc img {
        width: 65px;
    }

    .dhzzjg .subtit em {
        font-size: 12px;
        margin-left: 4px;
    }

    .navbar {
        position: relative;
        z-index: 9999;
        width: 100%;
    }

    .navbar-logo {
        padding-top: 0;
        width: 50%;
    }

    .navbar-logo img {
        margin-top: 15px;    width: 90%;height: auto;
    }
    .home2-main img{
        width: 50%;
    }
    .icon-caidan:before,.icon-guanbi:before{
        color: #882928;
    }

    .navbar-toggle {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 26px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        border: none;
    }

    .enter-active {
        -webkit-animation: van-fade-in .3s ease-out both;
        animation: van-fade-in .3s ease-out both
    }

    .leave-active {
        -webkit-animation: van-fade-out .3s ease-in both;
        animation: van-fade-out .3s ease-in both
    }

    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }

    .navbar-active {

    }

    .navbar-coll {

        margin-left: 0px;
        padding-bottom: 50px;
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        top: 50%;
        right: 0;
        transition: all .3s;
        transition: all .3s, -webkit-transform .3s;
        -webkit-transform: translate3d(100%, -50%, 0) !important;
        transform: translate3d(100%, -50%, 0) !important;
        height: 100%;
        width: 35%;
    }
    .navbar-coll .nav-item{
        height: 45px;
    }
    .gx-4{
        --bs-gutter-x: 0.5rem;
    }
    .navbar-coll .navbar-menu .reg-a {
        background-color: #882928;
    }

    .header-active .navbar-coll {
        -webkit-transform: translate3d(0, -50%, 0) !important;
        transform: translate3d(0, -50%, 0) !important;
    }

    .navbar-menu {
        padding-top: 48px;;
    }

    .navbar-coll a {
        display: block;
        float: none;
        font-size: 16px;
        color: #333;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        width: 200px;
    }

    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }

    .hidden-xs {
        display: none !important;;
    }

    .mobile-reg {
        position: fixed;
        width: 100%;
        height: 80px;
        bottom: 0;
        z-index: 2003;
        text-align: center;
        line-height: 60px;

        background-color: #882928;

    }

    .mobile-reg a {
        font-size: 18px;
        color: #ffffff;
    }
    #wjdh .wjdh-content{
        margin-top: 20px;
    }

    .subtitle {
        font-size: 20px;
        padding: 10px 0 20px;
        background-size: 60%;
    }

    .subtitle .subtitle-desc {
        font-size: 12px;
        margin-top: -10px;
    }

    .subtitle .subtitle-bj {
        width: 20px;
        height: 16px;
    }

    #dhld .g-3 {
        --bs-gutter-x: 0.25rem;
        --bs-gutter-y: 0.75rem;
    }
    .dhkd{
        margin-bottom: 20px;
    }
    .dhkd .row{
        margin-top: 10px;
    }
    .dhkd .gy-3 {
        --bs-gutter-y: 0.5rem;
    }
    .ld-item {
        font-size: 12px;
        padding: 10px 20px;
    }
    .dhkd .row>div .ld-item {
        background: url(./img/lt-item-hover.png) no-repeat;
        background-size: cover;
        color: #FFFFFF;
    }
    .ld-item em {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .rc-content {
        margin-top: 20px;
    }

    #wjjb .jiabtitle {
        font-size: 14px;
    }

    #wjjb .jiabjob {
        font-size: 12px;
        line-height: 14px;
    }

    #wjjb .imgdesc {
        margin-top: 15px
    }

    #wjjb .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .wjjb .subtitle {
        margin-bottom: 30px;
    }
    .intro p:nth-child(1) {
        margin: 20px 0;
    }

    .intro p:nth-child(2) {
        font-size: 15px;
        line-height: 28px;
    }


    .intro {
        padding: 20px 0;
    }

    .supermap-home2 {
        padding: 20px 0 0;
    }

    .zcdw .row > div span, .mtzc .row > div span {
        line-height: 24px;
        padding: 4px 0;
    }

    .dhzzjg .zcdw span, .mtzc span {
        font-size: 12px;
    }

    .item .g-3 {
        --bs-gutter-x: 0.15rem;
        --bs-gutter-y: 0.25rem;
    }

    .dhzzjg .subtit, .dhzwh .subtit {
        line-height: 16px;
        font-size: 16px;
    }


    .conf-jb-list .des {
        padding: 0 6px;
        bottom: 4px;
    }

    .conf-jb-list .des .name {
        font-size: 14px;
    }

    .conf-jb-list .des .name-des {

        font-size: 12px;

    }


    .zsqy .subtitle-2 em {

        font-size: 12px;
    }

    .zsqy .g-3 {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem;
    }

    .zsqy .subtitle-2 {
        font-size: 18px;
        padding: 30px 0 15px 0;
    }

    .rc-item .lt-item a {
        font-size: 16px;
        height: 100px;
        padding: 16px 12px;
        line-height: 24px;
    }

    .rc-item .lt-item a:after {
        font-size: 10px;
        bottom: 8px;
        right: 10px;
        line-height: 18px;
    }

    .rc-item .g-3 {
        --bs-gutter-y: 0.5rem;
        --bs-gutter-x: 0.5rem;
    }

    .rc-item .lt-item:before {
        top: 7px;
        right: 68px;
        width: 5px;
        height: 5px;
    }

    .pdl-0 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .lt-item-dx::after {


        width: 70px;
        height: 14px;

        font-size: 12px;

        line-height: 14px;
        border-bottom-left-radius: 11px;
    }

    .rc-item .subtitle-2 {
        font-size: 16px;
        padding: 4px 10px;
        height: 36px;
        line-height: 30px;
        margin: 20px 0 10px;
    }

    .ztyc-child .ztyc-time {
        font-size: 12px;
    }

    .ztyc-child .ztyc-time em {
        margin-left: 12px;
    }

    .ztyc-child .ztyc-time {
        font-size: 14px;
    }

    .ztyc-item .ztyc-time {
        font-size: 12px;
        padding-left: 15px;
    }

    .ztbg {
        margin-top: 10px;
    }

    .ztyc-child .ztbg1 {
        padding: 14px;
        margin-top: 20px;
    }

    .ztbg1 .jb-img {
        margin-right: 12px;
    }

    .ztbg1 .jb-info span:last-child p {

    }

    .ztyc-info img {
        width: 40px;
    }

    .ztyc-child {
        margin-top: 10px;
    }

    br {
        margin: 0;
        padding: 0;
    }

    .ztyc-info {
        margin-top: 10px;
    }

    .ztdh-tit {
        font-size: 12px;
        margin: 10px 0;
    }

    .jb-img {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .jb-info span:first-child {
        font-size: 14px;
        margin: 0px 18px 0px 0;
    }

    .ztyc-item .ztyc-time:before {
        width: 10px;
        height: 10px;
        background-size: 100%;
    }

    .jb-info span:last-child {
        font-size: 12px;
        line-height: 15px;
    }

    .ztbg1 .ztyc-tit {
        margin-bottom: 8px;
    }

    .ztjb-list .jb-info {
        width: 80%;
    }

    .ztjb-list {
        height: 40px;
        line-height: 40px;
    }

    .ztjb-list1 {

        line-height: 0;
    }

    .ztjb-list1 .jb-img {
        float: left;
    }

    .ztjb-list1 .jb-info {
        height: 40px;
        padding: 5px 0;
    }

    .rc-item .subtitle-2 em {
        margin-left: 10px;
        font-size: 16px;
    }

    .rc-content .rc-item:first-child .subtitle-2 {
        margin: 10px 0 15px 0;

    }

    header {
        height: 50px;
    }
    .zsqy .subtitle-3{
        font-size: 16px;
        padding: 0px 0 10px 0;
    }
    .bottom-bj{
        padding-bottom: 60px !important;
    }
    .qy-item1 {
        margin-top: 10px;
    }
    .zsqy .zsqy-item li span{
        width: 30px;
        margin-right: 10px;
        font-size: 26px;
        display: inline-block;
    }
    .zsqy .zsqy-item li:nth-child(1) span,.zsqy .zsqy-item li:nth-child(3) span,    .zsqy-item-other li:nth-child(2) span{
        vertical-align: middle;
    }
    .zsqy-item-other li .qy-desc{
        width: auto;
    }


    .qy-item1>div:nth-child(1) .zsqy-item,.qy-item1>div:nth-child(3) .zsqy-item{
        padding: 10px 20px;
    }
    .qy-item1 .qy-desc{
        display: inline-block;
        width: 220px;
        font-size: 14px;
    }
    footer {

        padding-bottom: 80px;
    }
    footer h3::before{
        top: 15px;
        left: 86px;
    }
    footer h3 {
        font-size: 20px;
        font-weight: 800;
        line-height: 40px;
    }

    footer p {
        font-size: 14px;
    }

    footer .code {
        width: 140px;
        margin-top: 30px;
        text-align: left;
    }

    footer .code img {
        width: 100%;
    }

    footer .code p {
        width: auto;
        padding: 0;
        float: none;
    }

    footer .contact span {
        font-size: 16px;
    }

    footer .contact em {
        font-size: 12px;
        line-height: 16px;
    }

    footer .contact li {
        margin-bottom: 10px;
    }

    .zsqy .zsqy-item .qwcode img{
        width: 50%;
        margin-left: 50%;
    }
    .zsqy .zsqy-item-qy:after{
        width: 35px;
        height: 35px;
        bottom: -130px;
    }
    .wjjb .imgbox img {
        width: 90%;
    }

    .zwh-list .zwh-tit {
        position: relative;

        width: 108px;
        font-size: 14px;
        height: 36px;
    }

    .zwh-list {
        padding: 10px 0 10px;
    }

    .zwh-list > .row {
        padding: 0px 0 10px 0;
    }

    .zwh-list .zwh-subtit {
        margin-bottom: 10px;
    }

    .zwh-list .col-lg-11 {
        padding: 0;

    }

    .zwh-list .col-lg-1 {
        margin-bottom: 10px;
    }

    .zwh-list span {
        position: absolute;
        left: 120px;
        width: 100px;
        top: 10px;
        text-align: left;
    }

    .zwh-list .zwh-item p:first-child {
        font-size: 14px;

    }

    .zwh-list .zwh-item p:nth-child(2) {
        font-size: 12px;
        margin-top: 6px;
    }

    .zwh-list:nth-child(1) .zwh-tit, .zwh-list:nth-child(5) .zwh-tit {
        line-height: 36px;
    }

    .ztdh-item .ztdh-title, .lt-item .rc-title {
        font-size: 14px;
        line-height: 20px;
    }
#animate-item3{
    background-size: contain;
}

    .zl-item {
        height: 160px;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .rc-item-zl p {
        display: block;   width: auto;
        font-size: 12px;  bottom: 10px;   left: 16px;
    }
    .zl-item .zl-tit1{
        font-size: 16px;    margin-bottom: 8px;
    }
    .zl-item .zl-tit{
        display: none;
    }

    .ztqs .ztqs-tit .line {
        margin: 15px 0;
    }

    .ztqs .ztqs-tit p:last-child {
        display: none;
    }

    .ztqs .ztqs-tit {
        width: 100%;
        position: relative;
        margin-left: 0;
        height: 65px;
        margin-bottom: 15px;
    }

    .ztqs p {
        font-size: 13px;
        line-height: 20px;
        width: auto;

    }

    .ztdh-item, .lt-item {
        padding: 10px 8px;
        height: 80px;
        border-radius: 14px;
    }

    .ztdh-item .ztdh-tit {
        font-size: 16px;
        line-height: 22px;
    }

    .ztdh-item .ztdh-desc {
        font-size: 12px;
    }

    .ztdh-item .ztdh-tit em {
        font-size: 12px;
    }

    .ztdh-item .ztdh-box {
        margin-top: 10px;
    }




    .baoming-button a {
        margin: 0;
        width: 130px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }

    .gistc .supermap-index2 .index2-video {
        width: 101%;
    }

    .visable-xs {
        display: block;
    }

    #index {
        position: relative;
        margin-top: 50px;

    }
    .gistc > div {
         padding-bottom: 10px;
    }
    .swiper-button-next:after {
        display: none;
        margin-right: 0;
    }

    .swiper-button-prev:after {
        margin-left: 0;
        display: none;
    }

    .jb-box {
        margin-top: 0;
    }

    .wjjb {
        padding-bottom: 20px;

    }

    .zcdw-item1 span {
        line-height: 14px !important;
    }

    /*专题大会详细议程*/
    .ztyc-tit {
        font-size: 16px;
    }

    .ztyc-item {
        padding: 8px 14px 20px;
    }

    .ztyc-item1 {
        padding: 0;
    }
    .swiper-button-prev{
        left: 10px;
    }
    .swiper-button-next{
        right: 10px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .navbar-logo {
        width: 40%;
    }

    .ztyc-child > div:last-child {
        margin-top: 6px;
    }

    .ztyc-child .ztbg1 {
        margin-top: 22px !important;
    }

    .ztdh-zcr {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .qy-item1>div:nth-child(3) .subtitle-3{
        padding: 20px 0 10px 0;
    }
    .zsqy-item-other li{
        border-bottom: none;
    }
    .zsqy .zsqy-item-qy:after{
        left: 18px;
    }

    .ztyc-tit {
        font-size: 18px;
        line-height: 20px;
        height: 40px;
    }


    .navbar-coll a {
        padding: 0px 14px;
        font-size: 16px;
    }

    .ld-item {
        font-size: 18px;
        padding: 20px 30px ;

    }
    .ztdh-item .ztdh-title, .lt-item .rc-title{
        font-size: 18px;
    }
    .hidden-lg {
        display: none !important;
    }

    .mobile-reg {
        display: none !important;
    }

    .col-md-20 {
        width: 20%;
    }

    .ztqs p {
        font-size: 14px;
        line-height: 27px;
    }

    .ztqs {
        padding: 40px 30px;

    }

    .subtitle {
        font-size: 32px;
    }

    .zsqy .subtitle-2 {
        font-size: 28px;
    }

    .qy-item > div > div {
        height: 130px;
        font-size: 14px;
        padding: 20px 30px 0 75px;
    }


    .rc-item .ztdh-desc {
        font-size: 16px;
    }


    .intro p:nth-child(1) {
        margin-bottom: 30px;
    }

    .intro p:nth-child(2) {
        font-size: 14px;
        line-height: 24px;
    }

    .conf-jb-list .des .name {
        font-size: 24px;
        margin: 10px 0 0;
    }

    .conf-jb-list .des .name-des {
        font-size: 14px;
    }

    .font-18 {
        font-size: 14px;
    }

}

@media (min-width: 1200px) {
    .zl-item{
        height: 360px;
    }


    footer .contact span{
        font-size: 16px;
    }
    footer .contact em {
        font-size: 14px;
    }
        .ztdh-item .ztdh-title, .lt-item .rc-title{
        font-size: 18px;
    }
    .baoming-button a{
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 200px;
    }
    .zcdw-item1 span {
        line-height: 24px !important;
    }

    .play {
        font-size: 60px;
    }


    .ld-item {
        font-size: 18px;

    }




    .font-18 {
        font-size: 16px;
    }

    .conf-jb-list .des .name-des {
        font-size: 15px;
    }

    .conf-jb-list .des .name {
        font-size: 22px;
        margin: 12px 0 4px;

    }

    .intro p:nth-child(2) {
        font-size: 16px;
        line-height: 32px;
    }

    .intro p:nth-child(1) {
        margin-bottom: 40px;
    }


    .rc-item .ztdh-desc {
        font-size: 12px;
    }

    .qy-item > div > div {
        height: 167px;
        background-size: 100% 100%;
        font-size: 18px;
        color: #FFFFFF;
        padding: 20px 30px 0 110px;
    }

    .zsqy .subtitle-2 {
        font-size: 32px;
    }

    .col-lg-20 {
        width: 20%;
    }

    .wjdh {
        width: auto;
    }



    .ztqs {
        padding: 54px 80px;

    }

    .ztdh-item .ztdh-tit {
        font-size: 16px;
        line-height: 16px;
    }

    .ztdh-item .ztdh-box {
        margin-top: 18px;
    }

    .ztjb-list span:first-child {
        margin-right: 16px;
    }

    .ztdh-tit {
        margin: 12px 0;
    }

    .ztyc-tit {
        font-size: 18px;
        line-height: 22px;
        height: 44px;

    }

    .jb-info span:first-child {
        font-size: 16px;
        margin: 0 18px 0 0;
    }

    .jb-info span:last-child {
        font-size: 14px;
    }

    .ztbg1 .jb-img {
        margin-right: 6px;
    }

    .jb-img {
        width: 60px;
        height: 60px;
    }

    .ztyc-item {
        height: 190px;
    }

    .ztyc-item1 {
        height: auto;
    }

    .ztjb-list .img {

        margin-right: 8px;

    }

    .rc-item .lt-item a {
        font-size: 18px;
        height: 128px;
        padding: 28px 14px;
        line-height: 26px;
    }

    .ztjb-list .jb-info {
        width: auto;
    }

    .ztjb-list .jb-info {
        line-height: 50px;
    }

    .ztyc-item img {

    }

    .ztyc-child .gx-4 {
        --bs-gutter-x: 1rem;
    }

    .zsqy-item li {
        font-size: 16px;
        line-height: 32px;
    }

    .ztqs p {
        font-size: 16px;
        line-height: 30px;
    }

    .qy-item1 .qy-desc {
        font-size: 16px;
        display: inline-block;
    }

    .zsqy .subtitle-3 {
        font-size: 24px;
    }

    .ztdh-item .ztdh-title, .lt-item .rc-title {
        font-size: 20px;
    }

    .subtitle {
        font-size: 30px;
    }

    .zwh-list .zwh-tit {
        font-size: 22px;
    }

    .zwh-list .zwh-item p:first-child {
        font-size: 18px;
    }
    .rc-item-zl  p{
        width: 500px;
    }
}

@media (min-width: 1400px) {
    .zl-item{
        height: 460px;
    }


    footer .contact span{
        font-size: 18px;
    }
    footer .contact em {
        font-size: 16px;
    }
    .baoming-button a{
        width: 230px;
        font-size: 24px;
        height: 67px;
        line-height: 67px;
    }


    .subtitle {
        font-size: 32px;
    }

    .zwh-list .zwh-tit {
        font-size: 24px;
    }

    .zwh-list .zwh-item p:first-child {
        font-size: 20px;
    }

    .ztdh-item .ztdh-title, .lt-item .rc-title {
        font-size: 22px;
    }

    .navbar-coll a {
        font-size: 18px;
    }

    .play {
        font-size: 80px;
    }

    .zcdw-item1 span {
        line-height: 24px !important;
    }

    .container {
        width: 1200px;
    }

    .zcdw .row > div span {
        height: 50px;
        font-size: 14px;
         line-height: 50px;
    }

    .jb-img {
        width: 73px;
        height: 73px;
    }

    .qy-item1 p {
        font-size: 18px;
    }

    .zsqy .subtitle-3 {
        font-size: 26px;
    }

    .ztqs p {
        font-size: 18px;
        line-height: 32px;
    }

    .ld-item {
        font-size: 20px;
        height: 230px;
    }


    .ztdh-item .ztdh-box {
        margin-top: 28px;
    }

    .ztdh-item .ztdh-tit {
        font-size: 20px;
        line-height: 22px;
    }

    .ztdh-item .ztdh-tit em {
        font-size: 14px;
    }

    .font-18 {
        font-size: 18px;
    }

    .rc-item .ztdh-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .intro p:nth-child(1) {
        margin-bottom: 40px;
    }

    .zwh-list .col-xxl-1 {
        padding-left: 30px;
        width: 10%;
    }

    .zwh-list .col-xxl-11 {
        padding-left: 30px;
        width: 90%;
    }

    .zwh-list .col-xxl-1 {
        margin: 0 0px 0 0;
        padding: 0;
    }

    .ztqs p {
        font-size: 18px;
        line-height: 28px;
    }

    .ztjb-list .img {
        display: inline-block;
        margin-right: 20px;
    }


    .ztjb-list {
        height: 73px;
        line-height: 73px;
    }

    .ztyc-tit {
        font-size: 18px;
        line-height: 24px;
        height: 110px;
    }

    .ztyc-item .ztyc-time {
        margin-top: 4px;
    }

    .jb-info span:last-child {
        font-size: 14px;
    }

    .ztdh-tit {
        margin: 24px 0;
    }


    .ztbg1 .jb-img {
        margin-right: 18px;
    }

    .rc-item .lt-item a {
        font-size: 22px;
        line-height: 36px;
        height: 145px;
        padding: 30px 20px 30px 20px;
    }

    .zsqy-item li {

        line-height: 36px;
        font-size: 18px;

    }

    .rc-item-zl  p{
        width: 530px;
    }
}


@media (min-width: 1600px) {


    .rc-item-zl  p{
        width: 550px;
    }



    .jb-info span:first-child {
        font-size: 18px;
    }

    .container {
        width: 1200px;
    }

    .jb-info span:last-child {
        font-size: 14px;
    }

    .container {
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }

    .rc-item .lt-item a {

        font-size: 24px;

        line-height: 36px;
        height: 169px;

        padding: 42px 20px 36px 40px;
    }

}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
