/*
 * 全局公共样式
 * 头部/底部/以及公用模块样式
 * 
 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,li,ul,a,span{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{font:14px/1.5 "microsoft yahei";background-color:#fff;}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;}
a, a:focus, a:hover{text-decoration:none;}

/*
 *清楚浮动
 */
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
/*默认选中*/
::selection {background-color:#1499c7; color:#ffffff; text-shadow:none;}
::-moz-selection {background-color:#1499c7; color:#ffffff;text-shadow:none;}
/*默认的a标签样式*/
/* a {blr:expression(this.onFocus=this.blur())} if IE */
a {outline:none;}/*if ie6-8*/

.container,.container-fluid{
	padding: 0;
	position: relative;
}
.pointer{
	cursor: pointer;
}
.pc{
	display: block !important;
}
.wap{
	display: none !important;
}

.s-title{
	text-align: center;
	color: #333;
	position: relative;
	margin-bottom: 40px;
	line-height: 1.6;
}
.jiabin_box .s-title{
	color: #fff;
}
.s-title h4{
	font-size: 30px;
	letter-spacing: .1em;
	font-weight: 400;
}
.s-title p{
	font-weight: 100;
	font-size: 18px;
	text-transform: uppercase;
}

.swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 6px;
	display: inline-block;
	background: #ccc;
	opacity: 1;
	border-radius: 3px;
	margin: 0 9px;
	transition: all .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 35px;
	background: #033b96;
}

/* 导航 */
header.container-fluid{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	padding: 15px 0;
}
.header_box>*{
	float: left;
}
.logo img{
	display: block;
	width: 140px;
}
.baoming{
	float: right;
	width: 130px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background: #062c9b;
	border-radius: 4px;
	text-align: center;
}
.nav{
	margin-left: 80px;
}
.nav li{
	float: left;
	margin-left: 10px;
}
.nav li a{
	display: block;
	font-size: 18px;
	color: #333;
	letter-spacing: .1em;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: #fff;
}
.nav li a.active{
	color: #062c9b;
	position: relative;
}
.nav li a.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 60%;
	height: 5px;
	background: #062c9b;
	border-radius: 8px;
}

/* 首屏 */
.banner{
	/* height: 100vh; */
	background: url(../img/bg.png) center;
	background-position: center;
	background-size: cover;
	padding-top: 76px;
	text-align: center;
}
.banner img{
	display: block;
	width: 100%;
	/* margin-bottom: 4%; */
}
.banner div{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 5%;
}
.banner a{
	display: inline-block;
	width: 188px;
	text-align: center;
	margin: 0 10px;
}
.banner a.banner_btn{
	height: 58px;
	line-height: 58px;
	color: #062c9b;
	background: #fff;
	font-size: 26px;
	margin-bottom: 30px;
	border-radius: 8px;
}
.banner a.banner_btn_text{
	color: #fff;
	font-size: 18px;
}

