/*Reset*/
    
    * {
        vertical-align: baseline;
        font-weight: inherit;
        font-family: "微软雅黑",SimSun, Arial;
        font-style: inherit;
        font-size: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }
    
    body {
        font-size: 12px;
        font-family: "微软雅黑",SimSun, Arial;
    }
    
    html {
        -webkit-text-size-adjust: none;
    }
    
    div,
    ol,
    ul,
    li{
        list-style: none;
    }
    
    img {
        border: none;
        text-decoration: none;
        display: block;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        font-size: 12px;
    }
    
    a {
        text-decoration: none;
    }
    
    a img,
    :link img,
    :visited img {
        border: 0;
    }
    
    .clear_hbdh2018 {
        clear: both;
    }
/*banner*/
.banner_hbdh2018{
    background:url(../images/banner_bg.jpg) center no-repeat;
    width: 100%;
    height: 600px;
}
.banner_con{
    width: 1200px;
    height: 600px;
    margin:0 auto;
}
/*nav*/
.nav_hbdh2018{
    width: 100%;
    height: 61px;
    border-bottom: 1px solid #ccc;
}
.nav_hbdh2018_con{
    width: 1200px;
    height: 60px;
    margin:0 auto;
    position: relative;
}
.nav_hbdh2018_con li{
    width: 200px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    float: left;
}
.nav_hbdh2018_con li a{
    width: 150px;
    height: 40px;
    margin-top: 10px;
}
.nav_hbdh2018_con li a:hover{
    background:#def2fc;
    height: 40px;
    border-radius: 3px;
}
/*大会介绍*/
.introduce{
    width: 100%;
    height:440px;
}
.introduce h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 100px;
    color: #0967a0;
}
.introduce_con{
    width: 1200px;
    height: 340px;
    margin:0 auto; 
}
.introduce_con_l{
    width: 580px;
    height: 320px;
    float: left;
}
.introduce_con_l p{
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    text-indent:30px;
    padding: 10px 10px;
}
.introduce_con_r{
    width: 600px;
    height: 340px;
    float: right;
}
/*会议议程*/
.process{
    width: 100%;
    height: auto;/*tab内容框暂定height 100px*/
	padding-bottom:80px;
    background:url(../images/process_bg.png) center bottom no-repeat; 
}
.process h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 100px;
    color: #0967a0;
}
.process_con{
    width: 1200px;
    height: auto;/*tab内容框暂定height 100px*/
    margin:0 auto;
}
.process_con_title{
    width: 900px;
    height: 170px;
    background: url(../images/process_con_title_bg.png) center no-repeat;
    padding-top:130px;
    padding-left: 150px;
    padding-right: 150px;
}
.process_con_title li{
    color: #0967a0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 300px;
    float:left;
}
.process_con_con{
    width: 1200px;
    height: 100px;
    text-align: center;
}
/*乘车路线*/
.route{
    width: 100%;
    height: 550px;
    color: #fff;
    background: #30acf1;
}
.route h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 100px;
}
.route_con{
    width: 1200px;
    height: 450px;
    margin:0 auto;
}
.route_con_l{
    width: 560px;
    height: 415px;
    padding-top: 15px;
    padding-left:39px;
    float: left;
}
.route_con_r{
    width: 580px;
    height: 430px;
    padding-left: 20px;
    padding-top: 5px;
    float: right;
}
/*历届盛况*/
.review{
    width: 100%;
    height: 400px;
}
.review h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 100px;
    color: #0967a0;
}
.review_con{
    width: 1200px;
    height: 220px;
    margin:0 auto;
}
.review_con li{
    width: 300px;
    height: 220px;
    padding:40px 5px;
    float: left;
    position: relative;
}
.review_con i{
    width: 290px;
    height: 40px;
    line-height:40px;
    font-size: 14px;
    text-align: center;
    list-style: none;
    position: absolute;
    top: 220px;
    background-color:rgba(67,155,204,0.5);
}
.product{
    width: 100%;
    height: 350px;
}
.product h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 100px;
    color: #0967a0;
}
.product_con{
    width: 1200px;
    height: 250px;
    margin:0 auto;
}
/*了解更多*/
.more_2018{
    width: 100%;
    height: 550px;
}
.more_2018 h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 100px;
    color: #0967a0;
}
.more_con{
    width: 1200px;
    height: 450px;
    margin: 0 auto;
}
.more_con_l{
    width: 600px;
    height: 450px;
    float: left;
}
.more_con_r{
    width: 600px;
    height: 450px;
    float: right;
}
/*议程tab代码*/
.tab {
	position: relative;
	width: 1200px;
	height: auto;
	overflow: hidden;
	font-family: Arial;
}

.tab-nav {
	width:1200px;
	height: 306px;
	overflow: hidden;
	background: url(../images/process_con_title_bg.png) center no-repeat;
    padding-top:130px;
    padding-left: 150px;
    padding-right: 150px;
}
.tab-nav a {
	display: block;
	float: left;
	width: 300px;
	height: 30px;
	font-size:16px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #0967a0;
}
.tab-nav a.current {
	color: #0967a0;
	font-size:20px;
	font-weight:800;
}
.tab-con {
	position: relative;
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.tab-con-item {
	display: none;
	width: 1200px;
	height: auto;
	text-align: center;
	color: #000;
}
.content23{
	width:1200px;
	height:auto;
}
.content23 li{
	border:1px solid #EAEAEA;
	font-size:16px; 
	line-height:40px;
	text-align:center;
	}
.content23 li:nth-child(1){
	width:190px;
	float:left;}
.content23 li:nth-child(2){
	width:600px;
	float:left;}
.content23 li:nth-child(3){
	width:400px;
	float:left;}
.content23 .li_bg{
	background:#D5D5D5;
	font-weight:900;
	font-size:16px;}

