@charset "utf-8";
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*top nav*/
.top{ background:url(../images/banner1.jpg) no-repeat center; font-size:14px;}
	.top_nav{ height:35px; background:#f7f7f7; line-height:35px; color:#444444;}
	.top_nav2{ width:1024px; margin:0 auto;}
	.top_nav2 ul li{ float:left; width:128px; text-align:center; height:35px;}
	.top_nav2 ul li a{ color:#666666;}
	.top_nav2 ul li:hover a{ color:#e68700;}
	.top_nav2 ul li:hover{ background:#efefef}
	.top_nav2 ul li img{ float:left; height:35px;}
	
/*top nav end*/

/*banner*/
.banner{ height:700px; background:url(../images/banbg.jpg) no-repeat center;}
.banner_c{ position:relative; width:1200px; margin:0 auto;}
.banc_1{ position:absolute;}
.banc_2{ position:absolute; right:50px;}
/* 本例子css */
.slideBox{ width:1200px; height:700px; overflow:hidden; position:relative;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1200px; height:700px; display:block;  }

.mobban{display: none;}
.mobban img{width: 100%;}
/*banner end*/

/*bm*/
.tit_ac{display: none;}
.bg2{ background:url(../images/bg5.png) no-repeat bottom right;}
.bm{ width:1000px; margin:20px auto;}
.bm_c{ height:50px; line-height:30px;}
.bm_r{ text-align:right !important;}
.bm_c input{ width:90%; height:30px; line-height:30px; border:1px solid #cccccc; border-radius:5px; color:#666666;} 

.inp2{ width:150px !important; margin-right:50px; background:url(../images/jh.png) no-repeat center top;color:#00b0b6; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #00b0b6; font-size:14px;}
.inp3{ width:150px !important; margin-right:50px; background:url(../images/jian.png) no-repeat center top;color:#00b0b6; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #00b0b6; font-size:14px;}
.inp4{ width:150px !important; margin-right:50px; background:#00b0b6;color:#ffffff; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #00b0b6; font-size:14px;}
.inp5{ width:150px !important; margin-right:50px; background:#00b0b6;color:#ffffff; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #00b0b6; font-size:14px;}

.texc1{ text-align:right;}
.texc2{}

/*ui-choose样式，可根据实际项目需求进行调整*/
select.ui-choose{display: none;}
ul.ui-choose { box-sizing: border-box; display: inline-block; border: 1px solid transparent; font: 100 16px/30px; border-right: none; border-bottom: none; font-size: 16px; margin: 0; padding: 0; list-style: none; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
ul.ui-choose:after { content: ""; display: table; clear: both; }
ul.ui-choose li{ margin:0 10px;}
ul.ui-choose>li { box-sizing: border-box; border: 1px solid #cccccc; float: left; height: 34px; line-height: 32px; margin: -1px 0 0 -1px; padding: 0 16px; cursor: pointer; position: relative; z-index: 1; min-width: 20px; text-align: center; color: #ffffff; background:#00B0B6; }
ul.ui-choose>li:first-child { }
ul.ui-choose>li:last-child { }
ul.ui-choose>li:hover { z-index: 4; border-color: #ff7800; color: #ff7800; }
ul.ui-choose>li.selected { z-index: 3; border-color: #ff7800; background-color: #ff7800; color: #ffffff; }
ul.ui-choose>li.disabled { z-index: 2; background-color: #f2f2f2; color: #aaa; cursor: not-allowed; }
ul.ui-choose>li.disabled:hover { border-color: #aaa; }
ul.ui-choose>li.selected.disabled { z-index: 2; background-color: #00a0cb; color: #cccccc; cursor: not-allowed; border-color: #00a0cb; }
ul.choose-type-right>li.selected { color: #00a0cb; background: transparent url("./icon-selected.png") no-repeat right bottom; }
ul.ui-choose.choose-flex { display: flex; }
ul.ui-choose.choose-flex>li { flex: 1; padding: 0 8px; }

.i1,.i2{display: none; color:#333333 !important; text-decoration:none !important; line-height:40px;}
.i1{ padding-top:10px;}
.i1 input,.i2 input{ width:15px; height:15px; margin-right:10px;}
.i1 textarea{ width:90%; border:1px solid #cccccc; border-radius:5px; color:#666666;}
a.c1{cursor: pointer;margin:15px;}
a.c2{cursor: pointer;margin:15px;}

.bor_b1{ border-bottom:1px dashed #00b0b6; padding-bottom:10px; margin-bottom:10px;}
.bor_b2{ border-bottom:1px dashed #00b0b6; padding-bottom:10px; margin-bottom:10px;}
/*bm end*/



/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 250px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #01c3ca url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #01c3ca url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #01c3ca url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #01c3ca url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 15px 15px 15px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
/**/

/*map*/
.p8{  padding:20px 0 0 0; padding-bottom:30px;}
.map_box{ margin-top:10px;}
#map{width:1000px;height:400px;border:#ccc solid 1px;font-size:12px; margin: 20px auto 0 auto;}
.map2{ height: 30px; line-height: 30px; margin:0 auto 20px auto; text-align: center; width: 250px; border: 1px solid #666666; border-radius: 10px; cursor: pointer; transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s;}
.map2:hover{border: 1px solid #00b0b6; color: #00b0b6;}
.maptj{ color: #666666;}
.modal-dialog{width: 70%;}
.maptab{text-align: center; font-size: 14px; background: #fafafa;}
.maptab th{text-align: center;}
.modal-header{background: #00b0b6; color: #ffffff;}
.modal-title{text-align: center; font-weight: bold;}
.btn-map{background: #00b0b6; color: #ffffff;}
.map-lx{ margin: 15px; text-align: left; font-size: 14px; line-height: 24px;}
.map-lx h4{text-align: center; height: 40px; line-height: 40px; background: #00b0b6; color: #ffffff; margin-bottom: 15px; font-weight: bold; font-size: 16px;}
.map-lx p{margin-bottom: 10px;}
/*map end*/


/*contant*/
/*jiagou*/
.jiagou{ height:50px; background:#2a2a2a;}
.jg_c{ width:1000px; margin:0 auto; color:#ffffff; line-height:50px; font-family:"微软雅黑"; font-size:18px;}
/* 本例子css */
.txtMarquee-left{ width:100%;  position:relative; overflow:hidden;}
.txtMarquee-left .bd1{ padding:0 10px; }
.txtMarquee-left .bd1 .tempWrap{ width:1000px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd1 ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd1 ul li{ margin-right:20px;  float:left;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd1 ul li span{ color:#00edd9;  }
/*jg end*/

/*nav*/
nav {
	position: absolute;
	background: #ffffff;
}
.fixed {
	position: fixed; 
	top: 0;  
	z-index: 999;
	width:100%;
}
.fixed .navc_1 li,.fixed .navc_1 li a{ height:50px; line-height:50px;}

.nav-newc .navbar-nav > .active > a,
.nav-newc .navbar-nav > .active > a:hover,
.nav-newc .navbar-nav > .active > a:focus{ background:url(../images/bg.jpg) no-repeat bottom center; color:#00b0b6;}

.nav-newc{ border-bottom:1px solid #eaeaea;}
.navc_1{ width:1000px; margin:0 auto;}
.navc_1 li{ height:79px; line-height:79px; font-size:20px; font-family:"微软雅黑"; background: url(../images/navbg2.jpg) no-repeat right center;}
.navc_1 li a{ height:79px; line-height:79px; font-size:20px; font-family:"微软雅黑"; padding:0 32px; color:#999999; font-weight: bold;}
.navc_1 li a:hover{ background:url(../images/bg.jpg) no-repeat bottom center; color:#00b0b6;}
/*nav end*/

/*about*/
.containter{ margin:40px auto; width:1000px;}
.title{ overflow:hidden; margin-bottom:30px; padding-top: 20px;}
.about_c1 img{ width:100%;}
.about_c2 p{ text-indent:2em; font-size:14px; color:#444444; line-height:26px;}
/* 本例子css */
	.focusBox { position: relative; width: 400px; height: 260px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 400px; height: 260px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=70); opacity: 0.7; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
	.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }
/*about end*/

.conbg1{ background: url(../images/bg4.png) no-repeat top center;}
.conbg2{background: url(../images/bg6.png) no-repeat bottom center;}

/*topic*/
.top_c{padding:0 20px; }
.top_c span{height: 35px; line-height: 35px; margin-bottom: 20px; color: #555555; background: url(../images/ico1.png) no-repeat left center; padding-left: 50px; font-size: 18px; font-family:"微软雅黑"; font-weight: bold; display:block;text-shadow:#ffffff 1px 0 0,#ffffff 0 1px 0,#ffffff -1px 0 0,#ffffff 0 -1px 0;
-webkit-text-shadow:#ffffff 1px 0 0,#ffffff 0 1px 0,#ffffff -1px 0 0,#ffffff 0 -1px 0;
-moz-text-shadow:#ffffff 1px 0 0,#ffffff 0 1px 0,#ffffff -1px 0 0,#ffffff 0 -1px 0;
*filter: Glow(color=#ffffff, strength=1); }
.top_c p strong{ display:block; height:24px; line-height:24px; font-size:24px; font-family:"微软雅黑"; color:#059BA2; background:#ffffff; padding-left: 50px; margin-bottom:20px; border-left:3px solid #059BA2; }
.poa{position: absolute;}
/*topic end*/

/*speaker*/
.title3{padding-top: 20px; max-width: 100%; }
.speaker{/*background: #00b0b6;*/ color: #ffffff;}
.spe_c{ width: 1000px; margin:0 auto;}
/* 本例子css */
		.slideGroup{ width:100%; text-align:left; padding-top:20px; }
		.slideGroup .parHd{ height:40px; line-height:40px;  padding:0 20px; border-bottom:2px solid #F59503;  position:relative;  }
		.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:24px;   }
		.slideGroup .parHd ul li{ float:left; padding:0 50px; cursor:pointer;  }
		.slideGroup .parHd ul li.on{ height:41px;  background:#F59503;  border-bottom:2px solid #F59503; color:#ffffff;}
		.slideGroup .slideBox1{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }

		.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0px; top:51px; display:block; width:34px; height:148px; border:1px solid #ddd; background:url(../images/jtl.jpg) center center no-repeat #f4f4f4; }
		.slideGroup .sNext{ left:auto; right:5px; background:url(../images/jtr.jpg) center center no-repeat #f4f4f4;  }
		.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#ffffff;  }

		.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
		.slideGroup .parBd ul li{ width:100%; margin:0 auto;}
		.jb_div{ float:left; font-size:14px; text-align:center; width:285px;}
		.jb_div img{ border:1px solid #eeeeee; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
		.jb_div:hover img{ border:1px solid #2E9D74;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
		.jb_div2{ float:left; width:350px; padding:10px; min-height:265px; font-size:14px; line-height:26px;}
		.jb_div2 strong{font-size: 20px; font-family: "微软雅黑"}
.jiabin{ display:none;}
/**/
/*speaker end*/

/*logo*/
.logo{}
.logo1{ float: left !important; background: #00b0b6; color: #ffffff; width: 150px; height: 60px; margin-right: 15px; text-align: center; line-height: 60px; font-size: 18px;  font-family: "微软雅黑";}
.logo2{ float: left; width: 830px;}
/* 本例子css */
		.picMarquee-left{ width: 830px;  overflow:hidden; position:relative;}
		.picMarquee-left .bd2{}
		.picMarquee-left .bd2 ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd2 ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd2 ul li img{ width:149px; height:60px; display:block; border:1px solid #ccc; }
/*logo end*/

/*review*/
.rev-tabs{margin-bottom: 20px;}
.rev-tabs > li.active > a, .rev-tabs > li > a:hover, .rev-tabs > li> a:focus{
	color: #ffffff;
    cursor:pointer;
    background: #00b0b6;
}
.rev-tabs > li.active, .rev-tabs > li:hover, .rev-tabs > li:focus{
	color: #ffffff;
    cursor: pointer;
    background:url(../images/bg2.png) no-repeat top center;
}
.rev-tabs > li { float: left; width: 20%; text-align: center; height: 56px; overflow: hidden;}
.rev-tabs > li > a { border: none; height: 50px; line-height: 50px; padding: 0; font-size: 18px; font-family: "微软雅黑"; color: #ffffff;}

.rev-bg1{background: #494949;}
.rev-bg2{background: #5a5a5a;}

.rev-c1{float: left; width: 356px; margin-right: 30px;}
.rev-c1 img{width: 100%;}
.rev-c2{float: left; width: 580px;}
.rev-c2 p{font-size: 14px; line-height: 28px; text-indent: 2em; color: #ffffff; padding-top: 35px; min-height: 190px;}
.rev-c2 a{ display: block; float: right; height: 30px; width: 118px; border-radius: 0 30px 30px 0; background: #00b0b6; text-align: center; line-height: 30px; color: #ffffff; font-size: 14px; transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s;}
.rev-c2 a:hover{ text-decoration: none; background: #029a9f;}
/*review end*/

/*contact*/
.contact{}
.cont-c{  padding: 40px 50px; width: 1000px; margin: 0 auto; color: #ffffff; margin-top: 10px; border-top: 1px dashed #5c5c5c;}
.contc_1{ font-size: 16px; line-height: 36px; font-family: "微软雅黑";}
/*contact end*/

/*foot*/
.foot{ background: #00b0b6; width: 100%; margin: 0;}
.foot-c{ width: 1000px; margin: 0 auto; padding: 20px 0; font-size: 14px; line-height: 30px; color: #ffffff; text-align: center;}
.foot-c a{ color: #ffffff;}
/*foot end*/

/**/

/*会议赞助*/
.part3{ width:1000px; margin:0 auto; margin-bottom:20px;}
.tit2{ height:94px; line-height:47px; background:url(../images/tit8.png) no-repeat; text-align:center; font-family:"微软雅黑"; margin-bottom:15px;}
.tit2 span{ padding:0 10px; font-size:30px;color:#00a0cb; font-weight:440; background:#ffffff;}
.tit2 span font{ font-size:14px;}
.body-text{
           background-color: #fff;
            color: #25373C;
            font-size: 18px;
            text-align: center;
        }


        .body-text p{
            width: 15%;
            display: inline-block;
            text-align: left;
            padding: 20px;
            color: #45636B;
        }

.body-text1{
           background-color: #fff;
            color: #25373C;
            font-size: 18px;
            text-align: center;
			display:none;
        }


        .body-text1 p{
            width: 15%;
            display: inline-block;
            text-align: left;
            padding: 20px;
            color: #45636B;
        }

.detail-con{font-size:14px; line-height:28px; padding:0 20px 20px; color:#626262;}
.detail-con h2{ font-size:18px; font-family:"微软雅黑"; color:#00b0b6;}
.detail-con a{ color:#00b0b6}
.detail-con a:hover{ color:#6B9F4B;-webkit-transition:0.5s; -moz-transition:0.5s; text-decoration:underline;}
.detail-con ol li {
	margin-left: 40px;
}

.detail-con table ,.detail-con table tr td{
	border: 1px solid #CCC;
}

.detail-con table tr td{ padding:5px;}

.red{ color:#e52f00;}
/*会议赞助 end*/

/*gift*/
.gift{ margin-bottom:15px; border-top:1px dashed #cccccc;}
.gift img{ width:100%;}
.gift_ti{ color:#ffffff; text-align: center; font-size:24px; font-family:"微软雅黑"; font-weight: bold; padding:15px; margin-bottom:10px;}
/*gift end*/

/*会后报道*/
.tit3{ height:94px; line-height:47px; background:url(../images/tit9.png) no-repeat; text-align:center; font-family:"微软雅黑"; margin-bottom:15px;}

.new{ padding:20px 0;}
 .new img {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	height: 220px;
	width: 300px;
	float: left;
}
 .new .newtxt {
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
	width: 550px;
	overflow: hidden;
}


 .new .newtxt .new_title h1 {
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	color:#FFAD24; font-family:"微软雅黑";
}
 .new .newtxt .new_title h1 a{ color:#01C3CA;}
 .new .newtxt p {
	margin: 10px;
	padding: 0px;
	line-height: 25px;
}

.vid_re{ display: none !important; }
.con_imger{}
.con_imger .conimg{ float:left; width:227px; text-align:center;margin:0 11px 5px 11px; display:block; font-size:12px;}
.con_imger img{ width:227px; padding-bottom:5px; border:none !important; height:152px;} 
.con_imger span{ font-size:12px; line-height:16px; padding:0; text-indent:0 !important; display:block; overflow:hidden}
.con_imger span strong{ display:block;}
.con_imger span a{ color:#FF7800; text-decoration:underline;font-weight:bold; display:block; margin:10px 2%; width:96%; float:left}
.con_imger span a:hover{ color:#FFAD24; text-decoration:underline;}

.fx {
	line-height: 24px;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.fx p {
	text-indent: 24px;
	padding-bottom: 20px;
}

.fx h1 {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight:bold; font-family:"微软雅黑"; font-size:18px;
}
 .fx .fxb .fxtab {
	/*float: left;*/
	width: 620px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}
 .fx .fxb .fxtab table tr td {
	border: 1px solid #CCC;
}
.leftbox {
	display: block;
	width: 250px;
	margin-bottom: 30px;
	float: right;
	border: 1px solid #CCC;
}
.leftbox .leftline {
	background-color: #01C3CA;
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFF;
}
.title_huiyi h1 {
	color: #ffffff;
	line-height: 45px;
	text-align:center; background:#01C3CA; margin-bottom:15px; font-family:"微软雅黑"; font-weight:bold;}
	
.col{ color:#bbbbbb !important; text-decoration:underline !important; cursor: default}

.zoomify {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.zoomify.zoomed {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	z-index: 1501;
	padding:2px; background:#ffffff;
}

.zoomify-shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1500;
	background: rgba(0,0,0 ,.3);
	opacity: 0
}

.zoomify-shadow.zoomed {
	opacity: 1;
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
/*会后报道 end*/