*{
	padding: 0;
	margin: 0;
}
body,html{
	font-size: 62.5%;
	color: #333333;
	line-height: 25px;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background-color: #fff;
	background: #fff;
}
a{
	text-decoration: none;
	color: #2D2D2D;
}
b{
	font-weight: bold;
}

/*全局*/
.cb{
	clear: both;
}
/*左浮动*/
.f-l{
	float: left;
}
/*右浮动*/
.f-r{
	float: right;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-45{
	margin-top: 45px;
}
.mt-60{
	margin-top: 60px;
}
.mt-100{
	margin-top: 100px;
}

img{
	max-width: 100%;
	vertical-align: middle;
}

header{
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: relative;
}
.nav-logo{
	width: 50%;
	height: 60px;
	float: left;
}
.nav-logo>img{
	height: 25px;
	margin-top: 18px;
	margin-left: 15px;
}
.nav-tab-btn{
	width: 50%;
	height: 60px;
	float: left;
}
/*中/英切换按钮*/
/** 外部div式样     */  
.ck-switch{  
    width: 75px;  
    height: 30px;  
    margin: 15px auto;  
    position: relative;  
    -moz-border-radius: 50px;  
    -webkit-border-radius: 50px;  
    border-radius: 50px;  
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);  
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);  
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);  
    border: 1px solid #3615c4;
}
/** 是.的效果#66b9b3绿色  */  
.ck-switch-on{  
    color: #fff;  
    position: absolute;  
    left: 10px;  
    z-index: 0;  
    font-weight: bold;  
}  
/** 否.的效果#cccccc灰色  */  
.ck-switch-off{  
    color: #3615c4;  
    position: absolute;  
    right: 10px;  
    z-index: 0;  
    font-weight: bold;  
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);  
    font-size: 2em;
    line-height: 30px;
}  
/** 绿色椭圆小块  */  
.ck-switch-current{  
    display: block;  
    width: 45px;  
    height: 30px;  
    cursor: pointer;  
    position: absolute;  
    top: 0; 
    left: -1px; 
    z-index: 1;  
    background: #3615c4;  
    -moz-border-radius: 50px;  
    -webkit-border-radius: 50px;  
    border-radius: 50px;  
    text-align: center;
    line-height: 30px;
    font-size: 2em;
}  
/** left定位  */  
.ck-switch-current-3{  
    left: 3px;  
}  
.ck-switch-current-40{  
    left: 50px;  
}

/*导航按钮*/
.nav-btn{
	background-image: url(../images/icon/icon_open.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	padding: 0;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 17px;
}
/*导航*/
.nav-tab-div{
	width: 50%;
	height: 60px;
	float: right;
	position: relative;
}
nav{
	position: absolute;
	width: 35%;
	background-color: rgba(0,0,0,0.68);
	text-align: center;
	display: none;
	z-index: 1;
	right: 0;
}
nav>ul{
	list-style-type: none;
	margin-top: 30px;
}
nav>ul>li{
	width: 80%;
	padding: 10px 0 5px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #fff;
}
nav>ul>li>a{
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
}
nav>.nav-close{
	text-align: right;
	padding-top: 5%;
	padding-right: 4%;
}

.over {position: fixed; left:0; top:0; width:100%; z-index:100;}
.tempContainer {position:fixed; width:100%; margin-right:0px; margin-left:0px; text-align:center; z-index:101;}


/*Banner*/
.banner{
	padding: 0 !important;
}
.banner>img{
	width: 100%;
}

section{
	padding-top: 45px;
}

/*正文*/
.content{
	width: 95%;
	margin: 0 auto;
}

/*title*/
.content-title-01{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 auto;
	color: #3615c4;
}

/*会议背景*/
.ConferenceBackground > p{
	font-size: 1.5rem;
}

/*会议亮点*/
.hyld-div{
	width: 50%;
	background-color: #f7f8f8;
	height: 150px;
	cursor: pointer;
}
.hyld-text{
	width: 85%;
	text-align: center;
	line-height: 25px;
	font-size: 1.5rem;
}
.hyld-text strong{
	font-size: 1.8rem;
	color: #3615c4;
}
.hyld-check-on{
	background-color: #7e5ee5;
	color: #FFFFFF !important;
}
.hyld-check-on > .hyld-text > strong{
	color: #fff;
}

/*谁将参会*/
.who-join{
	width: 100%;
	margin: 20px auto 0;
}
.who-join table td{
	background-color: #f7f8f8;
	padding: 5px 10px;
	font-size: 1.4rem;
}
.who-join-title{
	width: 4%;
	background-color: #7e5ee5 !important;
	padding: 0 15px !important;
}
.who-join-title>span{
	writing-mode: lr-tb;
	font-size: 2rem;
	color: #FFFFFF;
	font-weight: bold;
}
.join-company{
	width: 96%;
	background-color: #7e5ee5 !important;
	padding: 10px 0 10px 10px !important;
	font-size: 1.6rem;
}
.join-company>span{
	color: #FFFFFF;
	font-weight: bold;
}
.join-jobtitle{
	width: 340px;
	background-color: #7e5ee5 !important;
	padding: 10px 0 10px 20px !important;
}
.join-jobtitle>span{
	color: #FFFFFF;
	font-weight: bold;
}

/*会议框架*/
.frame-table{
	width: 100%;
	text-align: center;
	border: 0;
}
.frame-table td{
	cursor: pointer;
}
.frame-date-title{
	background-color: #3615c4;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0;
	border-right: 1px solid #FFFFFF;
}
.frame-topic-title{
	background-color: #3615c4;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0;
}
.frame-date{
	width: 10%;
	font-size: 1.5rem;
	font-weight: bold;
	color: #3615c4;
	line-height: 30px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.frame-topic{
	width: 20%;
	text-align: left;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-size: 1.4rem;
}
.frame-topic-txt{
	text-align: left;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-size: 1.3rem;
}

/*赞助方式*/
.SponsorType{
	width: 49%;
	text-align: center;
	font-size: 2em;
}
.SponsorType>img{
	margin-bottom: 5px;
}

/*合作媒体*/
.Media{
	width: 23.5%;
	float: left;
}

/*大会议程*/
.agenda-title{
	height: 80px;
}
.agenda-title>.agenda-topic{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #aaaaaa;
	line-height: 75px;
	text-align: center;
	float: left;
}
.agenda-title>.agenda-topic>span{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.agenda-title>.agenda-date{
	line-height: 80px;
	font-size: 1.5rem;
	color: #3615c4;
	float: left;
	margin-left: 10px;
}
.agenda-title>.agenda-txt{
	line-height: 77px;
	font-size: 1.7rem;
	color: #3615c4;
	float: left;
	font-weight: bold;
	margin-left: 10px;
}
#Agenda table{
	width: 100%;
	margin-top: 15px;
}
#Agenda table>tbody>tr>th{
	padding: 5px 0;
	color: #fff;
	text-align: left;
	padding-left: 3%;
	font-size: 2em;
}
#Agenda table>tbody>tr>td{
	padding: 5px 0;
	text-align: left;
	padding-left: 3%;
	padding-right: 1px;
	font-size: 2em;
	vertical-align: top;
}
#Agenda table>tbody>tr>td>.topic-speaker{
	font-size: 1em;
}

/*联系我们*/
#Contact_US{
	background-image: url(../images/icon/Contact_US.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 45px;
}
.copyright{
	font-size: 2.4em;
	color: #FFFFFF;
	text-align: center;
	background-color: #3615c4;
	padding: 10px 0;
}