*{
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	font-family: "微软雅黑", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
img{
	border: 0;
	display: block;
}
a,li{
	list-style: none;
	text-decoration: none;
}
.header{
	width: 100%;
	overflow: hidden;
}
.nav {
	width: 100%;
	padding: 0px;
	display: inline-block;
	background: #fff;
}
.nav .navbox {
	width: 80%;
	margin: 0 auto;
}
.nav ul {
	display: inline-block;
	width: 64%;
	height: 70px;
	padding: 0;
	text-align: right;
	float: right;
	margin-right: 10%;
}
.nav ul li {
	display: inline-block;
	padding: 0px;
	margin-right: 3%;
	width: 10.2%;
	height: 70px;
	line-height: 70px;
}
.nav ul li a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.nav ul li.clickli a {
	text-align: center;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #000;
}

.nav ul li.big a {
	color: #307ec3;
}

.nav .logo {
	width: 23%;
	height: 70px;
	float: left;
}
.nav .logo img{
    padding-top: 15px;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
/*视频直播*/
.video{
	width: 100%;
	background: url(../img/bj1.png) no-repeat;
	background-size:100% 20%;
	overflow: hidden;
}
.title{
	width: 60%;
	margin: 0 auto;
	padding: 70px 0 0;
}
.title img{
	margin: auto;
}
.title h2{
	background: url(../img/title.png) no-repeat;
	background-size:100% 100%;
	width: 140px;
	margin: 0 auto;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    color: #00fef9;
    font-weight: normal;
}
.title p{
	color: #9D24FF;
	text-align: center;
	font-size: 14px;
}
.video_main{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.video_main iframe{
    width: 800px;
    height: 521px;
    border: 0;
    display: block;
    margin: auto;
}
.video_main img{
	width: 100%;
}
/*图文直播*/
.photo{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
.pp1{
	position: absolute;
}
.pp2{
	position: absolute;
	right: 0;
    top: -50px;
}
.photo_main{
	width: 60%;
	display: inline-block;
	margin: 0 20%;
	max-height: 320px;
	min-height: 300px;
	/*margin-bottom: 50px;*/
	overflow: hidden;
}
.contents{
	width: 85%;
	display: inline-block;
	color: white;
	padding-left: 20px;
	border-left: 1px solid #6FC1D9;
}
.contents .conts{
	width: 90%;
	color: #000;
	background: #F5F5F5;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
}
.contents img{
    width: 42%;
    height: 200px;
    float: left;
}
.contents .conts p{
	display: inline-block;
	color: #000;
	font-size: 14px;
}
.contents .conts.offs p{
	width: 55%;
	float: right;
	display: inline-block;
	color: #000;
	font-size: 14px;
}
.contents .main_con{
	width: 55%;
	float: right;
	display: inline-block;
	color: white;
	font-size: 14px;
}
.livetime{
    width: 10%;
    float: left;
    color: white;
    background: url(../img/time.png) no-repeat;
    background-size: 85% 100%;
    line-height: 30px;
    text-indent: 10px;
    position: relative;
}
.livetime i{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: -6px;
    background: #6FC1D9;
    border-radius: 50%;
}
.livetime span{
	width:15%;
	text-align: right;
}
.speaker{
    width: 100%;
    font-weight: 900;
    padding-bottom: 10px;
    margin-top: 3px;
    color: #6FC1D9;
}
.news{
	width: 100%;
	display: inline-block;
}


/*演讲嘉宾*/
#guest{
	background: #F5F5F5;
}
.guest_main{
	width: 60%;
	display: inline-block;
	margin: 0 20%;
	position: relative;
}
#guest .guestbox {
	width: 62%;
	padding: 30px 19%;
}

.guestlistImg {
	width: 100%;
	display: inline-block;
}
.guestbox .headImg{
	width: 102px; height: 102px; border: 1px solid #ccc; border-radius: 50%;
	text-align: center;
	margin: auto;
}
.guestbox img {
	width: 98px; height: 98px;
	margin-left: 2px;
	margin-top: 2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
	filter: gray;	
}

.guestbox .guestlist {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.guestbox .guestlist p.name {
	font-size: 18px;
	font-weight: 600;
	color: #494949;
}
.guestbox .guestlist p.company {
	font-size: 14px;
	color: #969696;
}
.guestbox .guestlist p.job {
	font-size: 14px;
	color: #969696;
}
#guest .guestbox {
	position: relative;
}
#guest .guestbox .lines {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	bottom: 60px;
	z-index: 9999;
}

#guest .guestbox .lines span {
	width: 90px;
	height: 4px;
	display: inline-block;
	margin: 0px 5px;
}

