*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: "微软雅黑";
	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;
}

/*全局*/
.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: 24px;
	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 #057a68;
}
/** 是.的效果#66b9b3绿色  */  
.ck-switch-on{  
    color: #fff;  
    position: absolute;  
    left: 10px;  
    z-index: 0;  
    font-weight: bold;  
}  
/** 否.的效果#cccccc灰色  */  
.ck-switch-off{  
    color: #057a68;  
    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: #057a68;  
    -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: left;
	position: relative;
}
nav{
	position: absolute;
	right: 0;
	width: 45%;
	background-color: rgba(0,0,0,0.68);
	text-align: center;
	display: none;
	z-index: 1;
}
nav>ul{
	list-style-type: none;
	padding: 20px 15px;
}
nav>ul>li{
	width: 100%;
	text-align: left;
	padding: 10px 0 5px;
	border-bottom: 1px solid #bababa;
}
nav>ul>li>a{
	font-size: 2.4em;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
}
nav>.nav-close{
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
}

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

section{
	padding-top: 30px;
}
b{
	font-size: bold;
}

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

/*title*/
.content-title-01{
	text-align: center;
	font-size: 3.4em;
	font-weight: bold;
}
.title-sm{
	text-align: left;
	font-size: 3em;
}

/*会议亮点*/
.hyld-div{
	width: 31%;
	height: 125px;
	float: left;
	border: 1px solid #c6c5c5;
	box-shadow: 1px 1px 1px 1px #EEEEEE;
	border-radius: 5px;
	background-color: #fff;
}
.hyld-div-on{
	background-color: #057a68;
	color: #fff !important;
}
.hyld-text{
	text-align: center;
	font-size: 2.3em;
	padding: 0 5px;
}
.hyld-text > strong{
	font-size: 1.5em;
	color: #057a68;
}

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

/*大会议程*/
.agenda-title{
	font-size: 2.6em;
	font-weight: bold;
	text-align: center;
	color: #057a68;
}
.agenda-date{
	font-size: 2.4em;
	text-align: center;
	color: #057a68;
}
.pb-10{
	padding-bottom: 10px;
}
.agenda-text{
	font-size: 2.4em;
	font-weight: bold;
}
.mr-5{
	margin-right: 5px;
}
.pb-10{
	padding-bottom: 10px;
}
.topic-sm{
	font-size: 2.4em;
	background-color: #057a68;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0;
	margin-bottom: 5px;
	font-weight: bold;
}

/*往届嘉宾评语*/
.guest_comment{
	width: 100%;
	box-shadow: 0px 1px 4px 0px rgba(4, 0, 0, 0.36);
	margin-top: 15px;
	background-color: #fff;
	border-radius: 10px;
}
.guest_comment>div{
	width: 93%;
	margin: 0 auto;
	padding: 10px 0;
}
.guest_comment>div>p{
	font-size: 2.6em;
}
.guest_comment>div>.comments_contens{
	padding: 10px 0;
}
.guest_comment_user>img{
	vertical-align: top;
	margin-top: 2px;
}
.guest_comment_user>span{
	margin-left: 10px;
	font-weight: bold;
	color: #057a68;
}

/*联系我们*/
#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: #057a68;
	padding: 10px 0;
}