@charset "utf-8";
/* CSS Document */

div.mainBanner{overflow:hidden; position:relative; z-index:1;}
div.mainBanner>.imgGroup{width:300%;overflow:hidden;}
div.mainBanner>.imgGroup>li{width:33.33%; height:400px; float:left; background-color:#F90;
	background-size:cover;
	background-position:center;
	text-indent:-9999px;
}
div.mainBanner>.imgGroup>li.i1{background: url(../images/main_slide1.png) repeat 0 0;}
div.mainBanner>.imgGroup>li.i2{background: url(../images/main_slide2.png) repeat 0 0;}
div.mainBanner>.imgGroup>li.i3{background: url(../images/main_slide3.png) repeat 0 0;}



div.mainBanner>.btnGroup{width:1080px;height:80px; position:absolute; margin:auto;
	top:0;  bottom:0; right:0; left:0;
}
div.mainBanner>.btnGroup>li{width:40px; height:80px; text-align:center; line-height:80px;
	cursor:pointer;
	color:#FFF; text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
div.mainBanner>.btnGroup>li.btnL{float:left;}
div.mainBanner>.btnGroup>li.btnR{float:right;}

div.contents{width:1080px; margin:0 auto; overflow:hidden;}
div.contents>.section{float:left;}
div.ct1>.section{width:50%; }
div.ct1>.sc1>.sliderImg{overflow:hidden; position:relative;}
div.ct1>.sc1>.sliderImg>.imgGroup{width:600%; overflow:hidden;}
div.ct1>.sc1>.sliderImg>.imgGroup>li{width:16.66%; height:440px; float:left;
	background-color:#FFF; text-align:center;
}
div.ct1>.sc1>.sliderImg>.btnGroup{width:100%; height:40px; position:absolute;
	margin:auto; top:0;  bottom:0; right:0; left:0;
}
div.ct1>.sc1>.sliderImg>.btnGroup>li{cursor:pointer;
	color:#FFF; text-shadow:1px 1px 2px rgba(0,0,0,0.4);}
div.ct1>.sc1>.sliderImg>.btnGroup>li.btnL{float:left; margin-left:20px;}
div.ct1>.sc1>.sliderImg>.btnGroup>li.btnR{float:right; margin-right:20px;}

div.ct1>.sc1>.sliderImg>.intGroup{width:120px; height:14px; position:absolute;
	margin:auto; bottom:10px; right:0; left:0;}
div.ct1>.sc1>.sliderImg>.intGroup>li{width:14px; height:14px; border-radius:7px;
	background-color:#CCC;
	float:left; margin:0 3px;
	text-indent:-9999px; cursor:pointer;
}
div.ct1>.sc1>.sliderImg>.intGroup>li.clicked{background-color:#F30;}


div.ct1>.sc1>.location{overflow:hidden;}
div.ct1>.sc1>.location>li{width:50%;  float:left;}
div.ct1>.sc1>.location>li:nth-child(1){background-color:#EEE;}
div.ct1>.sc1>.location>li:nth-child(2){background-color:#F30; color:#FFF;}
div.ct1>.sc1>.location>li>a{display:block; height:40px; line-height:40px;
	text-align:center; font-size:16px; font-weight:bold;
}
div.ct1>.sc2>.preboard{height:80px;}
div.ct1>.sc2>.preview{height:200px;}
div.ct1>.sc2>.banner{background-color:#AAA; height:200px;}
div.ct2>.section{width:33.33%; height:280px;}
















