.ql-font-SimSun{font-family:SimSun}.ql-font-SimHei{font-family:SimHei}.ql-font-Microsoft-YaHei{font-family:微软雅黑}.ql-font-KaiTi{font-family:KaiTi}.ql-font-FangSong{font-family:FangSong}.ql-font-Arial{font-family:Arial}.ql-font-pingfang{font-family:苹方}



#meeting .swiper-pagination>.swiper-pagination-bullet:nth-child(1):before{ content:"1";}
#meeting .swiper-pagination>.swiper-pagination-bullet:nth-child(2):before{ content:"2";}
#meeting .swiper-pagination>.swiper-pagination-bullet:nth-child(3):before{ content:"3";}
#meeting .swiper-pagination>.swiper-pagination-bullet:nth-child(4):before{ content:"4";}
#meeting .swiper-pagination>.swiper-pagination-bullet:nth-child(5):before{ content:"5";}

#conference .swiper-pagination>.swiper-pagination-bullet:nth-child(1):before{ content:"1";}
#conference .swiper-pagination>.swiper-pagination-bullet:nth-child(2):before{ content:"2";}
#conference .swiper-pagination>.swiper-pagination-bullet:nth-child(3):before{ content:"3";}
#conference .swiper-pagination>.swiper-pagination-bullet:nth-child(4):before{ content:"4";}
#conference .swiper-pagination>.swiper-pagination-bullet:nth-child(5):before{ content:"5";}


.wp {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.footer{overflow: hidden;
    background: url(../img/fd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-con{overflow: hidden;position: relative;padding: 72px 0 0;}
.fd-contact{float: left;color: rgba(255,255,255,.8);max-width: 366px;}
.fd-contact h3{font-size: 18px;margin-bottom: 16px;}
.fd-contact .txt{font-size: 16px;line-height: 1.88;}

.fd-logo{position: absolute;left: 50%;top: 33px;
    width: 438px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-logo img{width: 100%;display: block;}
.fd-r{float: right;}
.fd-qr{overflow: hidden;margin-bottom: 35px;}
.fd-qr .item{width: 118px;float: left;text-align: center;margin-left: 23px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr p{font-size: 16px;color: #fff;opacity: .6;margin-top: 15px;}
.fd-share{overflow:hidden;text-align: right;}
.fd-share .bdsharebuttonbox a{float: none;display: inline-block;
    padding:0;width:25px;height:25px;margin:0 0 0 20px;padding: 0;
    background-position:center center;
    background-repeat:no-repeat;
}
.fd-share .bdsharebuttonbox .bds_weixin{background-image:url(../img/i-12.png)}
.fd-share .bdsharebuttonbox .bds_sqq{background-image:url(../img/i-13.png)}
.fd-share .bdsharebuttonbox .bds_tsina{background-image:url(../img/i-14.png)}
.fd-share .bdsharebuttonbox .bds_douban{background-image:url(../img/i-15.png)}
.fd-copy{overflow: hidden;font-size: 14px;color: rgba(255,255,255,.68);
    line-height: 20px;padding: 27px 0;
}
.fd-copy .copy{float: left;}
.fd-copy .link{float: right;}
.fd-copy a{color: rgba(255,255,255,.68);}
.fd-copy a:hover{color: #fff;}
.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-top{width: 62px;height: 31px;display: block;margin: 0 auto;
    position: relative;
    background: url(../img/i-16.png) no-repeat center;
}
.btn-top:after,.btn-top:before{content: '';position: absolute;bottom: 0;
    width: 1000px;height: 1px;
    background-color: rgba(255,255,255,.36);
}
.btn-top:after{left: 100%;}
.btn-top:before{right: 100%;}



.pager .ivu-page a {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Arial;
    font-weight: 500;
    border: 1px solid #dcdee2;
    border-radius: 4px; padding:0 8px;
    transition: border .2s ease-in-out, color .2s ease-in-out;
}

.pager .ivu-page  b{ display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Arial;
    font-weight: 500;
    border: 1px solid #dcdee2;
    border-radius: 4px; padding:0 8px;
    transition: border .2s ease-in-out, color .2s ease-in-out; color:#2d8cf0;
	border:1px solid #2d8cf0;}
	
.pager .ivu-page a:nth-child(1){ display:none;}
.pager .ivu-page a:hover{ background:#2d8cf0; color:#fff; }