body,
html {
	background: url(/images/zt/ceping/2018/navigator/back_img.png) center top repeat-y;
	background-size: 100% auto;
}

.hide{
	display: block;
	width: 100%;
	height: 140px;
}

.top {
	width: 100%;
	background-color: #2a2a4e;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.top_titile {
	width: 1100px;
	margin: 0 auto;
	height: 100px;
}

.top_left {
	float: left;
	margin-top: 22px;
}

.top_right {
	float: right;
	width: 670px;
	height: 56px;
	background-color: #e4e8ed;
	border-radius: 50px;
	text-align: center;
	margin-top: 22px;
}

.top_right>a {
	display: inline-block;
	margin: 0 5px;
	padding: 15px 30px;
	font-size: 18px;
	color: #2a2a4e;
}

.top_right .on {
	color: #e32b2b!important;
	border-bottom: 2px solid #e32b2b;
}


/*主体*/


/*大会详情*/

.subject {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
}

.subject #return {
    position: fixed;
	left: 50%;
	bottom: 100px;
	margin-left: 580px;
	width: 54px;
	height: 54px;
	background: url(/images/zt/ceping/2018/navigator/return.png) center no-repeat;
	background-size: 100% 100%;
	display: block;
}

.subject #return:hover{
	opacity: 0.5;
}

.subject .conter {
	background-color: #ccdcef;
    height:390px;
}


.subject .conter p {
	font-size: 14px;
	color: #010101;
	line-height: 22px;
}

/*
.subject .text p{
	display: inline-block;
	width: 49%;
	margin-top: 30px;
	font-size: 14px;
	color: #231f20;
}

.subject .marjor {
	background-color: #ccdcef;
}

.subject .marjor li {
	display: inline-block;
	margin: 0 17px;
}

.subject .marjor li p {
	width: 128px;
	height: 35px;
	background-color: #2a2a4e;
	font-size: 24px;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 10px auto 25px auto;
	text-align: center;
}

.subject .marjor li div{
	width: 210px;
	height: 150px;
	overflow: hidden;
	border-radius: 5px;
}
.subject .marjor img{
	cursor: pointer;
	border-radius: 5px;
	transition: all .1s;
}

.subject .marjor img:hover{
	transform: scale(1.1);
}

.subject .theme{
	background-color: #ccdcef;
}

.subject .theme li {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

.subject .main {
	color: #2a2a4e;
	font-size: 16px;
	background-color: #ccdcef;
	border-radius: 10px;
}

.subject .main ul:nth-child(2) {
	border-top: 8px solid #ccdcef;
}

.subject .main li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.subject .main li:nth-child(odd) {
	width: 490px;
}

.subject .main li:nth-child(even) {
	margin-left: 70px;
}

.subject .main p:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
}

.subject .main p:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
}

.subject .main dl {
	margin-top: 20px;
}

.subject .main dt {
	font-size: 18px;
	font-weight: bold;
}

.subject .main dd {
	line-height: 26px;
}

.subject .main dd span {
	display: inline-block;
}

.subject .main dd span:nth-child(1) {
	width: 20px;
	vertical-align: top;
}

.subject .main dd span:nth-child(2) {
	width: 400px;
	vertical-align: top;
}

.subject .main .border:nth-child(1) {
	border-bottom: 7px solid #ccdcef;
	border-radius: 10px 10px 0 0;
}

.subject .main .border:nth-child(2) {
	border-top: 0;
	border-radius: 0 0 10px 10px;
}*/


/*参会报名*/

.download {
	margin-top: 200px;
}

.data_form {
	width: 970px;
	height: auto;
	padding-bottom: 5px;
	margin: 0 auto;
}

.data_form>div {
	padding-top: 30px;
}

.data_form li {
	display: inline-block;
	width: 42%;
	text-align: left;
	font-size: 18px;
	color: #333333;
	padding-left: 50px;
	margin-bottom: 20px;
}

.data_form li span {
	display: inline-block;
	color: red;
	vertical-align: middle;
	width: 20px;
	text-align: center;
}

.data_form input[type=text] {
	width: 310px;
	height: 38px;
	border: 1px solid #717171;
	text-indent: 20px;
	border-radius: 5px;
	color: #333333;
}

.data_form input[type=text]:focus {
	border: 1px solid #FF0000;
}

.data_form li:nth-child(6) span {
	color: transparent;
}

