@charset "utf-8";
body,p,h1,h2,h3,h4,img,ul,li{
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Helvetica;
}
a{
	text-decoration: none;
	color:#333;
	display:block;
}
ul{
	list-style:none;
}
.clearfix:after{
     content:"";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;        

}
/*顶部部分*/
.nav{
	height:75px;
	width:1200px;
	margin:0 auto;
}
.nav>a{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	height:55px;
	width:245px;
	background:url("../images/ceirp.png") no-repeat center center;
	background-size:cover;
	float: left;
}
.nav ul{
	float:right;
}
.nav ul li{
	float:left;
	width:110px;
	text-align: center;
}
.nav ul li:hover{
	background:#dce5ed;
}
.nav ul li,.nav ul li a{
	height: 75px;
	line-height: 75px;
	font-size:20px;
}
/*banner*/
.banner{
	height:400px;
	background: url("../images/banner.jpg") no-repeat center center;
	background-size:cover;
}
.banner-c{
	height:400px;
	width:1200px;
	margin:0 auto;
	background: url("../images/banner-c.png") no-repeat center center;
	background-size:cover;
}
/*标题*/
.title{
	background:url("../images/line.jpg") repeat-x;
	margin-top:30px;
	width:100%;
	position:relative;
	text-align: center;
	height:1px;
}
.title h2{
	text-align: center;
	background:#FFF;
	width:200px;
	position:absolute;
	top:-13px;
	left:50%;
	margin-left:-100px;
	font-size:26px;

}
.title span{
	color:#3d6eb3;
}
.content{
	margin-top:20px;
}
.content-c{
	width:1200px;
	margin:0 auto;
	padding-top:16px;

}
/*会议概况*/
.hygk{
	width:80%;
	margin:0 auto;
	padding:20px 0;
	line-height: 50px;
	font-size:20px;
	text-indent: 2em;
}
/*会议日程*/

.hyrc-line{
	margin-top:20px;
	text-align: center;
	font-size:20px;
	height:36px;
	padding-top:18px;
	box-sizing: border-box;
}
.hyrc-line span{
	color:#0166ff;
	margin-left:20px;
	font-size:22px;
}
.hyrc-raw{
	padding:20px;
}
.hyrc-left{
	padding-right:50px;
}
.hyrc-right{
	padding-left:50px;
}
.hyrc-left,.hyrc-right{
	width:50%;
	box-sizing: border-box;
}
.hyrc-left,.hyrc-right,.left,.right{
	float: left;
}
.hyrc-left>h2,.hyrc-right>h2{
	text-align: center;
	color:#999;
	font-size:24px;
	line-height: 50px;
}
.hyrc-box{
	margin: 18px 0;
}
.hyrc-box .left{
	padding-right:20px;
	font-size:22px;
	color:#0166ff;
	width:30%;
	box-sizing: border-box;
}
.hyrc-right .hyrc-box .left{
	color:#bb6c3a;
}
.hyrc-box .right{
	width:70%;
	box-sizing: border-box;
}
.hyrc-box .right h2{
	font-size:20px;
	color:#5269a8;
	line-height: 32px;
}
.hyrc-right .hyrc-box .right h2{
	color:#d16d22;
}
.hyrc-box .right p{
	font-size:14px;	
	line-height: 28px;
	text-align: left;
	color:#999;
}
/*嘉宾发言*/
.content .one{
	margin-top:20px;
	padding:0 10px;
	float: left;
	height:240px;
	box-sizing: border-box;
	width:20%;
}
.content .one-c{
	text-align: center;
}
.content .one-c img{
	border-radius: 50%;
	width:150px;
	height: 150px;
	border:0;
	display: inline-block;
}

.content .con-t span{
	display:block;
	text-align: center;
	color:#3d6eb3;
	font-weight: bold;
}
.content .con-t p{
	text-align: center;
	font-size:14px;
	color:#666;
}
/*权威声音*/
.qwsy{
	padding: 20px;
	box-sizing: border-box;
	margin-top:40px;
}
.qwsy a{
	margin-bottom: 10px;
	width:25%;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
.qwsy a p{
	text-align: center;
	line-height: 40px;
}
.qwsy a img{
	border:1px solid #EEE;
}


/*大会集锦*/
.content .dhjj-top,.content .dhjj-bottom{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	height:auto;
	margin-top:20px;
}	
.dhjj-raw{
	padding-bottom:40px;
}
.dhjj-s{
	display: none;
}
/*历届回顾*/
.ljhg{
	padding:40px 0;
	
}
.ljhg a {
	padding:0 20px;
	margin-bottom:40px;
}
.ljhg a img{
	width:100%;
	height:auto;
}

/*footer*/
.footer{
	text-align: center;
	height:86px;
	margin-top:20px;
	background:#EEE;
	border-top:2px solid #3d6eb3;
}
.footer h2{
	text-align:center;
	height: 26px;
	line-height: 26px;
	font-weight: normal;
	display: inline-block;
}

.footer h3{
	text-align: center;
	height: 26px;
	line-height: 26px;
	display: block;
	font-weight: normal;
	display: inline-block;
}
.footer h3 span,.footer h3 a{
	float: left;
}
.footer h3 a{
	margin-right:10px;
}
.footer .mail{
	height: 26px;
	float: left;
}
.footer .number-f{
	display: inline-block;
}
.footer .number-f a,.footer .number-f span{
	float: left;

}
#div{
	position:fixed; 
	right:50px; 
	bottom:50px; 
	display:none; 
	background:url("../images/top.png") no-repeat;
	width:30px;
	height:30px;
}
	
