
/* FlexSlider Necessary Styles
*********************************/

.flexslider {padding: 0;width: 100%;height: auto;top 0;position: absolute;left:0;margin:0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;height: 100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {  border-bottom: 4px solid #fff; position: relative; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport {  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 390px; }
.flexslider .slides { zoom: 1;text-align: center;padding-left:0; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {z-index: 9999; text-decoration:none; display: block; width: 40px; height: 48px; margin: -20px 0 0; position: absolute; top: 50%;  overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../images/arr.png) no-repeat; text-indent:-999em }
.flex-direction-nav .flex-prev { left:18.5%; background-position:0 0; opacity: 0.5;}
.flex-direction-nav .flex-next { right:18.5%; background-position:-120px 0;opacity: 0.5;}
.flexslider:hover .flex-prev { opacity: 0.7; left:18.5%;}
.flexslider:hover .flex-next { opacity: 0.7; right:18.5%;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center;z-index: 100;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/*****************************
banner
*****************************/

.banner {
	position: absolute;
	top: 223px;
	left: 50%;
	width: 1920px;
	height: 390px;
	margin-left: -960px;
	overflow: hidden;

}
.contact {
	width: 1200px;	
	height: auto;
	overflow: hidden;
	margin:400px auto 50px auto;
}
.contact header  {
	width: 100%;
	margin:5px auto;
}
.headerline {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 6px;
	clear: both;
}
.headerline div {
	background-color: #d00;
	width: 140px;
	height: 1px;
}
.contact  header .title {
	width: 160px;
	height: 40px;
	background: #fff;
	float: left;
	line-height: 40px;
	letter-spacing: 1px;
}

.contact  header a {
	color: #666;
	height: 40px;
	padding-right: 3px;
	line-height: 40px;
	font-size: 12px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}
.contact  header a:hover {color: #d00;}


.table {
	height: auto;
	overflow: hidden;
	width: 90%;
	margin: 15px auto;
	background-color: transparent;
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: center; color: #d4373a;}
td {text-align: center;color: #666;vertical-align: middle;}
.table>thead>tr>th,.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.5;
	vertical-align: bottom;
	border: 1px solid #ddd;
	border-top: 0;
	
}
.table>thead>tr>th {border-bottom-width: 2px; }