.data_form .sub {
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.data_form .sub .btnSubmit {
	width: 250px;
	height: 48px;
	border: 1px solid #2a2a4e;
	background-color: #2a2a4e;
	font-size: 22px;
	letter-spacing: 10px;
	color: #FFFFFF;
	cursor: pointer;
	outline-color: #2a2a4e;
	border-radius: 5px;
}

.data_form .sub .btnSubmit:hover {
	opacity: 0.7;
}

.data {
	border-radius: 10px;
	background-color: #ccdcef;
}

.data dl {
	display: inline-block;
	vertical-align: top;
}

.data dl{
	width: 470px;
	margin-right: 100px;
	line-height: 30px;
}

.data dl dd ul {
	margin-top: 10px;
}

.data dl dd ul li {
	display: inline-block;
	width: 230px;
	text-align: left;
}

.data dl dd ul li span {
	color: #FF0000;
}

.data dl dt,
.data dl dd:nth-child(2) {
	font-size: 20px;
	color: #333333;
	font-weight: bolder;
}

.data dl dd {
	font-size: 15px;
}

.spon {
	background-color: #ccdcef;
	border: 4px solid #ccdcef;
	border-radius: 5px;
}

.spon dl {
	display: inline-block;
	vertical-align: top;
	background-color: #FFFFFF;
}

.spon dt {
	font-size: 20px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bold;
}

.spon dd {
	line-height: 23px;
	font-size: 16px;
	color: #333333;
}

.spon dd:nth-child(6) {
	margin-top: 10px;
}

.spon .border {
	width: 296px;
	height: 220px;
	padding: 50px 30px 20px 30px!important;
	border: 4px solid #ccdcef;
	margin-right: -5px;
	border-radius: 10px;
}

.spon .border:nth-child(3) {
	margin-right: 0;
}

.buttn a {
	display: inline-block;
	font-size: 12px;
	width: 130px;
	line-height: 40px;
	text-align: center;
	background-color: #2a2a4e;
	color: #FFFFFF;
	border-radius: 5px;
	margin-right: 30px;
	margin-top: 20px;
}

.buttn a:nth-child(2) {
	margin-right: 0;
}

.buttn a:hover {
	opacity: 0.7;
}


/*公共-css*/

.headline {
	margin-top: 50px;
	margin-bottom: 25px;
}

.headline>p:nth-child(1) {
	font-size: 48px;
	color: #231f20;
	font-weight: bold;
}

.headline>p:nth-child(1):before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 30px;
	background-color: #231f20;
	margin-right: 18px;
}

.headline>p:nth-child(2) {
	font-size: 20px;
	color: #231f20;
	letter-spacing: 2px;
	text-indent: 26px;
}

.subtitle {
	margin: 50px 0 25px 0;
	text-indent: 26px;
	background: url(/images/zt/ceping/2018/navigator/icon.png) left 25px no-repeat;
}

.subtitle>p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	color: #231f20;
}

.subtitle>p:nth-child(2) {
	font-size: 16px;
	color: #231f20;
}

.border {
	border-top: 9px solid #ccdcef;
	border-right: 7px solid #ccdcef;
	border-bottom: 9px solid #ccdcef;
	border-left: 7px solid #ccdcef;
	border-radius: 10px;
}

.inner {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 30px 15px;
}

