.inner12{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/*导航栏*/
.cncc-header{
	height: 150px;
	background: url(../images/cncc/head-bg.jpg) no-repeat bottom center;
}
.cncc-header .logo{
	float: left;
	margin-top: 36px;
	margin-left: 110px;
}
.cncc-header .nav-list{
	padding-top: 60px;
}
.cncc-header .nav-list li{
	float: left;
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: #007fcc;
	text-align: center;	
	margin-left: 2px;
}
.cncc-header .nav-list li.sign-up{
	background: #e75907;
}
.cncc-header .nav-list li a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/*banner*/
.cncc-banner{
	height: 740px;
	background: #0c58a1;
	text-align: center;
}
.cncc-banner .about-wrap{
	position: relative;
	z-index: 1;
}
.about-wrap .about-block{
	position: absolute;
	border:5px solid #0c58a1;
	width: 1150px;
	padding: 50px 20px;
	padding-bottom: 30px;
	background: #fff;
	top: 50px;
	left: 0;
}
.about-block .about-left{
	width: 312px;
	text-align: center;
	height: 188px;
	border-right: 3px solid #8c94ae;
}
.about-block .about-left .left-1{
	color: #007fcc;
	font-size: 36px;
	font-weight: bold;
	margin-top: 28px;
	line-height: 1;
}
.about-block .about-left .left-2{
	color: #007fcc;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1;
}
.about-block .about-left .sign-up-btn{
	display: inline-block;
	width: 272px;
	height: 56px;
	line-height: 56px;
	background: url(../images/cncc/sign.jpg) no-repeat;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 10px;
	text-indent: 10px;
	margin-top: 30px;
}
.about-block .about-right{
	padding: 0 30px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	width: 760px;
	line-height: 34px;
	text-align: left;
	text-indent: 25px;
	word-break: 
}
.about-block .about-right span{
	color: #ff6600;
}

.cncc-tit{
	font-size: 24px;
	color: #0c58a1;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}
.cncc-tit span{
	font-size: 18px;
}

.cncc-talker{
	padding-top: 230px;
	padding-bottom: 140px;
	background-image: url(../images/cncc/bigbg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#fafaff;

}
.talker-list{
	padding: 0 60px;
}
.talker-list .item{
	float: left;
	background: url(../images/cncc/talker-bg.png) no-repeat;
	width: 218px;
	height: 350px;
	text-align: center;
	margin: 20px 25px;
	
}

.talker-list .item .avatar{
	width: 218px;
	height: 240px;
	background: url(../images/cncc/avatar-bg.png) no-repeat;
}
.talker-list .item .avatar .avatar-i{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	margin-top: 25px;
}
.talker-list .item .infor-wrap{
	position: relative;
	margin-top: -35px;
	color: #fff;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
.talker-list .item:hover .infor-wrap{
	margin-top: -40px;
}
.talker-list .item .infor-wrap .name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.talker-list .item .infor-wrap .intro li{
	line-height: 23px;
}

/*大会形式*/
.cncc-xs{
	padding-top: 68px;
	padding-bottom: 80px;
}
.cncc-xs .xs-tit{
	text-align: center;
	padding-bottom: 80px;
}
.xs-con .li-wrap{
	position: relative;
	border: 3px solid #cdd7e4;
	background: #e9eef4;
	height: 384px;
	width: 274px;
	float: left;
	margin: 0 10px;
}
.xs-con .con-i{
	position: absolute;
	top: -44px;
	left: 4px;
}
.xs-con .con-main{
	padding: 68px 18px 0;
	font-size: 16px;
	color: #55576a;
	line-height: 2;
}
.xs-con .con-main p b{
	color:#55576a;
}
.xs-con .con-main p span{
	font-size: 30px;
	line-height: 1.2;
	margin-right: 5px;
	letter-spacing: 1px;
}
.xs-con .con-main p.p2{
	margin-top: 20px;
}
.xs-con .con-main p.p3{
	line-height: 1.2;
}

/*日程*/
.cncc-schedule{
	padding-top: 60px;
	padding-bottom: 125px;
	background: #007fcc;
}
.cncc-schedule .sch-tit{
	text-align: center;
	padding-bottom: 70px;
}
.cncc-schedule .sch-con li{
	width: 25%;
	float: left;
}
.cncc-schedule .sch-con li .sch-wrap{
	border: 4px solid #fff;
	padding: 0 23px;
	color: #fff;
	margin: 0 19px;
}
.cncc-schedule .sch-con li .sch-wrap .date{
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px solid #fff;
}
.cncc-schedule .sch-con li .sch-wrap .text{
	height: 150px;
	padding: 0 10px;
	padding-top: 40px;
	font-size: 16px;
}
.cncc-schedule .sch-con li .sch-wrap .text p{
	line-height: 2;
}