﻿@charset "utf-8";

* {
	margin:0; padding:0; 	
	line-height:1.5;
    text-decoration:none;	
} 


/*--------------------------------本文*/		
/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
	background: none;
	width: 100%;
}

/* .mainView
------------------------- */
.mainView{
	width: 100%;
color: black;
font-size: 12pt;
line-height: 2em;
background: none;
display: block;
text-align: left;
}


.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
	background: none;
}

.slideShow .thumbNail ul {
	width: 100%;
	margin-top: 1px;
}

.slideShow .thumbNail ul li {	
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.thumbNail ul li{
	width: 25%;
	height: auto;
	text-align: center;
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 25px;
	height: 100%;
	position: absolute;
	z-index: 150;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(image/left.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(image/right.png) no-repeat center center;
}



/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
	
}


.phone {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}


.circle {
	width: 20%;
	height: auto;
	float: left;
}