.inner>div {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.slideBox {
	width: 515px;
	height: 340px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 20px;
}


/* 最新文章 */
.new_article {
	position: fixed;
	right: 0;
	top: 20%;
	width: 250px;
	height: 350px;
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
    background-color: #e4edf8;
    /*border-radius: 30px 0;
    background-color:antiquewhite;
    border: 2px solid #333;*/
}
.new_article>p {
	position: absolute;
	top: 25%;
	left: -50px;
	width: 50px;
	height: 75px;
	color: #2a2a4e;
	cursor: pointer;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
	padding-top: 25px;
	letter-spacing: 2px;
	background-color: #ccdcef;
	border-radius: 50px 0 0 50px;
}
.new_article .nano{
    overflow:inherit;
}

.new_article .nano .nano-content{
    right: -17px;
    padding: 0 20px;
    height: 332px;
}

.new_article .nano-content span {
	display: block;
	line-height: 22px;
	margin: 22px 0;
    letter-spacing: .3px;
}

.new_article .nano>.nano-pane{
    right:-10px;
}

.new_article .nano-content span a:hover{
    color:#f34b01;
}

/* 回到首页 */
.subject .back_home {
    position: fixed;
	left: 50%;
	bottom: 180px;
	margin-left: 580px;
	width: 54px;
	height: 54px;
	/*background: url(/images/zt/ceping/2018/navigator/return.png) center no-repeat;*/
	background-size: 100% 100%;
	display: block;
    background-color: #ddd;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}

.subject .back_home:hover{
	opacity: 0.5;
}

/*合作媒体*/
.media {
	background-color: #FFFFFF;
	padding: 10px;	
}

.media li{
	display: inline-block;
	margin-right: 16px;
}

.media li:nth-child(6n+6) {
	margin-right: 0;
}

/* 赞助企业 */
.sponsor .border {
	padding-bottom: 10px;
}
.sponsor li {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-top: 10px;
	border: 1px solid transparent;
}

.subject .marjor {
	background-color: #ccdcef;
}

.subject .marjor li {
	display: inline-block;
	margin: 0 17px;
}

.subject .marjor li p {
	width: 128px;
	height: 35px;
	background-color: #2a2a4e;
	font-size: 24px;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 10px auto 25px auto;
	text-align: center;
}

.subject .marjor li div {
	width: 210px;
	height: 150px;
	overflow: hidden;
	border-radius: 5px;
}

.subject .marjor img {
	cursor: pointer;
	border-radius: 5px;
	transition: all .1s;
}

.subject .marjor img:hover {
	transform: scale(1.1);
}

.subject .theme {
	background-color: #ccdcef;
}

.subject .theme li {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

/*演讲嘉宾*/

.subject .main {
	color: #2a2a4e;
	font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.subject .main .border {
	padding: 1%;
}

.subject .main .border>div {
	margin: 10px 2.5px;
}

.subject .main .title_top {
	margin-bottom: 20px;
}

.subject .main .title_top>p{
	font-size: 24px;
    font-weight: bold;
}

.subject .main .title_top>p+p {
	font-size: 18px;
}

.subject .main dl {
    display: inline-block;
    width: 49%;
    background-color: #f6fafd;
	margin-top: 10px;
	margin-bottom: 20px;
}

.subject .main dl:nth-child(odd) {
	margin-left: 8px;
}

.subject .main dl dt ,
.subject .main dl dd {
	display: inline-block;
	vertical-align: middle;
}

.subject .main dl dt ,
.subject .main dl dt img {
	width: 180px;
	height: 120px;
}

.subject .main dl dd {
	width: 320px;
	margin-left: 10px;
}

.subject .main dl dd .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.subject .main .salon p {
    font-size: 18px;
    font-weight: bold;
}
.subject .main .salon i {
	display: block;
	font-size: 15px;
	font-style: normal;
    color: grey;	
}
.subject .main .salon li {
	line-height: 26px;	
}

.subject .main .post {
	font-size: 15px;
	color: black;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.subject .main .topic {
	font-size: 15px;
	color: grey;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.subject .main dl .details {
	text-align: right;
}

.subject .main dl .details a {
	font-weight: bold;
	font-size: 14px;
	color: #c30;
}

.subject .main dl .details a:hover{
	color: #FF0000;
}

/* 现场影集 */
.picScroll-left {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
}
			
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 31px;
	height: 245px;
	color: #91d3f5;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
	font-size: 50px;
	line-height: 245px;
	font-weight: bolder;
	background-color: transparent;
	font-family: "SimSun";
}
			
.picScroll-left .hd .prev {
	left: 15px;
}
			
.picScroll-left .hd .next {
	right: 0;
}
			
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
			
.picScroll-left .bd ul li {
	margin: 0 10px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
			
.picScroll-left .bd ul li img {
	width: 350px;
	height: 245px;
	display: block;
}

/* 产品展示 */
.picScroll-left2 {
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
			
.picScroll-left2 .hd {
	z-index: 9998;
}
			
.picScroll-left2 .hd .prev,
.picScroll-left2 .hd .next {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 31px;
	height: 245px;
	color: #91d3f5;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
	font-size: 50px;
	line-height: 245px;
	font-weight: bolder;
	background-color: transparent;
	font-family: "SimSun";
}
			
.picScroll-left2 .hd .prev {
	left: 15px;
}
			
.picScroll-left2 .hd .next {
	right: 0;
}
			
.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
}
			
.picScroll-left2 .bd ul li {
	margin: 0 10px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
			
.picScroll-left2 .bd ul li img {
	width: 350px;
	height: 245px;
	display: block;
}

