@charset "utf-8";

/*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;}
	
	.tn_a1,.tn_a2{ display:block; float:left; margin:0 5px; width:50px; font-size:14px;}
	.tn_a1{ background:#0096cd; color:#ffffff !important;}
	.tn_a2{ color:#444444;}
	.tn_a2:hover{ color:#ffffff !important; background:#0096cd;}
	.top_nav2 ul li:hover .tn_a2{ color:#666666;}
	
	.top2{ width:1024px; margin:0 auto; margin-top:270px; color:#ffffff;}
		.top2_1,.top2_2{ float:left;}
		.top2_1{ width:590px; font-size:14px; line-height:36px;}
		.top2_2{ width:355px;}
			.countdown {
				width:355px; height:70px;
				list-style: none;
				padding: 0;
				display: block;
				text-align: center;
			}
			.countdown li {
				display: inline-block;
				float:left;
				margin:0 2px;
			}
			.countdown li span {
				font-size: 30px;
				font-weight: 300;
				line-height:48px;
				font-family:"微软雅黑";
			}
			.countdown li.seperator {
				font-size: 30px;
				line-height: 48px;
				vertical-align: top;
				font-family:"微软雅黑";
			}
			.countdown li p {
				color: #ffffff;
				font-size: 14px;
				font-family:"微软雅黑";
			}
/*top nav   end*/

/*banner*/
.banner{  height:550px;}

/* flexslider */
.flexslider{position:relative;height:550px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:550px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

/*banner end*/


/*nav*/

.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	z-index:99 !important;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}

.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background:#F7F7F7;
	border-top:2px solid #22AC68;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px;
	width: 8.4%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #666666;
}
.subMenu a:hover {
	background: #22AC68;
	color: #ffffff;
}

.active {
	background: #22AC68;
	color: #ffffff;
}
.end {
	margin: 0;
}


.nav_1{width:100%; z-index:90; display:none;}
.nav_1 nav {
    font-family: Helvetica;
    text-align: center;
    text-transform: uppercase;  
    background-color:#22AC68;
	position:absolute;
	width:100%;
	top:0;
}

.nav_1 nav ul {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    list-style-type: none;
}

.nav_1 nav ul li {
    display: inline-block;
	 font-family:"微软雅黑";
	position:relative;
}


.nav_1 nav ul li a {
    color: #eeeeee;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding:1.2em 1.5em;
    box-sizing: border-box;
}

.nav_1 nav ul li a:hover {
    color: white;
	background-color: #1C7D75;
	border-bottom:2px solid #1C7D75;
	-webkit-transition:0.5s; -moz-transition:0.5s;
}

.nav_1 .current_page {
    background-color:  #1C7D75;
	border-bottom:2px solid #1C7D75;
}

.nav_1 .current_page a {
    color: white;
}
.nav_1 .current_page a:hover{
	border-bottom:none;}

.nav_1 #menu_button_wrapper{
    display: none;
}

.nav_1 .hidden {
    display: none;
}
/*nav end*/




