.banner
{ 
	background:url(../images/banner.jpg) no-repeat top center; 
	margin:0 auto; 
	text-align:center; 
	width:100%; 
	height:900px;
}

.bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7{ width:1000px; margin:0 auto; text-align:center;}

.title{ width:1000px; text-align:center; height:135px; margin:20px 0px 20px 0px; clear:both}


/*----会议热点新闻----*/
.bg1{ height:600px;}
.bg1_bg{ float:left; width:525px; padding:50px 0px 0px 0px; height:400px; background:url(../images/video_bg.png) no-repeat;}
.bg1_news{ float:right; width:440px;margin-top:47px;}
.bg1_news li{ text-align:left;}
.bg1_news ul li a{ font-size:24px; font-weight:bold; line-height:25px; text-align:left; color:#ea585f;}
.bg1_news ul li a:hover{ text-decoration:underline;}
.bg1_news ul li p{ margin:15px 0 20px 0;}
.bg1_news ul li p,.bg1_news ul li p a{ text-align:left; font-size:14px; font-weight:300; line-height:26px; color:#999;}
.bg1_news ul li p a:hover{ color:#ea585f;}


/*----专访经销商----*/
.bg2{ height:2670px;}
.interview{ width:1000px; overflow:hidden;}
.interview ul li{ width:315px; height:480px; text-align:center; border:1px solid #ccc; overflow:hidden; float:left; margin:0 8px 15px; cursor:pointer;}
.interview ul li .mymodal img{ width:315px; height:380px;}
.interview ul li .text{ height:95px; border-bottom:5px solid #22b4ea;}
.interview ul li .text h4{ margin:0 45px; font-size:20px; line-height:50px; color:#22b4ea; border-bottom:1px solid #6cc9f3;}
.interview ul li .text p{ font-size:16px; line-height:40px; color:#666;}
.interview ul li:hover{ border:1px solid #22b4ea;}
.interview ul li:hover .text{ background:#22b4ea;}
.interview ul li:hover .text h4{ color:#fff; border-bottom:1px solid #6cc9f3;}
.interview ul li:hover .text p{ font-size:16px; line-height:40px; color:#eee;}


/*  鼠标经过显示播放按钮图片  
.mymodal .shade{
	position:absolute;
	text-align:center;
	width:315px;
	height:380px;
	z-index: 5;
	background: rgba(0,0,0, 0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 1;
	color: #fff;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
.mymodal .shade_forum{ width:330px; height:413px;}

.mymodal .shade:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(0,0,0, 0.2);
}*/

/*.interview .btn_img{ display:none; position:absolute; left:117px; top:150px; width:80px; height:80px; background:url(../images/btn_img.png);}*/


/*----活动现场亮点----*/
.bg3{ height:780px;}

.wrapper {
	position: relative;
	max-width: 1000px;
	width: 100%;
	padding: 0 ;
	margin: 0 auto;
	overflow:hidden;
}

.sb-slider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li > a {
	outline: none;
}

.sb-slider li > a img {
	border: none;
}

.sb-slider img {
	max-width: 100%;
	display: block;
}

.sb-description {
	padding: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #ea585f;
	background: rgba(190,155,155, 0.6);
	border-left: 4px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #fff;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,155,155, 0.8);
}

.sb-perspective {
	position: relative;
}

.sb-perspective > div {
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}

.sb-side {
	margin: 0;
	display: block;
	position: absolute;

	-moz-backface-visibility : hidden;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #ea585f url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ea585f;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #ea585f,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #ea585f url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}


/*----活动现场花絮----*/
.bg4{ width:1000px; margin:0 auto; text-align:center; }
.hs_container{width:1000px;height:700px;overflow:hidden;clear:both;}
.hs_container .hs_area{float:left;position:relative;overflow:hidden; text-align:center;}
.hs_container .hs_area p{ position:relative; bottom:35px; height:35px; line-height:35px; font-size:14px; background:rgba(234,88,95,0.8); color:#fff;}
.hs_container .hs_area img{ width:100%; height:100%; margin:0 auto;}

.container1{ width:650px; float:left;}
.container1-1-1{ width:360px; height:460px; float:left;}
.container1-1-2{ width:290px; height:460px; float:left;}
.container1-1-2 .hs_area2{ margin-bottom:10px;}

.container1-2{ width:650px; height:220px; float:right;}
.container1-2 .hs_area3{ margin-right:10px;}

.container2{ width:350px; height:610px; float:right;}
.container2-1{ width:270px; height:270px; float:left; margin-bottom:10px;}
.container2-1 .hs_area4{}
.container2-2{ width:350px; height:400px; float:left;}

.hs_area1{width:350px;height:450px;}
.hs_area2{width:280px;height:220px;}
.hs_area3{width:206px;height:220px;}
.hs_area4{width:350px;height:270px;}
.hs_area5{width:350px;height:400px;}


/*foot*/
.box2{ height:207px; padding-top:44px; margin-top:50px; z-index:100; width:100%}
.team { height:207px; background:url(../images/foot_bg.jpg);}
.team .team-ct {width:1000px; margin:0 auto;color:#fff;  height:207px;}
.team .tit-bt {width:260px; height:100px; margin:55px 40px 0 20px; overflow:hidden; float:left;_display:inline;}
.team .po-r{position:relative;}
.team .weixin-code {width:222px;height:249px;margin-top:-42px;overflow:hidden;float:left;}
.team .phone {width:222px;height:249px;background:url(../images/phone.png) no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/phone.png');position:absolute;top:249px;left:0;z-index:1;}
.team .list-txt { padding-left:20px; width:400px; padding-top:30px; float:left; overflow:hidden;}
.team .list-txt li {height:24px;font-size:14px; line-height:24px;text-align:left;}
.team .list-txt span {width:300px;float:left;}
.team .list-txt .item-1 {width:140px;margin-right:12px;text-align:right;}
