body {
    font-family: Microsoft YaHei;
    font-size: 14px;
    /*background: #000;*/
    /*color: #000;*/
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dd,
dt {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.show {
    display: block;
}

.hide {
    display: none;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

img {
    vertical-align: top;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px;
}

.ml62 {
    margin-left: 76px;
}

.ml80 {
    margin-left: 80px;
}

.pt40 {
    padding-top: 40px;
}

.pt60 {
    padding-top: 60px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
}

.show {
    display: block;
}


a {
    text-decoration: none;
    color: #333;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

img {
    border: none;
}

/*nav*/
.nav {
    position: relative;
    background: #000;
}
.nav>a{
    position: absolute;
    left: 60px;
    top: 0;
}
.nav>img {
    margin-left: 60px;
    /*margin-top: 30px;*/
}
.nav ul li {
    position: relative;
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}
.nav ul li a {
    color: #fff;
}
.nav .hot {
    position: absolute;
    top: 0;
    left: 100%;
}

.main {
    background: url(../images/main-bg.png) repeat-y center top;
}
/*banner*/
.banner {
    height: 512px;
    background: url(../images/banner1018.jpg) no-repeat center top;
    position: relative;
}
.banner a {
    position: absolute;
    top: 440px;
    left: 50%;
    margin-left: -68px;
}
.part-title {
    height: 90px;
    background: url(../images/title-1.png) no-repeat center top;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    color: #e17d1b;
}
.main>div {
    margin-top: 20px;
}
/*大会介绍*/
.part1 .desc {
    color: #cc8b29;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.part1 .word {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-indent: 2em;
    width: 555px;
}
.part1 .container {
    padding: 16px;
    padding-bottom: 10px;
    background: #2a1a0c;
    width: 376px;
    overflow: hidden;
}
.part1 .container .inner {
    width: 9999px;
    position: relative;
}
.part1 .container .innerwraper {
    width: 376px;
    float: left;
}
.part1 .container .innerwraper>img {
    width: 100%;
    height: 221px;
}
.part1 .container .pagination {
    margin-top: 15px;
    text-align: center;
}
.part1 .container .pagination span {
    display: inline-block;
    width: 35px;
    height: 2px;
    background: #fff;
    cursor: pointer;
    margin:  0 4px;
}
.part1 .container .pagination span.active {
    background: #e17d1b;    
}
.part1 .container .container-tit {
    margin-top: 10px;
    font-size: 24px;
    color: #f2a530;
    text-align: center;
}

/*大会亮点*/
.points {
    margin-left: -12px;
}
.points li{
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
    width: 325px;
    height: 240px;
    cursor: default;
}
.points li>div {
    height: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.points li .face {
    background: #1f1410;
    /*overflow: hidden;*/
}
.points li .face i {
    display: block;
    width: 100px;
    height: 60px;
    margin-left: -15px;
    margin-top: 26px;
}
.points li .back {
    display: none;
    background: #73491a;
}
.points li:hover .face {
    display: none;
}
.points li:hover .back {
    display: block;
}
.points li>div h6 {
    font-weight: normal;
    line-height: 17px;
}
.points li .face h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.points li .back h4 {
    margin-top: 20px;
     margin-bottom: 20px;
     font-weight: bold;
     text-align: center;
}

/*会议日程*/
.table {
    color: #fff;
}
th,td {
    vertical-align: baseline;
    text-align: left;
}
.t1>tr>td+td {
    padding-left: 60px;
}
.t1>tr>th,.t1>tr>td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table td {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.table .t2 {
    font-size: 21px;
    color: #e17d1b;
}
.table .t3 {
    font-size: 16px;
    color: #e17d1b;
}
.table .links a {
    display: inline-block;
    width: 170px;
    padding: 18px 0 12px;
    text-align: center;
    color: #e17d1b;
    border: 2px solid #e17d1b;
    border-radius: 6px;
    font-size: 16px;
    margin-right: 16px;
}
.table .links a:hover {
    color: #fff;
    background: #e17d1b;
}
.table .links a span {
    font-size: 20px;
}


/*部分拟邀参会嘉宾*/
#slideBox1 {
    position: relative;
    /*height: 600px;*/
}
#slideBox1 .pagination span {
    position: absolute;
    cursor: pointer;
    width: 65px;
    height: 178px;
    top: 50%;
    margin-top: -89px;
    opacity: .6;
}
#slideBox1 .pagination span:hover {
    opacity: .2;
}
#slideBox1 .pagination .prev {
    right: 50%;
    margin-right: 510px;
    background: url(../images/btn-prev.png);
}
#slideBox1 .pagination .next {
    left: 50%;
    margin-left: 510px;
    background: url(../images/btn-next.png);
}
.slide-item ul{
    margin-left: -26px;
}
.slide-item ul li {
    width: 145px;
    float: left;
    margin-left: 26px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 270px;
}
.slide-item ul li img {
    width: 141px;
    border: 2px solid #927655;
    border-radius: 50%;

}
.slide-item ul li img.nb {
    border: none;
    width: 145px;
}
.slide-item ul li p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.slide-item ul li p span {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fccd82;
    font-size: 16px;
}

/*展示范围*/
.tc {
    text-align: center;
}
.part5 .word {
    font-size: 16px;
    text-align: center;
     color: #fff;
     margin-top: 20px;
}

/*大会注册须知*/
.ticket-item {
    display: inline-block;
    margin: 0 60px;
    width: 192px;
    height: 235px;
    vertical-align: top;
}



.part6 .note {
    margin-left: 50px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
}
.part6 .note span {
    display: inline-block;
    line-height: 18px;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 9px;
}

.buy-title{
    font-size: 24px;
    color: #e48a31;
    clear: both;
    padding-top: 20px;
}
.title_bottom{
    margin-left: 40px;
}
.ticket ul li{
    width: 25%;
    margin: 20px 40px;
    float: left;
    text-align: center;
    position: relative;
}
.quanyi {
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin: 10px 0 100px 0;
}
.ticket-info{
    width: 251px;
    height: 256px;
    background: url('../images/ticket-banner.png') no-repeat;
}
.ticket-title{
    color: #194683;
    font-size: 26px;
    font-weight: bold;
    margin-bottom:15px;
    padding: 20px 40px 0 40px;
}
.ticket-date{
    color: #c6c6c6;
    font-size: 12px;
    margin-bottom: 30px;
}
.ticket-num{
    width: 148px;
    height: 37px;
    line-height: 37px;
    border:1px solid #b11313;
    color: #b21414;
    font-size: 18px;
    margin:0 auto;
}
.booking th,.booking td {
    vertical-align: inherit;
    padding: 5px;
}
.booking input{
    padding: 0;
    margin: 0;
}
.ticket-price{
    color: #e20000;
    font-size: 30px;
    font-weight: bold;
    margin-top: 35px;
}
.ticket-buy{
    width: 143px;
    height: 31px;
    line-height: 31px;
    background: #f50000;
    border-radius: 0 0 2px 2px;
    color: #fff;
    margin: 0 auto;
}
.ticket-buy:hover{
    cursor: pointer;
}
.buy-cont{
    padding-bottom: 50px;
}
.buy-cont th{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 39px;
    background: #262226;
}
.buy-cont td{
    color: #fff;
    font-size: 14px;
    border:1px solid #e48a31;
    text-align: center;
}
.pd-l-15 input{
    margin-right: 10px;
}
.buy-check{
    display: none;
    background: url(../images/check.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
}
.single_price{
    font-size: 18px !important;
    font-weight: bold;
    color: #f50000 !important;
}
.change_num{
    margin: 0 auto;
    height: 30px;
    width: 90px;
}
.single_num input{
    width: 28px;
    height: 28px;
    border:1px solid #e48a31;
    color: #fc0000;
    float: left;
    text-align: center;
    font-size: 14px;
}
.single_num .minus,.add{
    width: 30px !important;
    height: 30px !important;
    background: #fff;
}
.submit-buy{
    width: 219px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 24px;
    background: #bbb;
    text-align: center;
    margin: 30px 0 70px 40px;
}
.sub-btn{
    width: 219px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 24px;
    background: #bbb;
    text-align: center;
    border: 0;
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
    outline: none;
}
.total{
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 270px;
    top: 59px;
}
.submit-cont .active{
    background:#fc0000 ;
}
.notice{
    font-size: 12px;
    color: #fff;
    clear: both;
    line-height: 28px;

}
.notice-title{
    width: 65px;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    border: 1px solid #fff;
    float: left;
    border-radius: 10px;
    text-align: center;
}

/*大会赞助*/
.part7 {
    color: #fff;
}
.part7 .word {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.part7 .con {
    margin-left: -108px;
    margin-top: 55px;
    margin-bottom: 30px;
}
.part7 .con li {
    float: left;
    width: 170px;
    margin-left: 107px;
}
.part7 .con li h2 {
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
    background: url(../images/con_bg.png) no-repeat center;
}
.part7 .con li h6 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
/*组织机构*/
.part8 .unit {
    padding-left: 106px;
    background: url(../images/unit-bg.png) no-repeat left center;
}
.part8 .unit img {
    margin-right: 55px;
}
.part8 .concat {
    margin-top: 50px;
    padding-bottom: 30px;
}
.part8 .concat dl {
    float: left;
    margin-right: 40px;
    color: #fff;
}
.part8 .concat dt {

    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
} 
.part8 .concat dd {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
}
.part8 .concat dd span {
    font-size: 16px;
}


/*sidenav*/
.side-nav {
    position: fixed;
    top: 200px;
    right: 0;
    width: 114px;
    z-index: 1000;
    display: none;
}
.side-nav ul li {
    position: relative;
    padding: 6px 0;
    background: url(../images/side-1.png) no-repeat 74px center;
}
.side-nav ul li.on {
    background: url(../images/side-2.png) no-repeat 58px center;
}
.side-nav ul li .hot {
    position: absolute;
    left: 43px;
    top: 0;
}
.side-nav ul li a {
    color: #fff;
    font-size: 14px;
}
.side-nav ul li.on a {
    text-shadow: 0px 0px 10px #c47e33;
}
#to-top {
    margin-right: 15px;

}
.online {
    position: fixed;
    top: 560px;
    right: 0;
    z-index: 1000;
}


.subtable td span {
    font-weight: bold;
}
.subtable td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.t1>tr>td {
    border-right: 1px solid #fff;
    position: relative;
}
.t1>tr>td+td {
    border-right: none;
}
.t1 .time:after {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    border: 3px solid #e17d1b;
    border-radius: 50%;
    left: 100%;
    margin-left: -7px;
    top: 10px;
    background: #141217;
}
.t1 .time2:after {
    top: 18px;
}