#guest .guestbox .lines span:nth-child(1),
#guest .guestbox .lines span:nth-child(3) {
	border-bottom: 1px solid #167ae7;
}

#guest .guestbox .lines span:nth-child(2) {
	border-bottom: 1px solid #30BAB0;
}
/*活动议程*/
.agenda{
	overflow: hidden;
	width: 100%;
	padding-bottom: 50px;
	display: inline-block;
	position: relative;
}
.agenda_p1{
	position: absolute;
	top: 35%;
	left: 0;
}
.agenda_main{
	width: 45%;
	margin: 0 auto;
}
/*.mes{
	width: 60%;
    color: #000;
    margin-top: 20px;
    padding: 0 20%;
    display: inline-block;
}*/
.erweima{
	    width: 20%;
    margin: auto;
    /*padding-bottom: 90px;*/
}
.mes_agenda{
	width: 100%;
	margin: auto;
    color: #000;
    border-bottom: 1px solid #666;
}

.mes_agenda p{
	color: #000;
    padding: 10px 0;
}
.mes_agenda p:nth-child(1){
	padding-bottom: 0;
	padding-top: 20px;
}
.agenda_left{
	width:15%;
	float: left;
	border-right: 1px solid #70C2DA;
	height: 640px;
}
.agenda_left p{
	color: #6EC0D6;
	padding: 50% 0;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.agenda_left p i{
	position: absolute;
	top: 45%;
	right: -7.5%;
	background: url(../img/mc.png) no-repeat;
	width:15px;
	height: 15px;
}
.off{
	font-weight: 900;
	font-size: 18px;
}
.off i{
	background: url(../img/bc.png) no-repeat !important;
}
.agenda_right{
	width: 80%;
	float: right;
}
.agenda_0{
	display: none;
}
.agenda_main ul{
	width: 70%;
	padding-left: 15%;
	display: inline-block;
	/*padding-left: 20%;*/
}
.agenda_main ul li{
	width: 20%;
	line-height: 35px;
	font-size: 21px;
	font-weight: 900;
	text-align: center;
	color: #000;
	background: url(../img/jbc.png) no-repeat;
	background-size:100% 100% ;
	float: left;
}
.agenda_main ul li:nth-child(1){
	margin-right: 27%;
	margin-left: 8%;
}
.agenda_main ul li:nth-child(3){
margin-right: 0;}
.address{
    color: #666;
    font-size: 21px;
}
.address span{
    font-size: 14px;
    margin-left: 10px;
}
.agenda_right .time{
	color: #000;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.agenda_right .time tr td:nth-child(1){
	width:25%;
	text-align: left;
}
.agenda_right .time table{
	width: 100%;
}
.agenda_right .time tr td:nth-child(2){
	width: 50%;
	border-left: 1px solid #ABA9BE;
    text-align: center;
    padding:0 20px;
}
.agenda_right .time tr td:nth-child(2) span{
	    text-align: left;
    width: 100%;
    display: block;
    font-size:12px;
}
.agenda_right .time tr td:nth-child(3){
	width: 25%;
	/*padding-left: 20px;*/
}
.agenda3{
	overflow-y: auto;
	display: none;
}
/*活动信息*/
.message{
	overflow: hidden;
	width: 100%;
	padding-bottom: 150px;position: relative;
	background: url(../img/zx2.png) no-repeat bottom;
}
.zx1{
	position: absolute;
	right: 0;
	top: 20%;
}
.zx2{
	position: absolute;
	bottom: 0;
	left: 0;
}
.message .title{
	padding-bottom: 30px;
}
.message .title h2{
	    width: 240px;
    line-height: 60px;
}
.message_main{
	width: 60%;
	margin: 0 auto;
	display: inline-block;
	padding-left: 20%;
}
.message_main .mes_add{
	width: 40%;
	float: left;
	padding: 5%;
}
.message_main .mes_add p{
	line-height: 25px;
	font-size: 14px;
}
.message_main .mes_add p:nth-child(1){
	    font-size: 17px;
    font-weight: 900;
    color: #811385;
}
.message_main ul li{
	width: 27%;
	float: left;
	background: url(../img/huodong.png) no-repeat;
	background-size:100% 100% ;
    margin: 0 3%;
    position: relative;
}
.message_main ul li img{
	position: absolute;
	left: 35%;
	top: -30%;
}
.message_main ul li p{
	text-align: center;
}
.message_main ul li p:nth-child(2){
	font-size: 21px;
	padding: 40px 0 10px;
	color: white;
}
.message_main ul li p:nth-child(3){
	font-size: 17px;
	padding-bottom: 40px;
	color: #fff;
}
.footer{
	text-align: center;
	line-height: 55px;
	background: #53535B;
	color: #f5f5f5;
}
@media only screen and (min-width: 1400px){
	/*.title{
		padding: 100px 0;
	}*/
	.bright {
		padding-bottom: 150px;
	}
	/*.message{
		padding-bottom: 250px;
	}*/
	.livetime{
		text-indent: 20px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1450px) {
	.title h2{
		padding-bottom: 0;
	}
}

/*查看更多*/
.chakan_la #mCSB_1_container{
	padding-bottom: 40px;
}
.chakan{
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 150px;
    border: 1px #000 solid;
    left: 50%;
    margin-left: -75px;
    cursor: pointer;
    border-radius: 20px;
}
.border_div{
	width: 70%;
	    display: flex;
    margin: auto;
    border: 1px solid #ccc;
    position: relative;
}
.mes_img{
	    position: absolute;
    height: 50px;
    top: -25px;
    left: 50%;
    margin-left: -25px;
}
#featureCarousel{
	margin: 30px auto 0;
	background-color: none;
}
.blip{
	display: none;
}
#now{
	background: #70C2DA;
}
#down1{
	background: #f5f5f5;
}
.down1_main{
    width: 60%;
    display: inline-block;
    margin: 0 20%;
    padding: 50px 0;
}
.down1_main .down_left{
	width: 40%;
	padding: 2.5%;
	float: left;
	background: #fff;
}
.down1_main h3{
	border-left: 3px solid #70C2DA;
	text-indent: 10px;
	font-size: 17px;
}
.down1_main .down_right{
	width: 40%;
	padding: 2.5%;
	float: right;
	background: #fff;
}
.down1_main ul li{
	width: 99%;
	margin: 15px 0;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
}
.downicon{
	float: left;
	background: #ccc;
	height: 40px;
	width: 11%;
}
.down1_main ul li p img{
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
}
.down1_main ul li .downname{
	width: 89%;
	float: left;
	text-indent: 10px;
	color: #000;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.anli,.whitebook{
	max-height: 236px;
}
.anli .photo_news img{
	height: auto !important; 
	width: 100%;
	padding: 0 !important;
}
.photo_news{
	width: 30%;
	float: left;
}
.news_tit{
	width: 65%;
	float: right;
    line-height: 20px;
    background: url(../img/line.png) no-repeat  0px 15px;
    padding-top: 20px;
}
.news_tit a{
	color: #666;
}
.news_tit a:hover{
	text-decoration: underline;
}
.anli li{
	height: auto !important;
	border: none !important;
	display: inline-block;
}




.fangan{
	width: 100%;
	display: inline-block;
}
.fangan dl{
	width: 30%;
	float: left;
}
.fangan dl dt img{
	width: 100%;
}
.fangan dl dd p{
	background: #F5F5F5;
	padding: 5%;
	color: #666;
}
.fangan dl dd p a{
	color: #666;
	text-decoration: underline;
}
.fangan dl dd p:nth-child(1){
	padding-bottom:2.5%;
	background: url(../img/line.png) no-repeat #f5f5f5 15px 40px;
}
.fanganlist{
	width: 100%;
	display: inline-block;
	margin: 30px 0;
}
.text{
	max-height: 252px;
}
.text li{
	width: 46% !important;
	float: left;
	margin-right: 2% !important;
}