#div:hover{background-position:-33px 0;}


/*响应式*/
@media (min-width: 768px) and (max-width: 1200px) {
	.nav{
		width:100%;
		height:50px;
	}
	.nav>a{
		height:30px;
		margin-left:8px;
		width:70px;
		background: url("../images/ceirp-s.png") no-repeat center;
		background-size:cover;
	}
	.nav ul{
		height:50px;
		margin-right:8px;
	}
	.nav ul li,.nav ul li a{
		height:50px;
		line-height: 50px;
		font-size:16px;
		width:90px;
	}
	.banner{
		height:280px;
		width:100%;
	}
	.banner-c{
		width:80%;
		height: 280px;
	}
	.title h2{
		font-size:22px;
		width:160px;
		margin-left:-80px;
	}
	.content-c{
		width:80%;
		margin:0 auto;
	}
	/*会议日程*/
	.hyrc{
		height:500px;
		overflow: auto;
	}
	.hyrc-line{
		border-bottom:2px dashed #CCC;
		margin-top:0;
		height:96px;
	}
	.hyrc-line span{
		font-size:20px;
	}
	.hyrc-left,.hyrc-right,.left,.right{
		clear:both;
	}

	.hyrc-left,.hyrc-right{
		width:100%;
		padding-right:0;
		padding-left:0;
	}
	.hyrc-left>h2, .hyrc-right>h2{
		font-size:22px;
		line-height: 30px;
	}
	.hyrc-box .left{
		width:100%;
		text-align: center;
		font-size:20px;
		padding-right: 0;
	}
	.hyrc-box .right{
		width:100%;
	}
	.hyrc-box .right h2{
		text-align: center;
		font-size:18px;
	}
	.hyrc-box .right p{
		text-align: center;
	}
	.hyrc-box .right p span{
		display: none;
	}
	/*嘉宾发言*/
	.content .one{
		height:190px;
	}
	.content .one-c img{
		width:120px;
		height:120px;
	}
	.content .con-t span{
		font-size:14px;
	}
	.content .con-t p{
		font-size:14px;
		padding:0 8px;
	}
	/*权威声音*/
	.qwsy{
		padding: 20px;
		box-sizing: border-box;
		
	}
	.qwsy a{
		margin-bottom: 10px;
		width:33%;
		text-align: center;
		float: left;
		padding:0 10px;
		box-sizing: border-box;
	}
	.qwsy a p{
		text-align: center;
		line-height: 30px;
	}
	.qwsy a img{
		border:1px solid #EEE;
		width:100%;
		height: auto;
	}
	/*大会集锦*/
	.content .dhjj-top{
		width:100%;
	}
	.content .dhjj-top img{
		display: block;
		width:33%;
		height:50%;
	}	
	.content .dhjj-bottom img{
		display: block;
		width:25%;
		height:50%;
	}	
	.dhjj-s{
		display: none;
	}

}
@media (max-width: 1200px) {
	.nav{
		width:100%;
		height:50px;
	}
	.nav>a{
		height:30px;
		margin-left:8px;
		width:70px;
		background: url("../images/ceirp-s.png") no-repeat center;
		background-size:cover;
	}
	.nav ul{
		height:50px;
		margin-right:8px;
	}
	.nav ul li,.nav ul li a{
		height:50px;
		line-height: 50px;
		font-size:16px;
		width:90px;
	}
	.banner{
		height:280px;
		width:100%;
	}
	.banner-c{
		width:80%;
		height: 280px;
	}
	.title h2{
		font-size:22px;
		width:160px;
		margin-left:-80px;
	}
	.content-c{
		width:80%;
		margin:0 auto;
	}
	/*会议日程*/
	.hyrc{
		height:500px;
		overflow: auto;
	}
	.hyrc-line{
		border-bottom:2px dashed #CCC;
		margin-top:0;
		height:96px;
	}
	.hyrc-line span{
		font-size:20px;
	}
	.hyrc-left,.hyrc-right,.left,.right{
		clear:both;
	}

	.hyrc-left,.hyrc-right{
		width:100%;
		padding-right:0;
		padding-left:0;
	}
	.hyrc-left>h2, .hyrc-right>h2{
		font-size:22px;
		line-height: 30px;
	}
	.hyrc-box .left{
		width:100%;
		text-align: center;
		font-size:20px;
		padding-right: 0;
	}
	.hyrc-box .right{
		width:100%;
	}
	.hyrc-box .right h2{
		text-align: center;
		font-size:18px;
	}
	.hyrc-box .right p{
		text-align: center;
	}
	.hyrc-box .right p span{
		display: none;
	}
	/*嘉宾发言*/
	.content .one{
		height:136px;
		width:20%;
	}
	.content .one-c img{
		width:120px;
		height:120px;
	}
	.content .con-t span{
		font-size:14px;
	}
	.content .con-t p{
		font-size:14px;
		padding:0 8px;
		display: none;
	}
	/*权威声音*/
	.qwsy{
		padding: 20px;
		box-sizing: border-box;
		
	}
	.qwsy a{
		margin-bottom: 10px;
		width:33%;
		text-align: center;
		float: left;
		padding:0 10px;
		box-sizing: border-box;
	}
	.qwsy a p{
		text-align: center;
		line-height: 30px;
	}
	.qwsy a img{
		border:1px solid #EEE;
		width:100%;
		height: auto;
	}
	/*大会集锦*/
	.content .dhjj-top{
		width:100%;
	}
	.content .dhjj-top img{
		display: block;
		width:33%;
		height:50%;
	}	
	.content .dhjj-bottom img{
		display: block;
		width:25%;
		height:50%;
	}	
	
}
@media (max-width: 767px) {
	.nav{
		width:100%;
		height:50px;
	}
	.nav>a{
		height:30px;
		margin-left:8px;
		width:70px;
		background: url("../images/ceirp-s.png") no-repeat center;
		background-size:cover;
	}
	.nav ul{
		display: none;
	}
	.nav ul li,.nav ul li a{
		height:50px;
		line-height: 50px;
		font-size:16px;
		width:90px;
	}
	.banner{
		height:240px;
		width:100%;
	}
	.banner-c{
		height:240px;
		width:100%;
		margin:0 auto;
		background: url("../images/banner-c-s.png") no-repeat center center;
		background-size:cover;
	}
	.title h2{
		font-size:18px;
		width:140px;
		margin-left:-70px;
	}
	.content-c{
		width:80%;
		margin:0 auto;
	}
	
	/*会议概况*/
	.hygk{
		width:100%;
		line-height:30px;
		font-size:18px;
		padding-top:0;
	}
	/*会议日程*/
	.hyrc{
		height:500px;
		overflow: auto;
	}
	.hyrc-line{
		border-bottom:2px dashed #CCC;
		margin-top:0;
		height:64px;
	}
	.hyrc-line span{
		font-size:20px;
	}
	.hyrc-left,.hyrc-right,.left,.right{
		clear:both;
	}

	.hyrc-left,.hyrc-right{
		width:100%;
		padding-right:0;
		padding-left:0;
	}
	.hyrc-left>h2, .hyrc-right>h2{
		font-size:22px;
		line-height: 30px;
	}
	.hyrc-box .left{
		width:100%;
		text-align: center;
		font-size:20px;
		padding-right: 0;
	}
	.hyrc-box .right{
		width:100%;
	}
	.hyrc-box .right h2{
		text-align: center;
		font-size:18px;
	}
	.hyrc-box .right p{
		text-align: center;
	}
	.hyrc-box .right p span{
		display: none;
	}
	/*嘉宾发言*/
	.content .one{
		height:100px;
		float: left;
		width:33%;
	}
	.content .one-c img{
		width:100%;
		height:auto;
	}
	.content .con-t span{
		font-size:14px;
	}
	.content .con-t p{
		font-size:14px;
		padding:0 8px;
	}
	/*权威声音*/
	.qwsy{
		padding: 20px;
		box-sizing: border-box;
		
	}
	.qwsy a{
		margin-bottom: 10px;
		width:50%;
		text-align: center;
		float: left;
		padding:0 10px;
		box-sizing: border-box;
	}
	.qwsy a p{
		text-align: center;
		height: 45px;
		line-height: 20px;
		font-size:14px;
	}
	.qwsy a img{
		border:1px solid #EEE;
		width:100%;
		height: auto;
	}
	/*大会集锦*/
	.dhjj-raw{
		display: none;
	}
	.dhjj-s{
		width:80%;
		margin:0 auto;
	}
	 .swiper-container{
        height:240px;
        margin: 20px auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        line-height: 300px;
    }
    .swiper-slide img{
    	width:100%;
    	height:auto;
    }
    .dhjj-s{
		display: block;
	}
	.content .swiper-button-next,.content .swiper-button-prev{
		width:23px;
		height:27px;
	}
	/*历届回顾*/
	.ljhg{
		padding:0;
	}

	/*footer*/
	.footer{
	
		box-sizing: border-box;
	}
	.footer>p{
		display: none;
	}
	.footer .number-f{
		display: inline-block;
	}
	.footer .number-f a,.footer .number-f span{
		float: left;

	}
	
	.footer h3{
		text-align: center;
		display: block;
		display: inline-block;
	}
	.footer .mail{
		width: 100%;
		text-align: center;
	}
	#div{
		border-radius: 50%;
		right:30px;
	}
}