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

/*全局*/
.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-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: 40px;
	margin-top: 10px;
	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 #187678;
}
/** 是.的效果#66b9b3绿色  */  
.ck-switch-on{  
    color: #fff;  
    position: absolute;   
    z-index: 0;  
    font-weight: bold;  
}  
/** 否.的效果#cccccc灰色  */  
.ck-switch-off{  
    color: #187678;  
    position: absolute;  
    left: 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: #187678;  
    -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: 31px;  
}

/*导航按钮*/
.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: left;
	position: relative;
}
nav{
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.68);
	text-align: center;
	display: none;
	z-index: 1;
}
nav>ul{
	list-style-type: none;
	margin-top: 30px;
}
nav>ul>li{
	width: 25%;
	padding: 3px 0;
}
nav>ul>li>a{
	font-size: 2.2em;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
}
nav>.nav-close{
	text-align: right;
	padding-top: 5%;
	padding-right: 4%;
}
/*Banner*/
.banner{
	padding: 0 !important;
}
.banner>img{
	width: 100%;
}
section{
	padding-top: 30px;
	padding-bottom: 25px;
}
/*正文*/
.content{
	width: 95%;
	margin: 0 auto;
}
.content-title-01{
	width: 305px;
	height: 55px;
	background: url(../images/icon/title-bk-01.png);
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	color: #187678;
	font-size: 3.6em;
	font-weight: bold;
}
.content-title-02{
	width: 305px;
	height: 55px;
	background: url(../images/icon/title-bk-02.png);
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 3.6em;
	font-weight: bold;
}
h3{
	font-size: 3em;
	text-align: center;
}

/*会议亮点*/
.hyld{
	padding: 15px 20px;
	font-size: 2.6em;
	border: 1px solid #afafaf;
	border-radius: 15px;
	box-shadow: #afafaf 0px 0px 2px 1px;
}
.hyld > strong{
	font-size: 1.2em;
	font-weight: bold;
	color: #003e3c;
}

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

/*聚焦热点*/
.jjrd{
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #afafaf;
	border-radius: 10px;
}
.jjrd > .jjrd-date{
	font-size: 2.6em;
	font-weight: bold;
	color: #221815;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}
.jjrd > .jjrd-title{
	background-color: #eeeeee;
	color: #003e3c;
	font-size: 2.8em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.jjrd > .jjrd-text{
	font-size: 2.4em;
	border-bottom: 1px dashed #afafaf;
	padding: 5px 0;
}

/*往届会议评价*/
.comments{
	padding: 20px 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.comments > .comments_user{
	width: 25%;
}
.comments > .comments_contens{
	width: 75%;
}
.comments > .comments_contens > .comments_company{
	font-size: 2.6em;
	color: #187678;
	padding-bottom: 5px;
	border-bottom: 1px dashed #afafaf;
}
.comments > .comments_contens > .comments_text{
	font-size: 2.6em;
	padding-top: 5px;
}

/*合作媒体*/
.medias{
	width: 24%;
	float: left;
	box-shadow: #dddcdc 0px 0px 1px 1px;
}