/*part1*/
.part1{ width:1000px; margin:20px auto; padding:20px 0;}
.p1_tit{ text-align:center; font-size:30px;}
.p1_tit i{ margin:0 10px; color:#1CB079;}
.p1_tit span{ font-family:"微软雅黑"; color:#666666}

.p1_ul{ margin:20px auto; width:100%; overflow:hidden; padding-top:10px;}
.p1_ul li{ float:left; width:33%; text-align:center; padding-top:135px;}
.p1_li1{ background:url(../images/pic1.jpg) no-repeat top center;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.p1_li1:hover{ background:url(../images/pic1-2.jpg) no-repeat top center;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.p1_li2{ background:url(../images/pic2.jpg) no-repeat top center;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.p1_li2:hover{ background:url(../images/pic2-2.jpg) no-repeat top center;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.p1_li3{ background:url(../images/pic3.jpg) no-repeat top center;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.p1_li3:hover{ background:url(../images/pic3-2.jpg) no-repeat top center;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}

.p1_ul li p{ margin-top:20px; font-size:20px; line-height:28px; font-family:"微软雅黑"; color:#333333;}
/*part1 end*/

/*part2*/
.p2_ul{ overflow:hidden; width:100%;}
.p2_ul li{float:left; text-align:center;}
.p2_li1{ width:16%;}
.p2_li1 img{ width:90%;}
.p2_li2{ width:5%; padding-top:60px;}
/*part2 end*/

/*part3*/
.p3_ul{ float:left; width:50%; margin:20px 0; padding:20px 0;}
.p3_ul li{ height:35px; line-height:35px; font-size:18px; color:#666666; list-style:disc inside; font-family:"微软雅黑";}
.p3_ul li i{ margin-right:5px;}
/*part3 end*/

/*part4*/
.part4{ }
.p4_p{ line-height:30px; margin-top:20px; padding-top:20px; border-top:1px solid #EAEAEA; text-indent:2em;}

.p4_div{width:135px; margin:20px auto;}
.p4_div a{ padding-top:135px; background:url(../images/pic4.jpg) no-repeat top center; display:block; text-align:center; color:#666666;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.p4_div a:hover{ background:url(../images/pic4-2.jpg) no-repeat top center;  color:#2A91D4;transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
/*part4 end*/


/*part5*/

.part5{ background:#A468BB; padding:20px 0;}

.p5_1{ width:1000px; margin:0 auto; padding:15px 0;}

.bm_tab{ width:100%;}
.bm_tab td{ height:50px; line-height:50px; font-size:16px; color:#ffffff; font-family:"微软雅黑";}
.bm_tab td .input{ width:90%; height:30px; border:1px solid #ffffff; line-height:30px; border-radius:5px; font-size:14px;}
.bm_tab td textarea{ height:50px; width:95%; border:1px solid #ffffff; line-height:20px; border-radius:5px; font-size:14px;}
.inp1{ width:150px !important; margin-right:50px; background:#3198E0; color:#ffffff; height:40px !important; margin-top:10px; cursor:pointer; border:none; font-size:14px;}

.inp2{ width:150px !important; margin-right:50px; background:none; color:#ffffff; height:40px !important; margin-top:10px; cursor:pointer; border:1px solid #ffffff; font-size:14px;}

/*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 #ccc; 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; }
ul.ui-choose>li:first-child { }
ul.ui-choose>li:last-child { }
ul.ui-choose>li:hover { z-index: 4; border-color: #3198E0; color: #3198E0; }
ul.ui-choose>li.selected { z-index: 3; border-color: #3198E0; background-color: #3198E0; color: #fff; }
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: #3198E0; color: #fff; cursor: not-allowed; border-color: #3198E0; }
ul.choose-type-right>li.selected { color: #3198E0; 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:#ffffff;}
.i1 input,.i2 input{ width:15px; height:15px; margin-right:10px;}
a.c1{cursor: pointer;margin:15px;}
a.c2{cursor: pointer;margin:15px;}


#information table{ width:100%; border-bottom:1px dashed #cccccc; margin-bottom:10px;}

/*part5 end*/

/*part6*/
.p6_div{ margin:20px 0; color:#666666;}
.p6_div p{ float:left; width:50%;}
.p6_d_p1{ text-align:center; line-height:26px; font-size:16px; margin-top:40px;}
.p6_d_p1 span{ display:block; font-size:24px; height:35px; line-height:35px; font-family:"微软雅黑"; padding-bottom:15px;}

.p6_ul{ overflow:hidden; width:100%;}
.p6_ul li{ float:left; width:19%; margin:0 3%; text-align:center; color:#666666; font-size:14px; line-height:24px;}
.p6_ul li p{ font-size:24px; font-family:"微软雅黑"; line-height:40px; height:40px;}
/*part6 end*/


/*foot*/
.foot{ background:#545454; padding:30px 0;}
.foot1{ width:1000px; margin:0 auto; color:#cccccc; font-size:14px;}
.foot_1{ padding:25px 0; border-bottom:1px solid #656565; overflow:hidden;}
.foot_1 p{ float:left; width:50%; line-height:24px;}
.foot_1 a{ color:#1CB079;}
.foot_1 a:hover{ text-decoration:underline;}
/*foot end*/


/*议程*/
.yc_tit{ text-align:center; font-family:"微软雅黑"; font-size:28px; font-weight:bold; line-height:45px; padding:5px 0;}
.yc_con{ margin-top:15px;}
.yc_con table{ width:100%;}
.yc_con table td{ height:30px; line-height:30px; color:#626262; font-size:14px;}
.yc_con table .td1{ width:10%;}
.yc_con table .td2{ width:85%;}

.nyp1{ margin-top:70px;}


.yc_tab{ text-align:center; border-top:1px solid #cccccc; border-left:1px solid #cccccc;}
.yc_tab td{ border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;}

/*议程 end*/


/*往届*/

.content .container .new img {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	height: 220px;
	width: 300px;
	float: left;
}
.content .container .new .newtxt {
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
	width: 600px;
	height: 220px;
	overflow: hidden;
}
.content .container .new .newtxt p{ text-indent:2em;}
#switchBox dd #content {
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content .container .new .newtxt .new_title h1 {
	font-size: 22px;
	text-align: center;
	line-height: 40px;
}
.content .container .new .newtxt p {
	margin: 10px;
	padding: 0px;
	color: #666;
	line-height: 25px;
}
.lx { margin-top:15px}
.lx_nr{ background:#fff; padding:15px 0 10px; overflow:hidden}
.con_imger{ padding-left:17px}
.con_imger a{ float:left; width:170px; overflow:hidden; text-align:center;margin:0 18px 5px 0; }
.con_imger a img{ width:170px; padding-bottom:5px; border:none !important; height:108px;} 
.con_imger a span{ color:#666; font-size:12px; line-height:16px; }
.con_imger a:hover{text-decoration:none}

.con_imger .conimg{width:170px; margin:0 13px 10px 0; float:left; overflow:hidden; text-align:center;}
.con_imger a{ width:170px; margin:0 13px 0 0; float:left; overflow:hidden; text-align:center;}
.con_imger a img{ width:170px; display:block}
.con_imger  span{ line-height:20px; width:170px; height:20px; display:block; float:left; text-align:center; color:#666;overflow:hidden; font-size:12px}
.con_imger  span a{ color:#FFAD01; text-decoration:underline;font-weight:bold}
.con_imger  span a:hover{ color:#FFB92C; }



#imgbox-loading {position: absolute;top: 0;left: 0;	cursor: pointer;display: none;z-index: 90;}
#imgbox-loading div {background: #FFF;width: 100%;height : 100%;}
#imgbox-overlay {position: absolute;top: 0;	left: 0;width: 100%;height: 100%;background: #000;display: none;z-index: 80;}
.imgbox-wrap {position: absolute;top: 0;left: 0;background: #FFF;display: none;	z-index: 90;}
.imgbox-img {padding: 0;margin: 0;border: none;width: 100%;	height: 100%;vertical-align: top;}
.imgbox-title {	padding-top: 10px;font-size: 11px;text-align: center;font-family: Arial;color: #333;display: none;}
.imgbox-bg-wrap {position: absolute;padding: 0;margin: 0;display: none;}
.imgbox-bg {position: absolute;width: 20px;	height: 20px;}
#content .fx {
	background-color: #FFF;
	line-height: 24px;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .fx p {
	text-indent: 24px;
	padding-bottom: 20px;
}

#content .fx h1 {
	display: block;
	line-height: 40px;
	text-align: center;
}
#content .fx .fxb .fxtab {
	/*float: left;*/
	width: 620px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}
#content .fx .fxb .fxtab table tr td {
	border: 1px solid #CCC;
}

#content .title_huiyi h1 {
	color: #22AC68;
	line-height: 45px;
}

.his_nav{ text-align:center; height:80px; line-height:80px;}
.his_nav a{ padding:10px 15px; margin:0 10px; border:1px solid #cccccc; color:#277EBC; font-size:14px;}
.his_nav a:hover{ border:1px solid #277EBC; color:#ffffff; background:#277EBC;}
.his_nav .act{ border:1px solid #277EBC; color:#ffffff; background:#277EBC;}

/*往届 end*/


.ab_1{ text-indent:2em; line-height:30px; margin-top:15px; font-size:16px; font-family:"微软雅黑"; color:#444444;}

.liuc{ margin:20px auto; background:#F1F1F1; padding:25px 0;}
.liuc_con{ width:1000px; margin:0 auto;}
.liuc_con table{ width:100%; text-align:center; font-family:"微软雅黑"}


.p8_ul{ overflow:hidden;}
.p8_ul li{ float:left; padding:10px 15px; width:150px; height:75px; margin:10px; background:#FAFAFA; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.p8_ul li:hover{ background:#F0F0F0;}



.ht{ height:60px; line-height:60px; width:100%; overflow:hidden; background:#000119; font-size:14px;}
.ht1{ float:left; padding-left:15px;}
.ht1 a{ padding-left:17px; background:url(../images/icon.png) no-repeat left center;}
.ht2{ float:right; padding-right:15px;}

.ht{ color:#7F808C;}
.ht a{ color:#22AC68;}
.ht a:hover{ text-decoration:underline;}


/*会议赞助*/
.hyzz{ background:url(../images/icon2.png) no-repeat 3% center; background-color:#F0F0F0; padding:30px 0; padding-left:100px; font-family:"微软雅黑"; color:#666666; line-height:40px;}
/**/