/* 简介 */
.jianjie{
	background: url(../img/jianjie_bg.png) bottom center no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.jianjie_text{
	padding: 0 5%;
	text-indent: 2em;
	line-height: 1.8;
	color: #333;
	text-align: justify;
	font-size: 18px;
	letter-spacing: .09em;
}
.jianjie_text p{
	margin-bottom: 20px;
}


/* 议程 */
.yicheng{
	background: #f0f0f0;
	padding: 70px 0;
}
.yicheng .container{
	padding: 0 5%;
}
.yicheng_box{
	padding: 35px 75px 50px;
	background: #fff;
	box-shadow: 0 0 10px 0 #ccc;
}
.yc_taggle{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.yc_taggle div{
	color: #062c9b;
	border: 1px solid #062c9b;
	text-align: center;
	padding: 8px 60px;
	font-size: 18px;
	margin: 0 10px;
}
.yc_taggle div span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.yc_taggle div.active{
	background: #062c9b;
	color: #fff;
}
/* 详细议程 */
.yc_box{
	margin-bottom: 20px;
	overflow: hidden;
	height: 310px;
}
.yc_list{
	margin-bottom: 20px;
}
.zhuchiren{
	border-bottom: 1px solid #E2C395;
	padding-bottom: 20px;
}
.zhuchiren h4,
.yc_list_time h4{
	color: #033b96;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.yc_list_time h4{
	margin-bottom: 10px;
	line-height: 1.6;
}
.zhuchiren li{
	float: left;
	width: 50%;
}
.zhuchiren li,
.renwu_list li{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	padding: 10px 0 10px 60px;
	min-height: 45px;
	margin-bottom: 12px;
	font-size: 16px;
}
.zhuchiren li.no,
.renwu_list li.no{
	padding-left: 0;
	background-image: none !important;
}
.yc_list>li{
	padding: 20px 0;
	border-bottom: 1px dashed #E2C395;
}
.yc_list_time,
.yc_list_text,
.renwu{
	display: flex;
	display: -webkit-flex;
}
.yc_list_time div:nth-child(1){
	width: 7.5em;
	font-size: 16px;
}
.yc_list_text .pc{
	width: 7.5em;
	font-size: 16px;
}
.renwu>div{
	width: 4.5em;
	font-size: 16px;
	/* line-height: 45px; */
	padding: 10px 0;
	min-height: 45px;
}
.ycyingwen .renwu>div{
	width: 5.5em;
}
.yc_list_time div:nth-child(2),
.yc_list_text .renwu,
.renwu ul,
.yc_list_time h4{
	flex: 1;
	-webkit-flex: 1;
}

.get_all{
	text-align: center;
	color: #062c9b;
	width: 7em;
	margin: 0 auto;
	font-size: 20px;
	padding-right: 1em;
	background: url(../img/xia.png) right center no-repeat;
	background-size: auto 23%;
}
.get_all.letter{
	width: 3em;
	background: url(../img/shang.png) right center no-repeat;
	background-size: auto 23%;
}




/* 嘉宾 */
.s1_box{
	background: url(../img/jb_bg.png);
	background-size: cover;
	padding-top: 50px;
}
.jianjie_swiper{
	border-radius: 17px;
	box-shadow: 20px 0 20px 2px #ccc;
}
.jianjie_swiper .swiper-slide img{
	display: block;
	width: 100%;
}
.jianjie_swiper_pagination{
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.jianjie_box{
	margin-bottom: 60px;
}
.jianjie_right_box{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px 0 #ddd;
}

.jiabin_box{
	padding-bottom: 100px;
}
.jiabin_pic{
	width: 135px;
	height: 135px;
/* 	width: 166px;
	height: 166px; */
	margin: 0 auto 15px;
	border-radius: 50%;
	/* border: 1px solid #0D294D; */
	overflow: hidden;
}
.jiabin_pic img{
	display: block;
	width: 100%;
}
.jiabin_text{
	text-align: center;
}
.jiabin_text h4{
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}
.jiabin_text.gengxin h4{
	padding: 100px 0 0 0;
}
.jiabin_text p{
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	padding: 0 5px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 1.5em; */
}
.jiabin_swiper_pagination.jiabin_swiper_pagination .swiper-pagination-bullet{
	background: #fff;
}
.swiper-pagination.jiabin_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #e2c395;
}
.jiabin_swiper_pagination{
	/* bottom: -50px; */
}
.jiabin_swiper_pagination{
	bottom: 45px;
}

/* 主办方 */
.zhuban{
	padding: 80px 0 60px 0;
}
.zhuban_info{
	text-align: center;
}
.zhuban_info>div{
	display: inline-block;
	margin: 0 20px;
}
.zhuban_info img{
	pointer-events: auto;
}

/* 宣传 */
.xuanchuan{
	background: #f0f0f0;
	padding: 50px 0 80px 0;
}
.xuanchuan .container{
	padding: 0 10%;
}
.xuanchuan_box{
	position: relative;
}
.xuanchuan_swiper .swiper-slide{
	border: 1px solid #e2c395;
	background: #fff;
	margin-bottom: 30px;
}
.xuanchuan_swiper .swiper-slide p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	  word-wrap: break-word; 
	font-size: 20px;
}
.xuanchuan_swiper .swiper-slide div:nth-child(1){
	width: 100%;
	padding-top: 75%;
	background-size: cover;
	background-position: center;
}
.xuanchuan_swiper .swiper-slide div:nth-child(2){
	padding: 20px 10px;
	height: 100px;
	overflow: hidden;
}
.xuanchuan_swiper_pagination{
	bottom: ;
}

/* 资料下载 */
.ziliao_box{
	background: #fff;
	padding: 60px 0 80px;
}
.ziliao_box .container{
	padding: 0 10%;
}
.xiazai ul li{
	/* float: left; */
	width: calc(50% - 20px);
	
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	margin: 0 auto;
	/* margin-bottom: 20px; */
	position: relative;
}
.xiazai ul li:after{
	content: "";
	height: 70px;
	width: 1px;
	background: #ccc;
	position: absolute;
	right: 100px;
	top: 10px;
}
.xiazai ul li:nth-child(2n){
	margin-left: 40px;
}
.xiazai ul li a{
	display: block;
	padding: 20px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xiazai ul li a>span{
	display: block;
	width: 36px;
	height: 35px;
	background: url(../img/icon-5.png) center no-repeat;
	background-size: contain;
	transition: all .3s;
}
.xiazai ul li:hover a>span{
	background: url(../img/icon-5_active.png) center no-repeat;
}
.xiazai ul li div{
	display: flex;
	align-items: center;
}
.xiazai ul li div p{
	font-size: 16px;
	color: #333;
	padding-right: 60px;
}
.xiazai ul li div p span{
	font-size: 14px;
}
.xiazai ul li div>span{
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 25px;
	background: url(../img/icon-4.png) center no-repeat;
	background-size: contain;
}

.footer{
	position: fixed;
	bottom: -10%;
	left: 0;
	font-size: 16px;
	z-index: 9999;
	width: 100%;
	transition: all .3s;
}
.footer.active{
	bottom: 0;
}
.footer a{
	display: block;
	float: left;
	padding: 15px 0;
	text-align: center;
}
/* .footer a:nth-child(1){
	width: 35%;
	background: #333;
	color: #fff;
}
.footer a:nth-child(2){
	width: 65%;
	background: #e2c395;
	color: #333;
} */
.footer a{
	width: 100%;
	background: #062c9b;
	color: #fff;
}


.header_wap{
	text-align: center;
	position: fixed;
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
	z-index: 9999;
	height: 54px;
}
/* .header_wap div{
	height: 30px; 
	float: left;
	background: url(../img/wap/nav_btn.png) center no-repeat;
	background-size: contain;
} */
.mune{
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	padding-top: 13px;
}
.mune span{
	display: block;
	width: 50%;
	margin: 0 auto 15%;
	height: 3px;
	background: #333;
	border-radius: 3px;
}
.header_wap a img{
	width: 20%;
}


/* 移动端导航 */
.left_nav{
	position: fixed;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999999;
	border-radius: 15px;
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 5px 0 rgba(255,255,255,.3);
	padding: 20px 15px;
}
.left_nav a{
	display: block;
	padding: 15px 0 15px 15px;
	color: #333;
	font-size: 16px;
	transition: all .3s;
	position: relative;
}
.left_nav a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: transparent;
	border-radius: 2px;
	transition: all .3s;
}
.left_nav a.active{
	color: #0D294D;
	font-size: 20px;
	font-weight: bold;
}
.left_nav a.active:after{
	background: #0D294D;
}

/* 大会嘉宾遮罩 */
.jiabin_model{
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}
.jb_mod_box{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0px 30px;
	width: 960px;
	max-height: 550px;
	opacity: 0;
	transform: translate(-50%,-50%) scale(.8);
}
.jb_mod_box.active{
	animation: run_model .5s forwards;
}
@keyframes run_model{
	from{transform: translate(-50%,-50%) scale(.9);opacity: 0;}
	to{transform: translate(-50%,-50%) scale(1);opacity: 1;}
}
.jbShow_close{
	opacity: 1;
	position: absolute;
	top: 35px;
	right: 50%;
	margin-right: -512px;
	width: 30px;
	height: 30px;
	background: url(../img/close2.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.box-header {
    width: 200px;
    float: left;
    text-align: center;
    color: #2d2d2d;
}
.box-detail {
    width: 670px;
    float: right;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
	margin-left: 30px;
}
.box-header img {
    width: 106px;
    height: 106px;
	border-radius: 50%;
}
.box-spk {
    margin-top: 22px;
}
.box-spk span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.box-name {
    font-weight: bold;
}

.ziliao_box>div>p{
	text-align: center;
	margin-bottom: 15px;
}

/* 媒体报道 */
.news_banner{
	margin-bottom: 3%;
}
.news_banner img{
	display: block;
	width: 100%;
}
.news_box{
	width: 80%;
	margin: 0 auto 5%;
}
.news_box ul li{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.news_box ul li a{
	display: block;
	color: #333;
}
.news_img{
	float: left;
	width: 200px;
	height: 150px;
	background-position: center;
	background-size: cover;
}
.news_text{
	float: left;
	width: calc(100% - 200px);
	height: 150px;
	padding-left: 20px;
	display: flex;
	display: -webkit-flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.news_text h4,
.news_text p{
	flex: 0 0 100%;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
}
.news_text h4{
	font-weight: bold;
	font-size: 20px;
}
.news_text p{
	font-size: 16px;
}

.swiper-box{
	padding: 0 3%;
}


@media (min-width: 768px) {
	.container {
		width: 100%;
	}
	header .container{
		padding-left: 30px;
		padding-right: 30px;
	}
	/* .banner{
		padding-top: 7%;
	} */
	/* .banner img{
		width: 70%;
		margin: 0 auto 4%;
	} */
}
@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
	/* .banner{
		padding-top: 6%;
	} */
	.banner img{
		width: 100%;
	}
}

@media (max-width: 768px) {
	.container {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.s1_box .container{
		width: calc(100% - 80px);
	}
	.yicheng{
		padding: 15px 0;
	}
	.yicheng .container{
		padding: 0;
	}
	.yicheng_box{
		padding: 35px 15px 30px;
	}
	.yc_taggle div{
		flex: 1;
		margin: 0;
		font-size: 16px;
		padding: 5px 0;
	}
	.yc_taggle div span{
		font-size: 12px;
	}
	.zhuchiren h4, .yc_list_time h4{
		font-size: 16px;
	}
	.zhuchiren li{
		width: 100%;
		float: none;
	}
	.get_all{
		font-size: 14px;
		padding: 10px 1em 10px 0;
		background-size: auto 14%;
	}
	.yc_list_time div:nth-child(1){
		width: 7.5em;
		font-size: 12px;
		padding: 5px 0;
	}
	.yc_list_text .pc{
		width: 7.5em;
		font-size: 12px;
	}
	
	.zhuchiren li, .renwu_list li{
		margin-bottom: 0;
		font-size: 14px;
	}
	
	
	
	.xuanchuan .container{
		width: 100%;
		padding: 0;
	}
	.ziliao_box .container{
		width: 100%;
		padding: 0 15px;
	}
	
	.s-title{
		margin-bottom: 20px;
	}
	.s-title h4{
		font-size: 24px;
	}
	.s-title p{
		font-size: 12px;
	}
	
	.banner{
		background: url(../img/wap/bg.png) center;
		padding-top: 56px;
	}
	.banner .container{
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.banner img{
		/* margin-bottom: 15%; */
	}
	.banner a.banner_btn{
		width: 30%;
		padding: 8px 0;
		height: auto;
		line-height: normal;
		font-size: 16px;
		border-radius: 4px;
		/* margin: 0 auto 15px;
		display: block; */
		margin: 0 10px 15px;
	}
	.banner a.banner_btn_text{
		width: 30%;
		font-size: 16px;
	}
	
	.jianjie{
		padding: 30px 0;
	}
	.jianjie_text{
		font-size: 14px;
	}
	.jianjie_text{
		padding: 0;
	}
	
	
	
	
	.jiabin_text h4{
		font-size: 18px;
	}
	.jiabin_text p{
		font-size: 14px;
	}
	
	/* 主办方 */
	.zhuban{
		padding: 30px 0 10px;
	}
	
	/* 宣传 */
	.xuanchuan{
		padding: 30px 0 50px;
	}
	.xuanchuan_swiper .swiper-slide{
		margin-bottom: 0px;
		height: auto;
		width: 65%;
	}
	.xuanchuan_swiper .swiper-slide p{
		font-size: 16px;
		-webkit-line-clamp: 1;
	}
	.xuanchuan_swiper .swiper-slide div:nth-child(2){
		height: auto;
	}
	
	
	.jiabin_pic{
		width: 75%;
		height: auto;
		margin: 0 auto 15px;
	}
	
	
	.ziliao_box{
		padding-top: 30px;
	}
	.xiazai ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.xiazai ul li:after{
		right: 80px;
	}
	.xiazai ul li a{
		padding: 20px;
	}
	.xiazai ul li:nth-child(2n){
		margin-left: 0;
	}
	.xiazai ul li div p{
		font-size: 16px;
	}
	.xiazai ul li div p span{
		font-size: 12px;
	}
	.pc{
		display: none !important;
	}
	.wap{
		display: block !important;
	}
	.s1_box{
		padding-top: 30px;
	}
	.swiper-pagination .swiper-pagination-bullet{
		height: 3px;
	}
	
	/* 主办方 */
	.zhuban_info>div{
		/* float: left; */
		/* width: calc(50% - 20px); */
		width: 60%;
		margin: 0 auto 40px;
	}
	.zhuban_info img{
		display: block;
		width: 100%;
	}
	
	
	.left_nav{
		left: -100%;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		padding: 0;
		transition: all .3s;
		opacity: 0;
		box-shadow: none;
	}
	.left_nav.show{
		left: 0;
		opacity: 1;
	}
	.left_nav .box{
		float: left;
		height: 100%;
		background: #0d294d;
		padding: 15px 12% 15px;
		position: relative;
		outline:rgba(0,0,0,0.6) solid 9999px
	}
	.left_nav a{
		color: rgba(255,255,255,.8);
	}
	.left_nav a.active{
		color: #63e2ff;
		font-weight: normal;
		font-size: 16px;
	}
	.left_nav a.active:after{
		background: #63e2ff;
	}
	.left_nav .close{
		float: none;
		width: 20px;
		height: 20px;
		background: url(../img/close.png) center no-repeat;
		background-size: contain;
		opacity: 1 !important;
		margin-top: 20px;
		margin: 20px auto 0;
		transform: translateX(15%);
	}
	
	/* 遮罩 */
	.jiabin_model{
		background: rgba(0,0,0,.8);
	}
	.jb_mod_box{
		width: 85%;
		padding: 5%;
		overflow: hidden;
		height: 60%;
		max-height: 60%;
		background: #fff;
	}
	.box-header {
	    width: 100%;
	    text-align: left;
	    float: none;
	}
	.box-header img {
	    width: 30%;
	    height: 30%;
		float: left;
	}
	.box-spk {
		float: left;
	    width: 62%;
	    margin-left: 5%;
	    margin-top: 0;
	    text-align: left;
	}
	.box-detail {
	    width: 100%;
	    float: none;
	    margin-top: 10px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
		margin-left: 0;
	}
	.jbShow_close{
		top: calc(20% - 25px);
		right: calc(7.5% - 25px);
		width: 50px;
		height: 50px;
		margin-right: 0;
		/* margin-top: -5.2rem; */
		z-index: 10;
		background-color: #ffffff;
		border-radius: 50%;
		background-size: 50%;
	}
	.box-rec {
	    line-height: 1.6;
	    -webkit-box-ordinal-group: 2;
	    overflow-y: scroll;
	    max-height: 38vh;
		padding: 10px 0;
	}
	
	.ziliao_box>div>p{
		text-align: left;
	}
	
	
	/* 媒体报道 */
	.news_banner{
		margin-bottom: 5%;
	}
	.news_box{
		width: 100%;
		margin: 0 auto 5%;
	}
	.news_box ul li{
		padding: 10px 0;
	}
	.news_img{
		width: 30%;
		height: 0;
		padding-top: 30%;
	}
	.news_text{
		width: 70%;
		height: 100%;
		padding-left: 10px;
	}
	.news_text h4{
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.news_text p{
		line-height: 1.4;
		font-size: 14px;
	}
	
	.swiper-box{
		padding: 0;
	}
	
}
